diff --git a/package.json b/package.json index db09dc3d..6d1ba7d0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@vue/compiler-sfc": "^3.1.5", "babel-eslint": "^10.1.0", "eslint": "^7.32.0", - "eslint-plugin-vue": "^7.15.0" + "eslint-plugin-vue": "^7.15.1" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 8e43ce14..fcfb175d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3638,10 +3638,10 @@ eslint-loader@^2.2.1: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-vue@^7.15.0: - version "7.15.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.0.tgz#272318b4aac789ea92e6cd28ef14698e9715ceab" - integrity sha512-br58VTAT8JB4Qe7XJVN7fNBqQgclE+hcsievoyQyGtCZsYprFMQYu+c9yHX9XkP55cMnSVZpW5fRgy3n/wZskA== +eslint-plugin-vue@^7.15.1: + version "7.15.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz#699c1f3ce2032ea8843b8d5d1adb863b7979965c" + integrity sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"