diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-09 09:39:14 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-04-09 09:47:37 +0000 |
commit | ffe27207e8c894d1a9afe133f618cd9c69702304 (patch) | |
tree | 9276b8347c4f429355f7a35148541549aa6f5484 /package-lock.json | |
parent | 5bc4adebc604c22fc61e2d972456ea22a7b7d5bd (diff) | |
download | nextcloud-server-ffe27207e8c894d1a9afe133f618cd9c69702304.tar.gz nextcloud-server-ffe27207e8c894d1a9afe133f618cd9c69702304.zip |
bump moment-timezone from 0.5.38 to 0.5.43
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index bda463a3958..1863001419d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "lodash": "^4.17.21", "marked": "^4.0.14", "moment": "^2.29.4", - "moment-timezone": "^0.5.38", + "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.10.0", "node-vibrant": "^3.1.6", @@ -18625,10 +18625,11 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.38", - "license": "MIT", + "version": "0.5.43", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", + "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", "dependencies": { - "moment": ">= 2.9.0" + "moment": "^2.29.4" }, "engines": { "node": "*" @@ -37808,9 +37809,11 @@ "version": "2.29.4" }, "moment-timezone": { - "version": "0.5.38", + "version": "0.5.43", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", + "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", "requires": { - "moment": ">= 2.9.0" + "moment": "^2.29.4" } }, "mri": { |