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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-03 10:48:43 -06:00 committed by GitHub
parent 5cf256a086
commit 6353682354
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

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

View file

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