Merge pull request #1787 from nextcloud/dependabot/npm_and_yarn/moment-2.25.1

This commit is contained in:
Julius Härtl
2020-05-06 09:38:12 +02:00
committed by GitHub
2 changed files with 9 additions and 4 deletions

11
package-lock.json generated
View File

@@ -2964,6 +2964,11 @@
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
}, },
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"node-gettext": { "node-gettext": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-2.1.0.tgz", "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-2.1.0.tgz",
@@ -13094,9 +13099,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.24.0", "version": "2.25.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.1.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" "integrity": "sha512-nRKMf9wDS4Fkyd0C9LXh2FFXinD+iwbJ5p/lh3CHitW9kZbRbJ8hCruiadiIXZVbeAqKZzqcTvHnK3mRhFjb6w=="
}, },
"move-concurrently": { "move-concurrently": {
"version": "1.0.1", "version": "1.0.1",

View File

@@ -45,7 +45,7 @@
"lodash": "^4.17.15", "lodash": "^4.17.15",
"markdown-it": "^10.0.0", "markdown-it": "^10.0.0",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"moment": "^2.24.0", "moment": "^2.25.1",
"nextcloud-vue-collections": "^0.7.2", "nextcloud-vue-collections": "^0.7.2",
"p-queue": "^6.3.0", "p-queue": "^6.3.0",
"url-search-params-polyfill": "^8.1.0", "url-search-params-polyfill": "^8.1.0",