diff --git a/package-lock.json b/package-lock.json index 4c81d72..72504cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@eslint/js": "^9.16.0", - "@html-eslint/eslint-plugin": "^0.27.0", + "@html-eslint/eslint-plugin": "^0.30.0", "@html-eslint/parser": "^0.29.0", "@types/node": "^22.9.3", "@vitejs/plugin-vue": "^5.2.1", @@ -628,10 +628,13 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.27.0.tgz", - "integrity": "sha512-aAF14sgDKidMCCQpJ4kIhe+fwyAaAbvDlgVTIgd99F+HOWxokTTXDt39a3gewMBo76IeEHDaoizUDJQ/Vc7Mdg==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.30.0.tgz", + "integrity": "sha512-txS5AzWZuc3k1FdrLRDKQ40xMQbaUwe78+kUoFnO9ZARqQcE9fchX5D64+A+Xzr6Ydt6DlIMXU5RXT0ty7H/yQ==", "dev": true, + "dependencies": { + "@html-eslint/template-parser": "^0.30.0" + }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -649,6 +652,18 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.30.0.tgz", + "integrity": "sha512-ShwPfLQBP2AHvXRaHEfSlzocCcrqRJyXAPiIIWWfMlOTjjWAAUOZK4G6tlqh9ys/6FK/6Bd1i9JxqBa1e0uPAQ==", + "dev": true, + "dependencies": { + "es-html-parser": "^1.0.0-alpha.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/@humanfs/core": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", diff --git a/package.json b/package.json index c29449b..1c1c5c7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/js": "^9.16.0", - "@html-eslint/eslint-plugin": "^0.27.0", + "@html-eslint/eslint-plugin": "^0.30.0", "@html-eslint/parser": "^0.29.0", "@types/node": "^22.9.3", "@vitejs/plugin-vue": "^5.2.1",