chore(deps): update dependency eslint-plugin-vue to v9.31.0

This commit is contained in:
Renovate
2024-11-12 00:00:06 +00:00
committed by Joakim Olsson
parent eebc05c885
commit eec923da48
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -39,7 +39,7 @@
"esbuild": "0.24.0",
"eslint": "9.14.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"nuxt": "3.14.159",
"postcss-html": "1.7.0",
"sass": "1.80.6",
@@ -11090,10 +11090,11 @@
}
},
"node_modules/eslint-plugin-vue": {
"version": "9.30.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.30.0.tgz",
"integrity": "sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ==",
"version": "9.31.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.31.0.tgz",
"integrity": "sha512-aYMUCgivhz1o4tLkRHj5oq9YgYPM4/EJc0M7TAKRLCUA5OYxRLAhYEVD2nLtTwLyixEFI+/QXSvKU9ESZFgqjQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"globals": "^13.24.0",
@@ -11116,6 +11117,7 @@
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
@@ -11131,6 +11133,7 @@
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
+1 -1
View File
@@ -31,7 +31,7 @@
"esbuild": "0.24.0",
"eslint": "9.14.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"nuxt": "3.14.159",
"postcss-html": "1.7.0",
"sass": "1.80.6",