Merge pull request #1498 from h3poteto/dependabot/npm_and_yarn/core-js-3.6.5

Bump core-js from 3.6.4 to 3.6.5
This commit is contained in:
AkiraFukushima 2020-06-10 23:48:30 +09:00 committed by GitHub
commit acf3ce9aaf
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

@ -10107,9 +10107,9 @@
}
},
"core-js": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==",
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==",
"dev": true
},
"core-js-compat": {

View File

@ -237,7 +237,7 @@
"chai": "^4.2.0",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^6.0.1",
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"del": "^5.1.0",