diff --git a/package.json b/package.json index 502f668..1b9b8fa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-airbnb": "^5.0.0", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", - "eslint-plugin-vue": "^6.1.0", + "eslint-plugin-vue": "^6.1.1", "vue-template-compiler": "^2.6.11" } } diff --git a/yarn.lock b/yarn.lock index 431cdb7..621a2ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3518,10 +3518,10 @@ eslint-plugin-import@^2.18.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-vue@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.1.0.tgz#b8dffb75dcaa62dec813ef9e7c10059f15ef7e99" - integrity sha512-3EQ51TnZBG8MpjYqcss1HNEZvEWCPmE5XMlNgEbM9ipL7aUQNBq1BZXBZDHOEJ1cW9zY4XTVDp373S9BgwJ3Pg== +eslint-plugin-vue@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.1.1.tgz#183c4c8b54880e81b585d2f3dd5c183598e73664" + integrity sha512-WsJcndi3iOtKF+Wkrw7mWiKT3GdGYUM8onbWYX7sBgggiFKoxHyx8VciA5letkx6iKzoW4B7XrBeVdTukmrtpg== dependencies: vue-eslint-parser "^7.0.0"