diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-26 14:53:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-26 14:53:33 +0200 |
commit | 336fb4f01f0a089ed5b96ff35a110e36cae6beda (patch) | |
tree | ffdf22e224ec4b55fba231b6bc699a9c0ca839fb | |
parent | d5f00400f974b7221ce9f0d87a3908013492b212 (diff) | |
download | nextcloud-server-336fb4f01f0a089ed5b96ff35a110e36cae6beda.tar.gz nextcloud-server-336fb4f01f0a089ed5b96ff35a110e36cae6beda.zip |
Bump moment-timezone from 0.5.34 to 0.5.37
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.37)
---
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: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index ddeb0dd888a..33b99d85983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "lodash": "^4.17.21", "marked": "^4.0.19", "moment": "^2.29.3", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.37", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", "p-queue": "^7.2.0", @@ -13707,9 +13707,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.34", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "version": "0.5.37", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz", + "integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==", "dependencies": { "moment": ">= 2.9.0" }, @@ -30039,9 +30039,9 @@ "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==" }, "moment-timezone": { - "version": "0.5.34", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "version": "0.5.37", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz", + "integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==", "requires": { "moment": ">= 2.9.0" } diff --git a/package.json b/package.json index e9c00fef535..8010f78e8ae 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "lodash": "^4.17.21", "marked": "^4.0.19", "moment": "^2.29.3", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.37", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", "p-queue": "^7.2.0", |