diff options
author | dependabot-preview[bot] | 2020-11-11 13:28:12 +0000 |
---|---|---|
committer | vitalyster | 2020-11-13 15:08:21 +0300 |
commit | 97bc3648925e048ab6eebb4b9245f7454c434fda (patch) | |
tree | b0b8f7f552f6e6c395d63b9c3bb3e26375e2eff9 | |
parent | ff57859a3ee4140c8646c8942f23b8c4c33211b7 (diff) |
Bump core-js from 3.6.5 to 3.7.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 11207214..9568d47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2356,9 +2356,9 @@ } }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 9e7f907f..7e0230ce 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "babel-loader": "^8.2.1", - "core-js": "^3.6.5", + "core-js": "^3.7.0", "css-loader": "^5.0.1", "css-minimizer-webpack-plugin": "^1.1.5", "eslint": "7.13.0", |