Merge pull request #1215 from h3poteto/dependabot/npm_and_yarn/moment-2.24.0

Bump moment from 2.22.2 to 2.24.0
This commit is contained in:
AkiraFukushima 2020-01-11 21:35:28 +09:00 committed by GitHub
commit a0136da471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -16702,9 +16702,9 @@
"integrity": "sha1-mi3sg4Bvuy2XXyK+7IWcoms5OqE="
},
"moment": {
"version": "2.22.2",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz",
"integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y="
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"mousetrap": {
"version": "1.6.3",

View File

@ -184,7 +184,7 @@
"i18next": "^19.0.3",
"lodash": "^4.17.15",
"megalodon": "2.1.1",
"moment": "^2.21.0",
"moment": "^2.24.0",
"mousetrap": "^1.6.3",
"nedb": "^1.8.0",
"object-assign-deep": "^0.4.0",