build(deps-dev): bump core-js from 3.25.3 to 3.25.4
Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.3 to 3.25.4. - [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.3...v3.25.4) --- 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:
parent
64587cc0c9
commit
8371859f3e
|
@ -9631,9 +9631,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core-js": {
|
"core-js": {
|
||||||
"version": "3.25.3",
|
"version": "3.25.4",
|
||||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.3.tgz",
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.4.tgz",
|
||||||
"integrity": "sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ==",
|
"integrity": "sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"core-js-compat": {
|
"core-js-compat": {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"@vue/eslint-config-airbnb": "^5.3.0",
|
"@vue/eslint-config-airbnb": "^5.3.0",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"caf": "^15.0.1",
|
"caf": "^15.0.1",
|
||||||
"core-js": "^3.25.3",
|
"core-js": "^3.25.4",
|
||||||
"date-fns": "^2.29.3",
|
"date-fns": "^2.29.3",
|
||||||
"detect-browser": "^5.3.0",
|
"detect-browser": "^5.3.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
|
|
Loading…
Reference in New Issue