diff options
author | dependabot-preview[bot] | 2020-12-07 06:52:53 +0000 |
---|---|---|
committer | vitalyster | 2020-12-07 10:05:31 +0300 |
commit | 79c13e46bb39d433ba7287f84df5c72926f79666 (patch) | |
tree | 106b787624e6b58305b4c9d4917d658676a2821e | |
parent | 15830136735ea97cd045080f2d67479ee471d155 (diff) |
Bump core-js from 3.8.0 to 3.8.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.0 to 3.8.1.
- [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.8.0...v3.8.1)
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 e3b212d7..216ca677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2117,9 +2117,9 @@ } }, "core-js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.0.tgz", - "integrity": "sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz", + "integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index b5903eb7..da3c7f55 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/core": "^7.12.9", "@babel/preset-env": "^7.12.7", "babel-loader": "^8.2.2", - "core-js": "^3.8.0", + "core-js": "^3.8.1", "css-loader": "^5.0.1", "css-minimizer-webpack-plugin": "^1.1.5", "eslint": "7.15.0", |