diff --git a/package.json b/package.json index 374d68b..ceb75f8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.4.0", + "eslint-plugin-vue": "^9.5.1", "husky": "^8.0.1", "postcss-html": "^1.5.0", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 706c20d..c112c84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6894,10 +6894,10 @@ eslint-plugin-unicorn@^43.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@^9.4.0: - version "9.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz#31c2d9002b5bb437b351a5feffdf37c4397e5cb9" - integrity sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ== +eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.5.1.tgz#87ce075882cf7d824b95f46c224f91495fafcc54" + integrity sha512-Y0sL2RY7Xc9S8kNih9lbwHIDmewUg9bfas6WSzsOWRgDXhIHKxRBZYNAnVcXBFfE+bMWHUA5GLChl7TcTYUI8w== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"