diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-15 11:16:18 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-05-15 11:27:29 +0000 |
commit | 4dc75c3e5f18490b9a37ba9ead7ddd9efdabe9cb (patch) | |
tree | 435266d30fee31aeb696ecd811dadb6a20f0de4c /package.json | |
parent | 231cbb514faee887167d8ee1446173f1f33ca220 (diff) | |
download | nextcloud-server-4dc75c3e5f18490b9a37ba9ead7ddd9efdabe9cb.tar.gz nextcloud-server-4dc75c3e5f18490b9a37ba9ead7ddd9efdabe9cb.zip |
Bump moment from 2.29.2 to 2.29.3
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3)
---
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 27932888cc8..d2d7447b29d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", "marked": "^4.0.13", - "moment": "^2.29.2", + "moment": "^2.29.3", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", |