diff --git a/webapp/package.json b/webapp/package.json index 59164694b..1ae0a2605 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -126,7 +126,7 @@ "eslint-plugin-prettier": "~3.1.2", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "eslint-plugin-vue": "~6.1.1", + "eslint-plugin-vue": "~6.1.2", "faker": "^4.1.0", "flush-promises": "^1.0.2", "fuse.js": "^3.4.6", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index e8ad94b58..c00f0c30f 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -6954,11 +6954,12 @@ eslint-plugin-standard@~4.0.1: resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4" integrity sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ== -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== +eslint-plugin-vue@~6.1.2: + version "6.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.1.2.tgz#4b05c28c83c0ec912669b64dbd998bb8bf692ef6" + integrity sha512-M75oAB+2a/LNkLKRbeEaS07EjzjIUaV7/hYoHAfRFeeF8ZMmCbahUn8nQLsLP85mkar24+zDU3QW2iT1JRsACw== dependencies: + semver "^5.6.0" vue-eslint-parser "^7.0.0" eslint-scope@^4.0.3: