diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 31d2b535..03dbc284 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^4.4.0", "eslint-plugin-vue": "^8.6.0", "gherkin-lint": "^4.2.2", - "htmlhint": "^1.1.3", + "htmlhint": "^1.1.4", "immer": "^9.0.12", "ini": "^2.0.0", "jscpd": "^3.4.5", @@ -4495,9 +4495,9 @@ } }, "node_modules/htmlhint": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.3.tgz", - "integrity": "sha512-Z2GtamhFnhCAXKP5lsfqShIDlk6eHEI5U6B9A/JXstdgakoOC2y9nF1b38DcVNBJ8eHn/wfSdh4GVrW4NmmFEQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz", + "integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==", "dependencies": { "async": "3.2.3", "chalk": "^4.1.2", @@ -13945,9 +13945,9 @@ "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==" }, "htmlhint": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.3.tgz", - "integrity": "sha512-Z2GtamhFnhCAXKP5lsfqShIDlk6eHEI5U6B9A/JXstdgakoOC2y9nF1b38DcVNBJ8eHn/wfSdh4GVrW4NmmFEQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz", + "integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==", "requires": { "async": "3.2.3", "chalk": "^4.1.2", diff --git a/dependencies/package.json b/dependencies/package.json index 4d2d0054..8a4fe508 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^4.4.0", "eslint-plugin-vue": "^8.6.0", "gherkin-lint": "^4.2.2", - "htmlhint": "^1.1.3", + "htmlhint": "^1.1.4", "immer": "^9.0.12", "ini": "^2.0.0", "jscpd": "^3.4.5",