diff options
author | dependabot[bot] | 2021-05-07 07:29:43 +0000 |
---|---|---|
committer | vitalyster | 2021-05-08 19:40:42 +0300 |
commit | 4f7fcccfb02e118ac3f183938b4b6a97ab2dea21 (patch) | |
tree | 19b7c803325728e2b0fe4f7b5a599111c125e448 | |
parent | 1234c88f7804bee3a5ba1bc6a0d4e9f9159a1fef (diff) |
Bump core-js from 3.11.2 to 3.12.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.2 to 3.12.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/commits/v3.12.0/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 d477f327..5a00a055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2358,9 +2358,9 @@ } }, "core-js": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.2.tgz", - "integrity": "sha512-3tfrrO1JpJSYGKnd9LKTBPqgUES/UYiCzMKeqwR1+jF16q4kD1BY2NvqkfuzXwQ6+CIWm55V9cjD7PQd+hijdw==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz", + "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 08ffe12d..87bd9361 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.11.2", + "core-js": "^3.12.0", "cross-env": "^7.0.3", "cssnano": "^5.0.2", "eslint": "7.25.0", |