From b5dd31dd76c654a12bc30ff9dea61b5d029f2f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:27:46 +0000 Subject: [PATCH] Update dependency @html-eslint/eslint-plugin to ^0.33.0 --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 801654d6b4..2acd4a1bbd 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.32.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 b371ddf491..5828b12bbc 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.32.0", "@stylistic/eslint-plugin": "^2.12.1", "@types/eslint__js": "^8.42.3",