diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 26f879b242..e3ca2e7f43 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -36,7 +36,7 @@ "@cypress/skip-test": "^2.6.1", "@eslint/js": "^9.15.0", "@html-eslint/eslint-plugin": "^0.27.0", - "@html-eslint/parser": "^0.27.0", + "@html-eslint/parser": "^0.31.0", "@stylistic/eslint-plugin": "^2.11.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13", @@ -3631,13 +3631,13 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.27.0.tgz", - "integrity": "sha512-F/A1M0jnDAYoRvJiiSC7pIBD9DAsf4EhbndbvEi81aozD/wI8WWXON50xZPUaGHCI1C+2syTVifxDz8MvDKaQA==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.31.0.tgz", + "integrity": "sha512-yBDMnk1XYNrA4nCSG2KGUAb2PQyajmQFfZQlZG8PVr3JxR/y8i45JIFsaxxBq3B5GtMOAIq2NEF604vl6LmzXA==", "dev": true, "license": "MIT", "dependencies": { - "es-html-parser": "^0.0.9" + "es-html-parser": "^1.0.0-alpha.4" }, "engines": { "node": ">=8.10.0" @@ -9304,9 +9304,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, "license": "MIT" }, diff --git a/frontend/package.json b/frontend/package.json index 3e183315ea..b7a08ac9d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -57,7 +57,7 @@ "@typescript-eslint/eslint-plugin": "^8.15.0", "@eslint/js": "^9.15.0", "@html-eslint/eslint-plugin": "^0.27.0", - "@html-eslint/parser": "^0.27.0", + "@html-eslint/parser": "^0.31.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13", "@types/uuid": "^10.0.0",