diff --git a/package-lock.json b/package-lock.json index 0b547056..f5356fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4905,17 +4905,17 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.20.0.tgz", - "integrity": "sha512-P5DeuqL5TmIGIiWjeezGDZPM3rXzL715MEU0QR9xOOmqNTshG3yLsk7fkfLsLiDjm0x6r4e13/5mUCbEQTek7Q==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.21.0.tgz", + "integrity": "sha512-pbai4bUwKnPlY/l4kwRUxVFOCMe4kfoaCoiF0xwWYUJUgRhO7dLgKdInNVQpJjilCdg9vLPPjKgfFfwxZ9bVng==", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.20.0.tgz", - "integrity": "sha512-qXrn2vIdqpb5f+diIDegVOAHIX4nJzCTuat9UZDFA8FN+MqVJNALGneTAOARQnW9au0P+NOmGAjyPtZF2rLmbw==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.21.0.tgz", + "integrity": "sha512-MzmIP/yq/4UVeRgUTFnKmPbomRu6NthcCT/68yrZi1GWhFwW0h3CIDy0wQI+gj3MDlcROzV8QOAG5uxCjCYA+A==", "dependencies": { "es-html-parser": "^0.0.9" }, @@ -41771,8 +41771,8 @@ "@angular-eslint/template-parser": "17.1.0", "@babel/eslint-parser": "7.23.3", "@babel/eslint-plugin": "7.22.10", - "@html-eslint/eslint-plugin": "0.20.0", - "@html-eslint/parser": "0.20.0", + "@html-eslint/eslint-plugin": "0.21.0", + "@html-eslint/parser": "0.21.0", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "@typescript-eslint/types": "6.12.0", diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index e815bde5..4defc0d6 100644 --- a/projects/eslint-plugin-experience/package.json +++ b/projects/eslint-plugin-experience/package.json @@ -9,8 +9,8 @@ "@angular-eslint/template-parser": "17.1.0", "@babel/eslint-parser": "7.23.3", "@babel/eslint-plugin": "7.22.10", - "@html-eslint/eslint-plugin": "0.20.0", - "@html-eslint/parser": "0.20.0", + "@html-eslint/eslint-plugin": "0.21.0", + "@html-eslint/parser": "0.21.0", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "@typescript-eslint/types": "6.12.0",