diff --git a/package-lock.json b/package-lock.json index 32dafbee..d12e2233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2952,17 +2952,17 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.19.1.tgz", - "integrity": "sha512-Tn+/GWLtNM6NiZFLbfM+vTK0d7gKaDgnw4Pp+DsZi09lFimi4bOPOgy8dSVnLeyFIfP6LkeuwVm4pfBZZM2qbA==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.20.0.tgz", + "integrity": "sha512-P5DeuqL5TmIGIiWjeezGDZPM3rXzL715MEU0QR9xOOmqNTshG3yLsk7fkfLsLiDjm0x6r4e13/5mUCbEQTek7Q==", "engines": { - "node": ">=8.10.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.19.1.tgz", - "integrity": "sha512-dpAw6UX0ZSVNnsAzl9ULHZX7CvAGKF5uta4iebbhSDvGE1o9NX6BoOofD/6WucTvs/qnoKojc3Y2LG6vy4afiQ==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.20.0.tgz", + "integrity": "sha512-qXrn2vIdqpb5f+diIDegVOAHIX4nJzCTuat9UZDFA8FN+MqVJNALGneTAOARQnW9au0P+NOmGAjyPtZF2rLmbw==", "dependencies": { "es-html-parser": "^0.0.9" }, @@ -18272,8 +18272,8 @@ "@angular-eslint/template-parser": "16.2.0", "@babel/eslint-parser": "7.22.15", "@babel/eslint-plugin": "7.22.10", - "@html-eslint/eslint-plugin": "0.19.1", - "@html-eslint/parser": "0.19.1", + "@html-eslint/eslint-plugin": "0.20.0", + "@html-eslint/parser": "0.20.0", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@typescript-eslint/types": "6.8.0", diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index d39f9450..1a21002d 100644 --- a/projects/eslint-plugin-experience/package.json +++ b/projects/eslint-plugin-experience/package.json @@ -9,8 +9,8 @@ "@angular-eslint/template-parser": "16.2.0", "@babel/eslint-parser": "7.22.15", "@babel/eslint-plugin": "7.22.10", - "@html-eslint/eslint-plugin": "0.19.1", - "@html-eslint/parser": "0.19.1", + "@html-eslint/eslint-plugin": "0.20.0", + "@html-eslint/parser": "0.20.0", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@typescript-eslint/types": "6.8.0",