diff --git a/package-lock.json b/package-lock.json index bcb8a7e28dd..d0b99aa7136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "4.0.0", "eslint-plugin-pug": "1.2.5", - "eslint-plugin-vue": "9.29.1", + "eslint-plugin-vue": "9.30.0", "fontello-cli": "0.6.2", "globals": "15.11.0", "husky": "9.1.6", @@ -5195,9 +5195,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.29.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.29.1.tgz", - "integrity": "sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ==", + "version": "9.30.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.30.0.tgz", + "integrity": "sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4bdafae24dd..505ee6e8d40 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "4.0.0", "eslint-plugin-pug": "1.2.5", - "eslint-plugin-vue": "9.29.1", + "eslint-plugin-vue": "9.30.0", "fontello-cli": "0.6.2", "globals": "15.11.0", "husky": "9.1.6", diff --git a/src/main/resources/generator/dependencies/vue/package.json b/src/main/resources/generator/dependencies/vue/package.json index ac956754173..4d96c3dc56c 100644 --- a/src/main/resources/generator/dependencies/vue/package.json +++ b/src/main/resources/generator/dependencies/vue/package.json @@ -10,7 +10,7 @@ "@vue/test-utils": "2.4.6", "@vue/tsconfig": "0.5.1", "axios": "1.7.7", - "eslint-plugin-vue": "9.29.1", + "eslint-plugin-vue": "9.30.0", "i18next-vue": "5.0.0", "pinia": "2.2.4", "pinia-plugin-persistedstate": "4.1.2",