diff --git a/package-lock.json b/package-lock.json index d98f89f..bd543f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", "@html-eslint/eslint-plugin": "^0.26.0", - "@html-eslint/parser": "^0.26.0", + "@html-eslint/parser": "^0.32.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1", "eslint-plugin-html": "^8.1.1", @@ -247,12 +247,12 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.26.0.tgz", - "integrity": "sha512-o82iUf7HLV6W48voPByAVTPALlWyF4PR9/2YOUlyXY9Ff7bbu9IdxU9Oc5t82Jwx4kOH5gJiZi3cee+CFB9OBQ==", + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.32.0.tgz", + "integrity": "sha512-XSrc3rlIakRlJmFO3EpcVAiwJMfTFvjRZrpFr2jhX1E/Zjd/jPuYbKKXaY6ZLpeRQDtexFiKU+r8pa9DT2pd0A==", "dev": true, "dependencies": { - "es-html-parser": "^0.0.9" + "es-html-parser": "^1.0.0-alpha.4" }, "engines": { "node": ">=8.10.0" @@ -729,9 +729,9 @@ } }, "node_modules/es-html-parser": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.0.9.tgz", - "integrity": "sha512-oniQMi+466VFsDzcdron9Ry/sqUJpDJg1bbDn0jFJKDdxXhwIOYDr4DgBnO5/yPLGj2xv+n5yy4L1Q0vAC5TYQ==", + "version": "1.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-1.0.0-alpha.4.tgz", + "integrity": "sha512-5KUgd64goEPG1ZwP3rf/D+uAbdjyuNon0YY9u1yzR2NkFwa1UwxpsCQkzalAOlQaXAVtP32LGYRW4IAKAwo/sg==", "dev": true }, "node_modules/escalade": { diff --git a/package.json b/package.json index e287857..57656d7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", "@html-eslint/eslint-plugin": "^0.26.0", - "@html-eslint/parser": "^0.26.0", + "@html-eslint/parser": "^0.32.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1", "eslint-plugin-html": "^8.1.1",