diff --git a/package-lock.json b/package-lock.json index 752a2cd..92c6398 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.25.0", - "@html-eslint/parser": "^0.25.0", + "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.6.2", "eslint": "^9.9.0", "eslint-plugin-html": "^8.1.1", @@ -243,9 +243,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.25.0.tgz", - "integrity": "sha512-dj6U1klMorS/g1QFI6j15AXknsqMDtdingSF6Sdtm1Z7WOVISfDwVyeNbb+JLUG+ATo9aECPQP5A7MHqgP6J9A==", + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.26.0.tgz", + "integrity": "sha512-o82iUf7HLV6W48voPByAVTPALlWyF4PR9/2YOUlyXY9Ff7bbu9IdxU9Oc5t82Jwx4kOH5gJiZi3cee+CFB9OBQ==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" diff --git a/package.json b/package.json index e90c0b8..2078fe6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.25.0", - "@html-eslint/parser": "^0.25.0", + "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.6.2", "eslint": "^9.9.0", "eslint-plugin-html": "^8.1.1",