diff --git a/package-lock.json b/package-lock.json index 41482b6..c210169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint": "^8.7.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.1.0", - "eslint-plugin-vue": "^8.3.0", + "eslint-plugin-vue": "^8.4.0", "postcss-html": "^1.3.0", "prettier": "^2.5.1", "sass": "^1.49.4", @@ -7252,9 +7252,9 @@ "dev": true }, "node_modules/eslint-plugin-vue": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz", - "integrity": "sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.4.0.tgz", + "integrity": "sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", @@ -24021,9 +24021,9 @@ } }, "eslint-plugin-vue": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz", - "integrity": "sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.4.0.tgz", + "integrity": "sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index c72b1fb..7afa612 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^8.7.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.1.0", - "eslint-plugin-vue": "^8.3.0", + "eslint-plugin-vue": "^8.4.0", "postcss-html": "^1.3.0", "prettier": "^2.5.1", "sass": "^1.49.4",