diff options
author | dependabot[bot] | 2021-12-23 21:05:16 +0000 |
---|---|---|
committer | vitalyster | 2021-12-24 00:16:08 +0300 |
commit | cf27e6f851b5fef1a60f67ea645f6ecab96aa8bb (patch) | |
tree | 472508a5a11f12b995c8a90447f9cc50af1c4525 | |
parent | e058ec2466aad8a215a27b33b3e8052078a3865a (diff) |
Bump core-js from 3.20.0 to 3.20.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.0 to 3.20.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.20.0...v3.20.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 b5d83e54..18c70206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "babel-loader": "^8.2.3", "concurrently": "^6.5.1", "copy-webpack-plugin": "^10.2.0", - "core-js": "^3.20.0", + "core-js": "^3.20.1", "cross-env": "^7.0.3", "cssnano": "^5.0.14", "eslint": "8.5.0", @@ -2777,9 +2777,9 @@ } }, "node_modules/core-js": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.0.tgz", - "integrity": "sha512-KjbKU7UEfg4YPpskMtMXPhUKn7m/1OdTHTVjy09ScR2LVaoUXe8Jh0UdvN2EKUR6iKTJph52SJP95mAB0MnVLQ==", + "version": "3.20.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", + "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==", "dev": true, "hasInstallScript": true, "funding": { @@ -10048,9 +10048,9 @@ } }, "core-js": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.0.tgz", - "integrity": "sha512-KjbKU7UEfg4YPpskMtMXPhUKn7m/1OdTHTVjy09ScR2LVaoUXe8Jh0UdvN2EKUR6iKTJph52SJP95mAB0MnVLQ==", + "version": "3.20.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", + "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 59c5dba0..22bf2d8c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "^8.2.3", "concurrently": "^6.5.1", "copy-webpack-plugin": "^10.2.0", - "core-js": "^3.20.0", + "core-js": "^3.20.1", "cross-env": "^7.0.3", "cssnano": "^5.0.14", "eslint": "8.5.0", |