Bump core-js from 3.35.0 to 3.35.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.35.0 to 3.35.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/commits/v3.35.1/packages/core-js)

---
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] 2024-01-22 09:27:20 +00:00 committed by GitHub
parent abdb31565f
commit 97fc4f0b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-preset-minify": "^0.5.2",
"core-js": "^3.35.0",
"core-js": "^3.35.1",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.56.0",
@ -6126,9 +6126,9 @@
}
},
"node_modules/core-js": {
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz",
"integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
"integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
"dev": true,
"hasInstallScript": true,
"funding": {
@ -21036,9 +21036,9 @@
"dev": true
},
"core-js": {
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz",
"integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
"integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
"dev": true
},
"core-js-compat": {

View File

@ -53,7 +53,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-preset-minify": "^0.5.2",
"core-js": "^3.35.0",
"core-js": "^3.35.1",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.56.0",