chore(deps-dev): bump @babel/eslint-parser from 7.25.9 to 7.26.8 (#10290)

This commit is contained in:
dependabot[bot]
2025-02-12 23:55:31 +00:00
committed by GitHub
parent a4d5eef67a
commit f8314a68c4
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"devDependencies": {
"@babel/cli": "=7.24.7",
"@babel/core": "=7.24.7",
"@babel/eslint-parser": "=7.25.9",
"@babel/eslint-parser": "=7.26.8",
"@babel/plugin-transform-runtime": "=7.25.9",
"@babel/preset-env": "=7.24.7",
"@babel/preset-react": "=7.24.7",
@@ -239,10 +239,11 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz",
"integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==",
"version": "7.26.8",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz",
"integrity": "sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",