diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-26 12:58:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 12:58:39 +0000 |
commit | 9de77ccf0ead14b1728ef450cfc663d2f5e54530 (patch) | |
tree | d73054ebb5cb19a22216ebf5fa5c017316ba6e20 /package.json | |
parent | 8eb03e712aedc7c768c1d827732b957100eb22c3 (diff) | |
download | nextcloud-server-9de77ccf0ead14b1728ef450cfc663d2f5e54530.tar.gz nextcloud-server-9de77ccf0ead14b1728ef450cfc663d2f5e54530.zip |
Bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)
---
updated-dependencies:
- dependency-name: moment
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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 79e67ec0019..7465b633cd3 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", "marked": "^4.0.14", - "moment": "^2.29.2", + "moment": "^2.29.4", "moment-timezone": "^0.5.37", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", |