diff --git a/package-lock.json b/package-lock.json index ae231483..9be426c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-storybook": "^0.6.12", - "eslint-plugin-vue": "^9.13.0", + "eslint-plugin-vue": "^9.14.0", "husky": "^8.0.3", "lint-staged": "^13.2.2", "postcss-html": "^1.5.0", @@ -3332,9 +3332,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.13.0.tgz", - "integrity": "sha512-aBz9A8WB4wmpnVv0pYUt86cmH9EkcwWzgEwecBxMoRNhQjTL5i4sqadnwShv/hOdr8Hbl8XANGV7dtX9UQIAyA==", + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.14.0.tgz", + "integrity": "sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/package.json b/package.json index 0992a06e..08634f9e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-storybook": "^0.6.12", - "eslint-plugin-vue": "^9.13.0", + "eslint-plugin-vue": "^9.14.0", "husky": "^8.0.3", "lint-staged": "^13.2.2", "postcss-html": "^1.5.0",