diff --git a/package-lock.json b/package-lock.json index 4bd2a83..fa534af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@eslint/js": "^9.38.0", "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.5.0", - "@html-eslint/eslint-plugin": "^0.42.0", + "@html-eslint/eslint-plugin": "^0.47.0", "@lezer/highlight": "^1.2.2", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15", @@ -1409,15 +1409,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.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.47.0.tgz", + "integrity": "sha512-eZWk+qVDwYBs7HWDEo4WyprseqbUGyyCw/+sk4/C+0gQ8e4PsaeMPeKyttUwtrqkLBBh2YoGHAwrQUbwG7m2Fw==", "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.0", + "@html-eslint/template-parser": "^0.47.0", + "@html-eslint/template-syntax-parser": "^0.47.0", + "@html-eslint/types": "^0.47.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1427,29 +1428,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.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.47.0.tgz", + "integrity": "sha512-ZFlO671ia/grNUAHOf05xcfRp7wdBIV6aNe5n83YmhxzLx/tmg2Idc5k6iyFnebOe56NhcfzqV1VASnxcS/7rA==", "license": "MIT", "dependencies": { - "@html-eslint/template-syntax-parser": "^0.42.0", - "es-html-parser": "0.2.0" + "@html-eslint/template-syntax-parser": "^0.47.0", + "@html-eslint/types": "^0.47.0", + "es-html-parser": "0.3.0" } }, "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.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.47.0.tgz", + "integrity": "sha512-QEG8xEP6eZWyy8QHlbHt85+JjDOxXgrixFV6aCa5An4WqDWtxe2eItpXFeC4LQFZHEaoWgbYoFn7wES3jneMBw==", "license": "MIT", "dependencies": { - "es-html-parser": "0.2.0" + "@html-eslint/types": "^0.47.0", + "es-html-parser": "0.3.0" } }, "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.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.47.0.tgz", + "integrity": "sha512-U7+baZDb3PmxAL8cyz3K/iTdCEabwEIcpuf6VbpIa9rie5bLwoNUX2h2bulLmjn9tE28Pul6t4QuM4Rv2Y5vDg==", + "license": "MIT", + "dependencies": { + "@html-eslint/types": "^0.47.0" + } + }, + "node_modules/@html-eslint/types": { + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.47.0.tgz", + "integrity": "sha512-B9XpM+eA6eqMpPJX6CyqcoxJRmSiCcMQjPP7gvLgD4rsug/qh8t3XvYUPvjIfeSNFCJELbKqKC4GPvT9Q7fpNw==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.6", + "es-html-parser": "0.3.0", + "eslint": "^9.19.0" + } }, "node_modules/@humanfs/core": { "version": "0.19.1", @@ -4643,9 +4660,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.0", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.3.0.tgz", + "integrity": "sha512-86KsmbP/zqoG7LIoXiCXv7KFDVbF9N9SCpavmRzeKtCODmF+LyLEBt3UPSlcntNQEwGGe0xn4ZED186rLmwKSw==", "license": "MIT" }, "node_modules/es-iterator-helpers": { diff --git a/package.json b/package.json index 46e8ac6..4acda7c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@eslint/js": "^9.38.0", "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.5.0", - "@html-eslint/eslint-plugin": "^0.42.0", + "@html-eslint/eslint-plugin": "^0.47.0", "@lezer/highlight": "^1.2.2", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15",