diff --git a/package-lock.json b/package-lock.json index 85ce313..fad5e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@nuxtjs/tailwindcss": "^6.1.3", "eslint": "^8.27.0", "eslint-plugin-nuxt": "^4.0.0", - "eslint-plugin-vue": "^9.7.0" + "eslint-plugin-vue": "^9.8.0" } }, "node_modules/@ampproject/remapping": { @@ -9639,9 +9639,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz", - "integrity": "sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==", + "version": "9.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz", + "integrity": "sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", @@ -29763,9 +29763,9 @@ } }, "eslint-plugin-vue": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz", - "integrity": "sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==", + "version": "9.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz", + "integrity": "sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 23ff632..93c8a0d 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "@nuxtjs/tailwindcss": "^6.1.3", "eslint": "^8.27.0", "eslint-plugin-nuxt": "^4.0.0", - "eslint-plugin-vue": "^9.7.0" + "eslint-plugin-vue": "^9.8.0" } }