Merge pull request #1246 from h3poteto/dependabot/npm_and_yarn/core-js-3.6.4

Bump core-js from 3.6.1 to 3.6.4
This commit is contained in:
AkiraFukushima 2020-01-30 23:42:55 +09:00 committed by GitHub
commit 2af02b3f07
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

@ -7678,9 +7678,9 @@
}
},
"core-js": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
"integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==",
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==",
"dev": true
},
"core-js-compat": {

View File

@ -237,7 +237,7 @@
"chai": "^4.2.0",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.1",
"core-js": "^3.6.4",
"cross-env": "^5.1.6",
"css-loader": "^3.2.0",
"del": "^5.1.0",