diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a95f0cac22..0bbc3091ed 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -37,7 +37,7 @@ "@cypress/skip-test": "^2.6.1", "@eslint/js": "^9.17.0", "@html-eslint/eslint-plugin": "^0.32.0", - "@html-eslint/parser": "^0.31.0", + "@html-eslint/parser": "^0.32.0", "@stylistic/eslint-plugin": "^2.12.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.14", @@ -3407,9 +3407,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.31.0.tgz", - "integrity": "sha512-yBDMnk1XYNrA4nCSG2KGUAb2PQyajmQFfZQlZG8PVr3JxR/y8i45JIFsaxxBq3B5GtMOAIq2NEF604vl6LmzXA==", + "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, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 2398c945a0..c0904abd74 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^8.18.2", "@eslint/js": "^9.17.0", "@html-eslint/eslint-plugin": "^0.32.0", - "@html-eslint/parser": "^0.31.0", + "@html-eslint/parser": "^0.32.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.14", "@types/uuid": "^10.0.0",