diff options
author | dependabot[bot] | 2022-09-07 21:11:25 +0000 |
---|---|---|
committer | vitalyster | 2022-09-09 09:53:20 +0300 |
commit | 34decd6376b6caf889d08aedbe9577e2010e9915 (patch) | |
tree | 8d488dfab892ab9cf9f38276ce2726a0e8b8e920 | |
parent | 23cff4f4d08916a7f5675e1eae326435308d7aac (diff) |
Bump core-js from 3.25.0 to 3.25.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.0 to 3.25.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.25.0...v3.25.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 1c2081d4..af5d5f59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "babel-loader": "^8.2.5", "concurrently": "^7.4.0", "copy-webpack-plugin": "^11.0.0", - "core-js": "^3.25.0", + "core-js": "^3.25.1", "cross-env": "^7.0.3", "cssnano": "^5.1.13", "eslint": "8.23.0", @@ -3166,9 +3166,9 @@ } }, "node_modules/core-js": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", - "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", + "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==", "dev": true, "hasInstallScript": true, "funding": { @@ -10686,9 +10686,9 @@ } }, "core-js": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", - "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", + "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 0ca9d393..507c535a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-loader": "^8.2.5", "concurrently": "^7.4.0", "copy-webpack-plugin": "^11.0.0", - "core-js": "^3.25.0", + "core-js": "^3.25.1", "cross-env": "^7.0.3", "cssnano": "^5.1.13", "eslint": "8.23.0", |