From fc80e8d6550c6ecc4bc12d2dab73269b3e2a003a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:24:38 +0000 Subject: [PATCH] Update dependency @html-eslint/eslint-plugin to ^0.31.0 --- frontend/package-lock.json | 31 +++++++++++++++++++++++++++---- frontend/package.json | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 26f879b242..8ade199f82 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -35,7 +35,7 @@ "@cypress/schematic": "^2.5.2", "@cypress/skip-test": "^2.6.1", "@eslint/js": "^9.15.0", - "@html-eslint/eslint-plugin": "^0.27.0", + "@html-eslint/eslint-plugin": "^0.31.0", "@html-eslint/parser": "^0.27.0", "@stylistic/eslint-plugin": "^2.11.0", "@types/eslint__js": "^8.42.3", @@ -3621,11 +3621,14 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.27.0.tgz", - "integrity": "sha512-aAF14sgDKidMCCQpJ4kIhe+fwyAaAbvDlgVTIgd99F+HOWxokTTXDt39a3gewMBo76IeEHDaoizUDJQ/Vc7Mdg==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.31.1.tgz", + "integrity": "sha512-1DaqJmHx9Dnx9qAkJTTEhrV3uzxwO6ON+uCOK/zg7abxgrtnr1VzZQ+mnSI82oFyv9dfoee6DH+fJ3WF/ocLqA==", "dev": true, "license": "MIT", + "dependencies": { + "@html-eslint/template-parser": "^0.31.0" + }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -3643,6 +3646,26 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.31.0.tgz", + "integrity": "sha512-y4r401OpWsUYmo934uC8E5iLdVJrs5JRuJmkCp6rkNGILDwxj0fOhVmis0rxaCdVgO1i7QQm7SyTIgy1JO3G+Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-html-parser": "^1.0.0-alpha.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@html-eslint/template-parser/node_modules/es-html-parser": { + "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" + }, "node_modules/@humanfs/core": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index 3e183315ea..fd04fb9a9a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@stylistic/eslint-plugin": "^2.11.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@eslint/js": "^9.15.0", - "@html-eslint/eslint-plugin": "^0.27.0", + "@html-eslint/eslint-plugin": "^0.31.0", "@html-eslint/parser": "^0.27.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13",