Merge pull request #1802 from nextcloud/dependabot/npm_and_yarn/moment-2.25.3

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

6
package-lock.json generated
View File

@@ -13168,9 +13168,9 @@
}
},
"moment": {
"version": "2.25.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.25.1.tgz",
"integrity": "sha512-nRKMf9wDS4Fkyd0C9LXh2FFXinD+iwbJ5p/lh3CHitW9kZbRbJ8hCruiadiIXZVbeAqKZzqcTvHnK3mRhFjb6w=="
"version": "2.25.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz",
"integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg=="
},
"move-concurrently": {
"version": "1.0.1",

View File

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