From 6056e5eaba3767b61a162d56b39e74152394e191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 22:48:36 +0000 Subject: [PATCH] Update dependency @babel/eslint-parser to v7.22.11 --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index ceb907a..7a7b6a0 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.10", + "@babel/eslint-parser": "7.22.11", "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 5899e2e..31e1c68 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.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== +"@babel/eslint-parser@7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz#cceb8c7989c241a16dd14e12a6cd725618f3f58b" + integrity sha512-YjOYZ3j7TjV8OhLW6NCtyg8G04uStATEUe5eiLuCZaXz2VSDQ3dsAtm2D+TuQyAqNMUK2WacGo0/uma9Pein1w== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"