diff --git a/package-lock.json b/package-lock.json index f97ae25e..062a194c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "electron": "^32.2.0", "electron-devtools-installer": "^3.2.0", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.27.0", + "eslint-plugin-vue": "^9.32.0", "file-loader": "^6.2.0", "husky": "^9.1.6", "jest": "^27.5.1", @@ -11105,17 +11105,18 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.27.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz", - "integrity": "sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==", + "version": "9.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz", + "integrity": "sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "globals": "^13.24.0", "natural-compare": "^1.4.0", "nth-check": "^2.1.1", "postcss-selector-parser": "^6.0.15", - "semver": "^7.6.0", + "semver": "^7.6.3", "vue-eslint-parser": "^9.4.3", "xml-name-validator": "^4.0.0" }, diff --git a/package.json b/package.json index 5933abce..5eb2d8cd 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "electron": "^32.2.0", "electron-devtools-installer": "^3.2.0", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.27.0", + "eslint-plugin-vue": "^9.32.0", "file-loader": "^6.2.0", "husky": "^9.1.6", "jest": "^27.5.1",