diff --git a/package.json b/package.json index bc21c8b..166e83a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@babel/core": "^7.24.7", - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.24.8", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.24.7", "array-includes": "^3.1.8", diff --git a/yarn.lock b/yarn.lock index fcc34e1..d66ab04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -51,10 +51,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@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== +"@babel/eslint-parser@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz#bc655255fa4ded3694cc10ef3dbea6d69639c831" + integrity sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"