diff --git a/package-lock.json b/package-lock.json index 2627f8b..1308170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "htmlparser2": "^10.0.0" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.53.0", + "@html-eslint/eslint-plugin": "^0.54.2", "@html-eslint/parser": "^0.53.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", @@ -183,23 +183,60 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.53.0.tgz", - "integrity": "sha512-K+8X2NsFX9xLFEFhvOb+B3sKM/pJ+bCS9RtQ7EPiUiF8Xfx3EAs8da6/51lpGQAQ4j+qL7SOpWDaktb0kzyBsw==", + "version": "0.54.2", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.54.2.tgz", + "integrity": "sha512-C6jhJqVGTS9AW3Z84Ni/Cs6h3XcRHUXi1YkRaAYI08MeNj6ZWIXhwKBEJgEGK2YxzOcM1TpZEvHL4d5z7aC7Eg==", "dev": true, "license": "MIT", "dependencies": { "@eslint/plugin-kit": "^0.4.1", - "@html-eslint/parser": "^0.53.0", - "@html-eslint/template-parser": "^0.53.0", - "@html-eslint/template-syntax-parser": "^0.53.0", - "@html-eslint/types": "^0.53.0" + "@html-eslint/parser": "^0.54.0", + "@html-eslint/template-parser": "^0.54.0", + "@html-eslint/template-syntax-parser": "^0.54.0", + "@html-eslint/types": "^0.54.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": "^8.0.0 || ^9.0.0" + "eslint": ">=8.0.0 || ^10.0.0-0" + } + }, + "node_modules/@html-eslint/eslint-plugin/node_modules/@html-eslint/parser": { + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.54.0.tgz", + "integrity": "sha512-ia3I/6jf87679pUrhIDKSgddKbw9GLkvO86fYt7tJQHHRQu+zySErIxuI2b941oeovzOq10dTpC5Hp41qbvPgg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint/css-tree": "^3.6.8", + "@html-eslint/template-syntax-parser": "^0.54.0", + "@html-eslint/types": "^0.54.0", + "css-tree": "^3.1.0", + "es-html-parser": "0.3.1" + } + }, + "node_modules/@html-eslint/eslint-plugin/node_modules/@html-eslint/template-syntax-parser": { + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.54.0.tgz", + "integrity": "sha512-7mDM4AWqz42FHwnOt8Lu5xqovaZHlEuBrmwNrMg6VwC9TPaLVyh4j3zNzNnM6tjftaXZzverJup39zGB8mvXjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@html-eslint/types": "^0.54.0" + } + }, + "node_modules/@html-eslint/eslint-plugin/node_modules/@html-eslint/types": { + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.54.0.tgz", + "integrity": "sha512-bfJolxay0POMYaFWTCH1MBitEaxIEKZOoROGOLZiRBaPvQrzhwYQktuyt5X1PcHqUB4HwEtYgSdpjYGT4JbrvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/css-tree": "^2.3.11", + "@types/estree": "^1.0.6", + "es-html-parser": "0.3.1", + "eslint": "^9.39.1" } }, "node_modules/@html-eslint/parser": { @@ -217,16 +254,29 @@ } }, "node_modules/@html-eslint/template-parser": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.53.0.tgz", - "integrity": "sha512-XuvJ2GWfUo7/ntT7yrvgvTm+hHgD0V1r1FKNOWAFXP6hJY8nA6T2x01gXkyMEIt7GVKmQ5U2rwPgv1dUJfERoA==", + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.54.0.tgz", + "integrity": "sha512-gSjgmGwRQehNxZ3XdRUhUoXDFzYc/LYoKA7JwExjdvklGnSh5WkH/CLOlphkDh9jJsC1O/E0I04bVGrzy3idKQ==", "dev": true, "license": "MIT", "dependencies": { - "@html-eslint/types": "^0.53.0", + "@html-eslint/types": "^0.54.0", "es-html-parser": "0.3.1" } }, + "node_modules/@html-eslint/template-parser/node_modules/@html-eslint/types": { + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.54.0.tgz", + "integrity": "sha512-bfJolxay0POMYaFWTCH1MBitEaxIEKZOoROGOLZiRBaPvQrzhwYQktuyt5X1PcHqUB4HwEtYgSdpjYGT4JbrvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/css-tree": "^2.3.11", + "@types/estree": "^1.0.6", + "es-html-parser": "0.3.1", + "eslint": "^9.39.1" + } + }, "node_modules/@html-eslint/template-syntax-parser": { "version": "0.53.0", "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.53.0.tgz", diff --git a/package.json b/package.json index abc4a13..79a09e4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "htmlparser2": "^10.0.0" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.53.0", + "@html-eslint/eslint-plugin": "^0.54.2", "@html-eslint/parser": "^0.53.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0",