mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
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:
parent
5cf256a086
commit
6353682354
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -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",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue