diff --git a/front/package.json b/front/package.json index 9291881cf..bec03b7a9 100644 --- a/front/package.json +++ b/front/package.json @@ -69,7 +69,7 @@ "@vitest/coverage-c8": "0.23.2", "@vue/compiler-sfc": "3.2.41", "@vue/eslint-config-standard": "8.0.1", - "@vue/eslint-config-typescript": "11.0.1", + "@vue/eslint-config-typescript": "11.0.2", "@vue/test-utils": "2.0.2", "@vue/tsconfig": "0.1.3", "easygettext": "2.17.0", diff --git a/front/yarn.lock b/front/yarn.lock index cb734a8ef..a74dc8cdf 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -1787,10 +1787,10 @@ eslint-plugin-n "^15.2.4" eslint-plugin-promise "^6.0.0" -"@vue/eslint-config-typescript@11.0.1": - version "11.0.1" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.1.tgz#d79b3656aecea844ec9875bc93155163f684dde7" - integrity sha512-0U+nL0nA7ahnGPk3rTN49x76miUwuQtQPQNWOFvAcjg6nFJkIkA8qbGNtXwsuHtwBwRtWpHhShL3zK07v+632w== +"@vue/eslint-config-typescript@11.0.2": + version "11.0.2" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.2.tgz#03353f404d4472900794e653450bb6623de3c642" + integrity sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw== dependencies: "@typescript-eslint/eslint-plugin" "^5.0.0" "@typescript-eslint/parser" "^5.0.0"