Merge pull request #1952 from nextcloud/dependabot/npm_and_yarn/moment-2.26.0

This commit is contained in:
Julius Härtl
2020-05-27 18:56:50 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -13118,9 +13118,9 @@
}
},
"moment": {
"version": "2.25.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz",
"integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg=="
"version": "2.26.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz",
"integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw=="
},
"move-concurrently": {
"version": "1.0.1",

View File

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