diff options
author | dependabot[bot] | 2022-04-21 21:10:04 +0000 |
---|---|---|
committer | vitalyster | 2022-04-22 03:04:01 +0300 |
commit | f66b7202bee09881e0a9f73bf3312ebe9d426836 (patch) | |
tree | 3eeecf1ce877d121ae4dcc0c1e7d1992424e1a56 | |
parent | e2a1a08b9fcbc74809c9a2e3c9dc43ecbbd8c631 (diff) |
Bump core-js from 3.22.1 to 3.22.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.1 to 3.22.2.
- [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.1...v3.22.2)
---
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 eff35b74..dec6f036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "babel-loader": "^8.2.5", "concurrently": "^7.1.0", "copy-webpack-plugin": "^10.2.4", - "core-js": "^3.22.1", + "core-js": "^3.22.2", "cross-env": "^7.0.3", "cssnano": "^5.1.7", "eslint": "8.13.0", @@ -2914,9 +2914,9 @@ } }, "node_modules/core-js": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", - "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.2.tgz", + "integrity": "sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==", "dev": true, "hasInstallScript": true, "funding": { @@ -10175,9 +10175,9 @@ } }, "core-js": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", - "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.2.tgz", + "integrity": "sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 83d61835..b7d9ded0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "^8.2.5", "concurrently": "^7.1.0", "copy-webpack-plugin": "^10.2.4", - "core-js": "^3.22.1", + "core-js": "^3.22.2", "cross-env": "^7.0.3", "cssnano": "^5.1.7", "eslint": "8.13.0", |