Merge pull request #1191 from h3poteto/dependabot/npm_and_yarn/core-js-3.6.1

Bump core-js from 3.0.0 to 3.6.1
This commit is contained in:
AkiraFukushima 2019-12-29 01:22:10 +09:00 committed by GitHub
commit 7fe6d93f80
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

@ -7812,9 +7812,9 @@
}
},
"core-js": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.0.0.tgz",
"integrity": "sha512-WBmxlgH2122EzEJ6GH8o9L/FeoUKxxxZ6q6VUxoTlsE4EvbTWKJb447eyVxTEuq0LpXjlq/kCB2qgBvsYRkLvQ==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
"integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==",
"dev": true
},
"core-js-compat": {

View File

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