chore(deps-dev): bump @babel/eslint-parser from 7.24.6 to 7.24.7 (#635)

Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.24.6 to 7.24.7.
- [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.24.7/eslint/babel-eslint-parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-12 18:29:10 -05:00 committed by GitHub
parent 216fb3e0b3
commit 3f9dbd9cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-react": "^7.24.7",
"@babel/eslint-parser": "^7.24.6",
"@babel/eslint-parser": "^7.24.7",
"babel-preset-razzle": "^4.2.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",

View File

@ -69,10 +69,10 @@
json5 "^2.2.3"
semver "^6.3.1"
"@babel/eslint-parser@^7.24.6":
version "7.24.6"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.6.tgz#7f0ecc0f29307b8696e83ff6a9d8b4f3e0421ad2"
integrity sha512-Q1BfQX42zXHx732PLW0w4+Y3wJjoZKEMaatFUEAmQ7Z+jCXxinzeqX9bvv2Q8xNPes/H6F0I23oGkcgjaItmLw==
"@babel/eslint-parser@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz#27ebab1a1ec21f48ae191a8aaac5b82baf80d9c7"
integrity sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
eslint-visitor-keys "^2.1.0"