From f3a34ae074df048e9431a9dc52cea5a9b80fe6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:52:35 -0500 Subject: [PATCH] Bump htmlhint from 1.1.3 to 1.1.4 in /dependencies (#2765) Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Changelog](https://github.com/htmlhint/HTMLHint/blob/master/CHANGELOG.md) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: htmlhint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",