diff --git a/package-lock.json b/package-lock.json index 47465ca..92bd656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@eslint/js": "^9.39.1", "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", - "@html-eslint/eslint-plugin": "^0.42.0", + "@html-eslint/eslint-plugin": "^0.47.0", "@lezer/highlight": "^1.2.3", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15", @@ -1411,15 +1411,16 @@ "license": "MIT" }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.42.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.42.0.tgz", - "integrity": "sha512-TaSt4WLAytFQR+fKW3FM51HhYISxG4xJjsk+8GtHXUu3BSFeJ21X2LAftHPvILxVC0XUbOqn0X+NlfyWdqafKg==", + "version": "0.47.1", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.47.1.tgz", + "integrity": "sha512-q5kkM2SxI2GGhHeWaMTw3XwaZdeU7D3s8FWPVfqnsgdQwHemCjoPTx35svmVfz4bJRd2fVoHAMQcEJmAbcFJlw==", "license": "MIT", "dependencies": { "@eslint/plugin-kit": "^0.3.1", - "@html-eslint/parser": "^0.42.0", - "@html-eslint/template-parser": "^0.42.0", - "@html-eslint/template-syntax-parser": "^0.42.0" + "@html-eslint/parser": "^0.47.1", + "@html-eslint/template-parser": "^0.47.1", + "@html-eslint/template-syntax-parser": "^0.47.1", + "@html-eslint/types": "^0.47.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1429,29 +1430,45 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.42.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.42.0.tgz", - "integrity": "sha512-fLH5u91H4q83jRS+Grlxv229RKd4JQpp4MAwGYdR3CoVtloXBHFC+QvX3+lAlTiDHytTWNNbrCKHfk3vtQWXrg==", + "version": "0.47.1", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.47.1.tgz", + "integrity": "sha512-fs/Wb1j0YtzOvavAuOh9BR6haNwTVGrizEVzALLfnmp82b47NnZwWUPd7cDPS04inRW01VcMjUsUJJa9jz9mOQ==", "license": "MIT", "dependencies": { - "@html-eslint/template-syntax-parser": "^0.42.0", - "es-html-parser": "0.2.0" + "@html-eslint/template-syntax-parser": "^0.47.1", + "@html-eslint/types": "^0.47.1", + "es-html-parser": "0.3.1" } }, "node_modules/@html-eslint/template-parser": { - "version": "0.42.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.42.0.tgz", - "integrity": "sha512-lGKxMategzQ0LgDz09yT5gfLusVYNEd+bWE62gL9jd17fCX1XOHuPWzhCch0GpZ/So8Ayy8cqZiIXr1QBUgrJA==", + "version": "0.47.1", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.47.1.tgz", + "integrity": "sha512-kMqBF58ls/pkBn4R/1ATybCr0BR3lD1Sg5YYJMYAJegMITGM4Zmo0O9jMAO/IyyU6ol2766IqhJuX2A5KfOpeg==", "license": "MIT", "dependencies": { - "es-html-parser": "0.2.0" + "@html-eslint/types": "^0.47.1", + "es-html-parser": "0.3.1" } }, "node_modules/@html-eslint/template-syntax-parser": { - "version": "0.42.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.42.0.tgz", - "integrity": "sha512-wUgjZJHof/O24e9AwKFip7rSR2+Xr/Oy++GHGOyDJoPQ6bjl9MHdDEbzofT6gDU6wAFx8+YCE4fZl4nnwjNEJQ==", - "license": "MIT" + "version": "0.47.1", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.47.1.tgz", + "integrity": "sha512-XQvJv1Z0L8427qGAEC5EqZz/PsWo2g+YN7ipFJlF7LWOd52ubp4j1itUpn8moSJhtcBODaNqdeouL8NEwz/3vw==", + "license": "MIT", + "dependencies": { + "@html-eslint/types": "^0.47.1" + } + }, + "node_modules/@html-eslint/types": { + "version": "0.47.1", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.47.1.tgz", + "integrity": "sha512-4k2G+OcAU/S9sAjvghCgoI4cd+J45Xjzn9zP/TfuydTTR3LtGn7P8AT/cfAmrU73lMBjuJuRsHaR4m0+Xrb60A==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.6", + "es-html-parser": "0.3.1", + "eslint": "^9.19.0" + } }, "node_modules/@humanfs/core": { "version": "0.19.1", @@ -4645,9 +4662,9 @@ } }, "node_modules/es-html-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.2.0.tgz", - "integrity": "sha512-snJ7uJC8Dkx/yT0eYZrWcY57rkPU6Zui6YphPynw8r52AWf57gjqMC0GWe7OxSDipwXowFpa3rqckEeAPTOz7w==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.3.1.tgz", + "integrity": "sha512-YTEasG4xt7FEN4b6qJIPbFo/fzQ5kjRMEQ33QMqSXTvfXqAbC2rHxo32x2/1Rhq7Mlu6wI3MIpM5Kf2VHPXrUQ==", "license": "MIT" }, "node_modules/es-iterator-helpers": { diff --git a/package.json b/package.json index 3045041..dbedef1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@eslint/js": "^9.39.1", "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", - "@html-eslint/eslint-plugin": "^0.42.0", + "@html-eslint/eslint-plugin": "^0.47.0", "@lezer/highlight": "^1.2.3", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15",