Merge pull request #861 from collinbarrett/dependabot/npm_and_yarn/src/FilterLists.Web/moment-2.24.0

This commit is contained in:
dependabot-preview[bot] 2019-07-26 22:14:10 +00:00 committed by GitHub
commit 2be30852af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3675,9 +3675,9 @@
}
},
"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=="
},
"ms": {
"version": "2.0.0",

View file

@ -30,7 +30,7 @@
},
"dependencies": {
"@types/react-table": "^6.7.18",
"moment": "^2.22.2",
"moment": "^2.24.0",
"popper.js": "^1.14.6",
"react-table": "^6.8.6"
}