From b7c9f898db9caf4babaef05ad7fddb476d6b2956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:12:25 +0000 Subject: [PATCH] Update dependency @html-eslint/parser to ^0.31.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 21a2b3e1c5..faf903d7d0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -37,7 +37,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", @@ -3690,13 +3690,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" @@ -9383,9 +9383,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 4fed1e2f3c..be71f7cccc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -59,7 +59,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", "@stylistic/eslint-plugin": "^2.11.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13",