diff options
author | dependabot[bot] | 2021-04-08 07:35:12 +0000 |
---|---|---|
committer | vitalyster | 2021-04-08 10:40:22 +0300 |
commit | 1f2abaa7f3b2554741dd97a82fbd8a22d5a1a436 (patch) | |
tree | eecd7fecfe572d6a6eb9a2ccc8a40326b1105725 | |
parent | 3c19451b705712750e21cbf2c607ccc19132de6d (diff) |
Bump core-js from 3.10.0 to 3.10.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.0 to 3.10.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/commits/v3.10.1/packages/core-js)
Signed-off-by: dependabot[bot] <support@github.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 3ab947ef..100748be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2177,9 +2177,9 @@ } }, "core-js": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", - "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz", + "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 6ed8530c..83ec9327 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "^8.2.2", "concurrently": "^6.0.1", "copy-webpack-plugin": "^8.1.1", - "core-js": "^3.10.0", + "core-js": "^3.10.1", "cross-env": "^7.0.3", "cssnano": "^4.1.11", "eslint": "7.23.0", |