diff --git a/ui/package.json b/ui/package.json index 97766ce..f1ceeb1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -72,7 +72,7 @@ "@vue/compiler-sfc": "3.3.4", "@vue/eslint-config-typescript": "10.0.0", "@vue/test-utils": "2.4.1", - "@babel/eslint-parser": "7.22.9", + "@babel/eslint-parser": "7.22.10", "cypress": "11.2.0", "eslint": "7.32.0", "eslint-plugin-jest": "27.2.3", diff --git a/ui/yarn.lock b/ui/yarn.lock index 20fa8a1..e5f3db4 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -79,10 +79,10 @@ json5 "^2.2.1" semver "^6.3.0" -"@babel/eslint-parser@7.22.9": - version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz#75f8aa978d1e76c87cc6f26c1ea16ae58804d390" - integrity sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA== +"@babel/eslint-parser@7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz#bfdf3d1b32ad573fe7c1c3447e0b485e3a41fd09" + integrity sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"