diff --git a/webapp/package.json b/webapp/package.json index ce954cf74..43701d0c6 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -101,7 +101,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", - "eslint-plugin-vue": "~9.25.0", + "eslint-plugin-vue": "~9.26.0", "flush-promises": "^1.0.2", "identity-obj-proxy": "^3.0.0", "jest": "29.7", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index e67a90f7b..78d59b1f9 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -9031,10 +9031,10 @@ eslint-plugin-standard@~5.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4" integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg== -eslint-plugin-vue@~9.25.0: - version "9.25.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.25.0.tgz#615cb7bb6d0e2140d21840b9aa51dce69e803e7a" - integrity sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA== +eslint-plugin-vue@~9.26.0: + version "9.26.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz#bf7f5cce62c8f878059b91edae44d22974133af5" + integrity sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"