From 63536823541e219ff46618e833a48b3a4557923c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 10:48:43 -0600 Subject: [PATCH] Bump htmlhint from 1.0.0 to 1.1.0 in /dependencies (#2291) Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.0.0 to 1.1.0. - [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.0.0...v1.1.0) --- updated-dependencies: - dependency-name: htmlhint dependency-type: direct:production update-type: version-update:semver-minor ... 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 00d36ce9..196f5939 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-vue": "^8.2.0", "gherkin-lint": "^4.2.2", - "htmlhint": "^1.0.0", + "htmlhint": "^1.1.0", "immer": "^9.0.7", "ini": "^2.0.0", "jscpd": "^3.4.2", @@ -4771,9 +4771,9 @@ } }, "node_modules/htmlhint": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.0.0.tgz", - "integrity": "sha512-Z+8hVuoHHRoWRUMWE7ehtNVJbED/sbmIFN/azvNnBMliF9vgdTISdATUnPvA1Y5B6FV4tDPFCMrJ5+gvKIZ2rQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.0.tgz", + "integrity": "sha512-+bsDBss95q0SdgVzPJ6Kqu8kSHu91/9rEFs8mIrobGrdV30EtNLyvqTL4xwl3q8GkzRn7lJxNNjwSGwiAoZkiw==", "dependencies": { "async": "3.2.2", "chalk": "^4.1.2", @@ -14222,9 +14222,9 @@ "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==" }, "htmlhint": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.0.0.tgz", - "integrity": "sha512-Z+8hVuoHHRoWRUMWE7ehtNVJbED/sbmIFN/azvNnBMliF9vgdTISdATUnPvA1Y5B6FV4tDPFCMrJ5+gvKIZ2rQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.0.tgz", + "integrity": "sha512-+bsDBss95q0SdgVzPJ6Kqu8kSHu91/9rEFs8mIrobGrdV30EtNLyvqTL4xwl3q8GkzRn7lJxNNjwSGwiAoZkiw==", "requires": { "async": "3.2.2", "chalk": "^4.1.2", diff --git a/dependencies/package.json b/dependencies/package.json index 3a1eb4a2..88d20208 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -20,7 +20,7 @@ "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-vue": "^8.2.0", "gherkin-lint": "^4.2.2", - "htmlhint": "^1.0.0", + "htmlhint": "^1.1.0", "immer": "^9.0.7", "ini": "^2.0.0", "jscpd": "^3.4.2",