Bump core-js from 3.22.6 to 3.22.7

Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.6 to 3.22.7.
- [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.6...v3.22.7)

---
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] 2022-05-28 23:52:17 +00:00 committed by GitHub
parent 652364f570
commit e33571d64e
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

@ -6180,9 +6180,9 @@
}
},
"core-js": {
"version": "3.22.6",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.6.tgz",
"integrity": "sha512-2IGcGH00z9I4twgNWU4uGCNEsBFG1s2JudVQrgSCoVhOfwoTwQjxC8aMo9exrpTMOxvobggEpaHnGMmQY4cfBQ==",
"version": "3.22.7",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.7.tgz",
"integrity": "sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg==",
"dev": true
},
"core-js-compat": {

View File

@ -35,7 +35,7 @@
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"caf": "^14.0.0",
"core-js": "^3.22.6",
"core-js": "^3.22.7",
"date-fns": "^2.28.0",
"detect-browser": "^5.3.0",
"eslint": "^7.32.0",