diff --git a/view/package.json b/view/package.json index 5ef77986..e7a34531 100644 --- a/view/package.json +++ b/view/package.json @@ -42,7 +42,7 @@ "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-unicorn": "^46.0.0", "eslint-plugin-unused-imports": "3.0.0", - "eslint-plugin-vue": "9.19.2", + "eslint-plugin-vue": "9.20.1", "husky": "8.0.3", "lint-staged": "15.2.0", "my-pixiv-types": "*", diff --git a/yarn.lock b/yarn.lock index 117cf087..0f5739b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6830,7 +6830,20 @@ eslint-plugin-unused-imports@3.0.0: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-vue@9.19.2, eslint-plugin-vue@^9.17.0: +eslint-plugin-vue@9.20.1: + version "9.20.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.20.1.tgz#7ed78846898574b2cd26939f28b0b87798a7b528" + integrity sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" + natural-compare "^1.4.0" + nth-check "^2.1.1" + postcss-selector-parser "^6.0.13" + semver "^7.5.4" + vue-eslint-parser "^9.4.0" + xml-name-validator "^4.0.0" + +eslint-plugin-vue@^9.17.0: version "9.19.2" resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz#7ab83a001a1ac8bccae013c5b9cb5d2c644fb376" integrity sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA== @@ -14340,6 +14353,19 @@ vue-eslint-parser@^9.3.1: lodash "^4.17.21" semver "^7.3.6" +vue-eslint-parser@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.0.tgz#dfd22302e2992fe45748a76553cef7afa5bdde27" + integrity sha512-7KsNBb6gHFA75BtneJsoK/dbZ281whUIwFYdQxA68QrCrGMXYzUMbPDHGcOQ0OocIVKrWSKWXZ4mL7tonCXoUw== + dependencies: + debug "^4.3.4" + eslint-scope "^7.1.1" + eslint-visitor-keys "^3.3.0" + espree "^9.3.1" + esquery "^1.4.0" + lodash "^4.17.21" + semver "^7.3.6" + vue-hot-reload-api@^2.3.0: version "2.3.4" resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"