Bump htmlhint from 1.1.0 to 1.1.1 in /dependencies (#2374)

Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.1.0 to 1.1.1.
- [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.0...v1.1.1)

---
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-01-24 09:48:10 -06:00 committed by GitHub
parent 3cc449620a
commit 17d33d9a69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

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

@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-vue": "^8.3.0",
"gherkin-lint": "^4.2.2",
"htmlhint": "^1.1.0",
"htmlhint": "^1.1.1",
"immer": "^9.0.12",
"ini": "^2.0.0",
"jscpd": "^3.4.5",
@ -2328,9 +2328,9 @@
}
},
"node_modules/async": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz",
"integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g=="
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
},
"node_modules/at-least-node": {
"version": "1.0.0",
@ -4966,11 +4966,11 @@
}
},
"node_modules/htmlhint": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.0.tgz",
"integrity": "sha512-+bsDBss95q0SdgVzPJ6Kqu8kSHu91/9rEFs8mIrobGrdV30EtNLyvqTL4xwl3q8GkzRn7lJxNNjwSGwiAoZkiw==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.1.tgz",
"integrity": "sha512-d6k9QnjrLDl7FXNqyXHaEV5voTuaJYZ/iWkub1gMBwG40CvGJpxMbLb1vcw4eGxV1DOLNRk81WSkgHsjj6RVyA==",
"dependencies": {
"async": "3.2.2",
"async": "3.2.3",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"glob": "^7.2.0",
@ -12863,9 +12863,9 @@
"integrity": "sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ=="
},
"async": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz",
"integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g=="
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
},
"at-least-node": {
"version": "1.0.0",
@ -14788,11 +14788,11 @@
"integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg=="
},
"htmlhint": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.0.tgz",
"integrity": "sha512-+bsDBss95q0SdgVzPJ6Kqu8kSHu91/9rEFs8mIrobGrdV30EtNLyvqTL4xwl3q8GkzRn7lJxNNjwSGwiAoZkiw==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.1.tgz",
"integrity": "sha512-d6k9QnjrLDl7FXNqyXHaEV5voTuaJYZ/iWkub1gMBwG40CvGJpxMbLb1vcw4eGxV1DOLNRk81WSkgHsjj6RVyA==",
"requires": {
"async": "3.2.2",
"async": "3.2.3",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"glob": "^7.2.0",

View file

@ -20,7 +20,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-vue": "^8.3.0",
"gherkin-lint": "^4.2.2",
"htmlhint": "^1.1.0",
"htmlhint": "^1.1.1",
"immer": "^9.0.12",
"ini": "^2.0.0",
"jscpd": "^3.4.5",