diff --git a/package.json b/package.json index 3cc3287765..d9f5abeb1d 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ ], "devDependencies": { "@babel/core": "^7.24.3", - "@babel/eslint-parser": "^7.24.1", + "@babel/eslint-parser": "^7.24.7", "@babel/plugin-transform-classes": "^7.24.7", "@babel/plugin-transform-modules-commonjs": "^7.24.7", "@babel/preset-env": "^7.24.6", diff --git a/yarn.lock b/yarn.lock index 0a913d3c6f..ac14edd23e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -111,10 +111,10 @@ json5 "^2.2.2" semver "^6.3.1" -"@babel/eslint-parser@^7.24.1": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz#e27eee93ed1d271637165ef3a86e2b9332395c32" - integrity sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ== +"@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"