diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-07 10:00:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 10:00:27 +0000 |
commit | 750544d9c89a938a17b269dc77e150101d9ff52d (patch) | |
tree | 1f4feb003724a63a29c95dc30efd9aa300fd2e2b /package-lock.json | |
parent | b03bfc2426a999df442a052854a4eab11c806a90 (diff) | |
parent | b9661ac44be36fae53cc7133da9daf866131a79c (diff) | |
download | nextcloud-server-750544d9c89a938a17b269dc77e150101d9ff52d.tar.gz nextcloud-server-750544d9c89a938a17b269dc77e150101d9ff52d.zip |
Merge pull request #49700 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.46
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 3ebe6850f50..4371907a26d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "lodash": "^4.17.21", "marked": "^15.0.0", "moment": "^2.30.1", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0", "node-vibrant": "^3.1.6", "p-limit": "^6.1.0", @@ -18634,10 +18634,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.45", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz", - "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==", - "license": "MIT", + "version": "0.5.46", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz", + "integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==", "dependencies": { "moment": "^2.29.4" }, |