diff --git a/ui/package.json b/ui/package.json index c2b4898bd..87783329b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@babel/core": "^7.24.4", - "@babel/eslint-parser": "^7.24.5", + "@babel/eslint-parser": "^7.24.7", "@babel/plugin-proposal-decorators": "^7.24.1", "@ember/optional-features": "^2.1.0", "@ember/render-modifiers": "^2.1.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1e9492b42..e766ca816 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -63,10 +63,10 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.1" -"@babel/eslint-parser@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz#3b0f7d383a540329a30a6a9937cfc89461d26217" - integrity sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ== +"@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"