diff options
author | dependabot[bot] | 2022-04-20 21:07:41 +0000 |
---|---|---|
committer | vitalyster | 2022-04-21 02:07:20 +0300 |
commit | b17a462eafd9080822dd6e5b2046899a54d364de (patch) | |
tree | 2661f3b5e6269cd4060f93f1c16beef540b102f9 | |
parent | bafc13ea8b7d500215b2adac69a83129904fa648 (diff) |
Bump core-js from 3.22.0 to 3.22.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.0 to 3.22.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.22.0...v3.22.1)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 8df3abf6..44297508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "babel-loader": "^8.2.4", "concurrently": "^7.1.0", "copy-webpack-plugin": "^10.2.4", - "core-js": "^3.22.0", + "core-js": "^3.22.1", "cross-env": "^7.0.3", "cssnano": "^5.1.7", "eslint": "8.13.0", @@ -2914,9 +2914,9 @@ } }, "node_modules/core-js": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz", - "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", + "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", "dev": true, "hasInstallScript": true, "funding": { @@ -10175,9 +10175,9 @@ } }, "core-js": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz", - "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", + "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index a6fab91b..37269a46 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "^8.2.4", "concurrently": "^7.1.0", "copy-webpack-plugin": "^10.2.4", - "core-js": "^3.22.0", + "core-js": "^3.22.1", "cross-env": "^7.0.3", "cssnano": "^5.1.7", "eslint": "8.13.0", |