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>
This commit is contained in:
dependabot[bot] 2021-12-24 11:07:30 +00:00 committed by GitHub
parent bdf1eaf283
commit 0fbaa6b573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6174,9 +6174,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": {

View File

@ -35,7 +35,7 @@
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"caf": "^13.1.1",
"core-js": "^3.20.0",
"core-js": "^3.20.1",
"date-fns": "^2.27.0",
"detect-browser": "^5.3.0",
"eslint": "^7.32.0",