chore(deps-dev): bump @babel/eslint-parser from 7.24.1 to 7.24.5 (#9908)

This commit is contained in:
dependabot[bot]
2024-05-03 11:27:57 +00:00
committed by GitHub
parent 6f1bf998e5
commit d5708bd341
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"devDependencies": {
"@babel/cli": "=7.24.5",
"@babel/core": "=7.24.5",
"@babel/eslint-parser": "=7.24.1",
"@babel/eslint-parser": "=7.24.5",
"@babel/plugin-transform-runtime": "=7.24.3",
"@babel/preset-env": "=7.24.5",
"@babel/preset-react": "=7.24.1",
@@ -247,9 +247,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
"integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
"version": "7.24.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz",
"integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==",
"dev": true,
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -261,7 +261,7 @@
},
"peerDependencies": {
"@babel/core": "^7.11.0",
"eslint": "^7.5.0 || ^8.0.0"
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
}
},
"node_modules/@babel/generator": {