fix(deps): 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-24 00:02:47 +00:00 committed by GitHub
parent 8163c5c125
commit 2118d2d151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"convert-units": "^2.3.4",
"core-js": "^3.20.0",
"core-js": "^3.20.1",
"cron-validator": "^1.2.1",
"cronstrue": "^1.122.0",
"crypto-js": "^4.1.1",
@ -8636,9 +8636,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==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@ -32348,9 +32348,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"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=="
},
"core-js-compat": {
"version": "3.16.1",

View file

@ -46,7 +46,7 @@
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"convert-units": "^2.3.4",
"core-js": "^3.20.0",
"core-js": "^3.20.1",
"cron-validator": "^1.2.1",
"cronstrue": "^1.122.0",
"crypto-js": "^4.1.1",