diff --git a/package-lock.json b/package-lock.json index 9cf6dab..b55b0d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.26.0", - "@html-eslint/parser": "^0.26.0", + "@html-eslint/parser": "^0.27.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3", "eslint": "^9.9.1", @@ -242,9 +242,9 @@ } }, "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.27.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.27.0.tgz", + "integrity": "sha512-F/A1M0jnDAYoRvJiiSC7pIBD9DAsf4EhbndbvEi81aozD/wI8WWXON50xZPUaGHCI1C+2syTVifxDz8MvDKaQA==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" diff --git a/package.json b/package.json index c18c909..7c5819e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.26.0", - "@html-eslint/parser": "^0.26.0", + "@html-eslint/parser": "^0.27.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3", "eslint": "^9.9.1",