diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 488ae738..9ff09697 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5101,12 +5101,12 @@ } }, "eslint-plugin-vue": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.0.0.tgz", - "integrity": "sha512-+LxTJCd6nDt+AKQ1X+ySD48xJHft8OkeQmAhiq6UoAMxRFTiEKIDusiGgEUJLwKyiwGUGWbbqEbbWvupH5TSjg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.0.1.tgz", + "integrity": "sha512-5tgFPcxGDKjfVB/6Yi56bKiWxygUibfZmzSh26Np3kuwAk/lfaGbVld+Yt+MPgD84ppvcachtiL4/winsXLjXA==", "dev": true, "requires": { - "vue-eslint-parser": "^6.0.4" + "vue-eslint-parser": "^6.0.5" } }, "eslint-scope": { @@ -11816,9 +11816,9 @@ "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" }, "vue-eslint-parser": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-6.0.4.tgz", - "integrity": "sha512-GYsDsDWwKaGtnkW4nGUxr01wqIO2FB9/QHQTW1Gl5SUr5OyQvpnR90/D+Gq2cIxURX7aJ7+VyD+37Yx9eFwTgw==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-6.0.5.tgz", + "integrity": "sha512-Bvjlx7rH1Ulvus56KHeLXOjEi3JMOYTa1GAqZr9lBQhd8weK8mV7U7V2l85yokBZEWHJQjLn6X3nosY8TzkOKg==", "dev": true, "requires": { "debug": "^4.1.1", diff --git a/frontend/package.json b/frontend/package.json index cfc739e1..13da8bf1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "@vue/cli-service": "^4.0.5", "babel-eslint": "^10.0.3", "eslint": "^6.6.0", - "eslint-plugin-vue": "^6.0.0", + "eslint-plugin-vue": "^6.0.1", "vue-template-compiler": "^2.6.10" }, "eslintConfig": {