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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-11 14:52:35 -05:00 committed by GitHub
parent 62e1eeaab8
commit f3a34ae074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
dependencies/package-lock.json generated vendored
View file

@ -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",

View file

@ -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",