diff --git a/package.json b/package.json index 7a001af27dc..360dfd9a0a9 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "yaml": "2.5.0" }, "devDependencies": { - "@babel/eslint-parser": "7.24.8", + "@babel/eslint-parser": "7.25.1", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-optional-chaining": "7.21.0", diff --git a/yarn.lock b/yarn.lock index 1091bb7b70e..25ea71b9680 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,10 +75,10 @@ gensync "^1.0.0-beta.2" json5 "^2.2.2" -"@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== +"@babel/eslint-parser@7.25.1": + version "7.25.1" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz#469cee4bd18a88ff3edbdfbd227bd20e82aa9b82" + integrity sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"