deps(npm): bump @babel/eslint-parser in /dependencies

Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.25.9 to 7.26.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.8/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-10 13:49:32 +00:00 committed by GitHub
parent 4c666df3c9
commit 7effe83f57
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
dependencies/package-lock.json generated vendored
View file

@ -6,7 +6,7 @@
"": {
"name": "super-linter",
"dependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-parser": "^7.26.8",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.24.7",
"@coffeelint/cli": "^5.2.11",
@ -1440,9 +1440,10 @@
}
},
"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==",
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",

View file

@ -1,7 +1,7 @@
{
"name": "super-linter",
"dependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-parser": "^7.26.8",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.24.7",
"@coffeelint/cli": "^5.2.11",