From dfc746bbb22659d8efc5e514dfa1ca8238b902d6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jul 2026 11:02:30 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v10.10.0 --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d067f3e..afc2fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "esbuild": "0.28.1", "eslint": "10.7.0", "eslint-plugin-simple-import-sort": "14.0.0", - "eslint-plugin-vue": "10.9.2", + "eslint-plugin-vue": "10.10.0", "nuxt": "4.5.0", "postcss-html": "1.8.1", "sass": "1.101.0", @@ -10949,18 +10949,18 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.2.tgz", - "integrity": "sha512-4g7ZP3pYcuqd7Zp0pzUKcos0W+RkjBz4EGdhJ92FcYk6v03Ti/GK5NwjgsjxHK+98eXDbHeK7VtX1az7/8doZA==", + "version": "10.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.10.0.tgz", + "integrity": "sha512-dL9x9rBHqqNcByWiLOHK6L0SB97V82/NC0cZRn9cXPjM7pCuWlpQQP9bFH4vjBv80ej1ZpzAkuD8zWH1o9bZbA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", + "@eslint-community/eslint-utils": "^4.9.1", "natural-compare": "^1.4.0", "nth-check": "^2.1.1", - "postcss-selector-parser": "^7.1.0", - "semver": "^7.6.3", - "xml-name-validator": "^4.0.0" + "postcss-selector-parser": "^7.1.4", + "semver": "^7.8.5", + "xml-name-validator": "^5.0.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -21890,13 +21890,13 @@ } }, "node_modules/xml-name-validator": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", "dev": true, "license": "Apache-2.0", "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/y18n": { diff --git a/package.json b/package.json index f63fc3a..64fe606 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "esbuild": "0.28.1", "eslint": "10.7.0", "eslint-plugin-simple-import-sort": "14.0.0", - "eslint-plugin-vue": "10.9.2", + "eslint-plugin-vue": "10.10.0", "nuxt": "4.5.0", "postcss-html": "1.8.1", "sass": "1.101.0", -- 2.54.0