diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3feb5cf49c..5afcf807cf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "@cypress/schematic": "^3.0.0", "@cypress/skip-test": "^2.6.1", "@eslint/js": "^9.17.0", - "@html-eslint/eslint-plugin": "^0.32.0", + "@html-eslint/eslint-plugin": "^0.33.0", "@html-eslint/parser": "^0.33.0", "@stylistic/eslint-plugin": "^2.12.1", "@types/eslint__js": "^8.42.3", @@ -3347,13 +3347,13 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.32.0.tgz", - "integrity": "sha512-pHY0kGlSUn9G3qsEB11c/nK0tfHTeKTU2Su5dH+muNv9lr5K7O6Mo1dzTr96PNzTBXsDIkRpZ2k1TdNmgDR7YA==", + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.33.0.tgz", + "integrity": "sha512-iLpuJKPkjUYFA1BfIEr3lgQ/JdYA8ilrCDbqbLFW5ToH/9oqAeTJqhrg8xOPK/gQDWTOXAU6Ir7EWTrlJt3BXA==", "dev": true, "license": "MIT", "dependencies": { - "@html-eslint/template-parser": "^0.32.0" + "@html-eslint/template-parser": "^0.33.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -3373,9 +3373,9 @@ } }, "node_modules/@html-eslint/template-parser": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.32.0.tgz", - "integrity": "sha512-+p0EdxmSC3CERw3uHYo9aMw4y6+Rk8YeNzhJP5ewfXpB6qZEeB3XD/6vhiK0NheOh1meGdiKvbYLvaMULRIr5A==", + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.33.0.tgz", + "integrity": "sha512-pJQSo6yPT4JmKTLhXM6WOMKW8mlFw0Ogu0o4JoDuaTdMAZWPIX+XJt4Ez8DqU8y6z/QMORgObJazK9CbmINXDg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index d7825195f9..6dcabc7d15 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "@cypress/schematic": "^3.0.0", "@cypress/skip-test": "^2.6.1", "@eslint/js": "^9.17.0", - "@html-eslint/eslint-plugin": "^0.32.0", + "@html-eslint/eslint-plugin": "^0.33.0", "@html-eslint/parser": "^0.33.0", "@stylistic/eslint-plugin": "^2.12.1", "@types/eslint__js": "^8.42.3",