diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-26 08:54:09 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2022-09-26 12:42:41 +0000 |
commit | 1f0f227b4398ce16f77489ab2ae22b2027633c1e (patch) | |
tree | 21739dd3e1b446034e0bdad6150d999c426811c4 /package.json | |
parent | 611b920e3d0ff001d5f770089e4476e436350889 (diff) | |
download | nextcloud-server-1f0f227b4398ce16f77489ab2ae22b2027633c1e.tar.gz nextcloud-server-1f0f227b4398ce16f77489ab2ae22b2027633c1e.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](https://github.com/moment/moment-timezone/compare/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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c63c1bbd29b..79e67ec0019 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "lodash": "^4.17.21", "marked": "^4.0.14", "moment": "^2.29.2", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.37", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", "p-queue": "^7.3.0", |