Bump moment from 2.26.0 to 2.27.0

Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.27.0.
- [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.26.0...2.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-21 10:56:45 +00:00
committed by GitHub
parent 2b59c2642a
commit 200b811bcc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -13780,9 +13780,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.26.0", "version": "2.27.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz",
"integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ=="
}, },
"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": "^11.0.0", "markdown-it": "^11.0.0",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"moment": "^2.26.0", "moment": "^2.27.0",
"nextcloud-vue-collections": "^0.7.2", "nextcloud-vue-collections": "^0.7.2",
"p-queue": "^6.4.0", "p-queue": "^6.4.0",
"url-search-params-polyfill": "^8.1.0", "url-search-params-polyfill": "^8.1.0",