diff options
author | dependabot[bot] | 2021-05-10 09:31:18 +0000 |
---|---|---|
committer | vitalyster | 2021-05-12 11:28:19 +0300 |
commit | 266a558320a91771685631e0b907ce244c9cdfe6 (patch) | |
tree | d2fac331e15609dae9a17bd385ea08ee94ca2f73 | |
parent | 32a91d3e631f624f345eb3451d50ad281b20d12b (diff) |
Bump core-js from 3.12.0 to 3.12.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.12.0 to 3.12.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.12.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 234bb364..3345ef38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2358,9 +2358,9 @@ } }, "core-js": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz", - "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", + "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 09bebaa5..50ad9ec1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "^8.2.2", "concurrently": "^6.0.2", "copy-webpack-plugin": "^8.1.1", - "core-js": "^3.12.0", + "core-js": "^3.12.1", "cross-env": "^7.0.3", "cssnano": "^5.0.2", "eslint": "7.25.0", |