diff --git a/package-lock.json b/package-lock.json index 326e2e8..34577a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.24.1", - "@html-eslint/parser": "^0.24.1", + "@html-eslint/parser": "^0.26.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "markdown-link-check": "^3.10.2", @@ -99,9 +99,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.24.1.tgz", - "integrity": "sha512-O13xX/+Ldh0P7VZMpDDYc3XtWiE1cYm5QhVJ0VB5i7D8Q69HrrGN+5BjS17vkCoLTz+3zWWIiJv4oFmyS5LReA==", + "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 c3ce5ae..ed315f1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.24.1", - "@html-eslint/parser": "^0.24.1", + "@html-eslint/parser": "^0.26.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "markdown-link-check": "^3.10.2",