diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-01 02:59:33 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2025-02-01 09:10:28 +0000 |
commit | 46d1e92d787fbf1c9b054f059b783bcf70091bd3 (patch) | |
tree | d59b44ceb4ff7d6f41f686505ede74b1bfbf38e6 /package-lock.json | |
parent | a733523693f18c105f7770cff3da9879a8efb69a (diff) | |
download | nextcloud-server-46d1e92d787fbf1c9b054f059b783bcf70091bd3.tar.gz nextcloud-server-46d1e92d787fbf1c9b054f059b783bcf70091bd3.zip |
chore(deps): bump moment-timezone from 0.5.46 to 0.5.47dependabot/npm_and_yarn/stable29/moment-timezone-0.5.47
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.46 to 0.5.47.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.46...0.5.47)
---
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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 786dac9233c..c24c2e160ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "lodash": "^4.17.21", "marked": "^11.2.0", "moment": "^2.30.1", - "moment-timezone": "^0.5.46", + "moment-timezone": "^0.5.47", "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", "p-limit": "^4.0.0", @@ -21464,9 +21464,10 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.46", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz", - "integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==", + "version": "0.5.47", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.47.tgz", + "integrity": "sha512-UbNt/JAWS0m/NJOebR0QMRHBk0hu03r5dx9GK8Cs0AS3I81yDcOc9k+DytPItgVvBP7J6Mf6U2n3BPAacAV9oA==", + "license": "MIT", "dependencies": { "moment": "^2.29.4" }, |