mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
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:
parent
62e1eeaab8
commit
f3a34ae074
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -26,7 +26,7 @@
|
||||||
"eslint-plugin-react-hooks": "^4.4.0",
|
"eslint-plugin-react-hooks": "^4.4.0",
|
||||||
"eslint-plugin-vue": "^8.6.0",
|
"eslint-plugin-vue": "^8.6.0",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^1.1.3",
|
"htmlhint": "^1.1.4",
|
||||||
"immer": "^9.0.12",
|
"immer": "^9.0.12",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.4.5",
|
"jscpd": "^3.4.5",
|
||||||
|
@ -4495,9 +4495,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/htmlhint": {
|
"node_modules/htmlhint": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz",
|
||||||
"integrity": "sha512-Z2GtamhFnhCAXKP5lsfqShIDlk6eHEI5U6B9A/JXstdgakoOC2y9nF1b38DcVNBJ8eHn/wfSdh4GVrW4NmmFEQ==",
|
"integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "3.2.3",
|
"async": "3.2.3",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
|
@ -13945,9 +13945,9 @@
|
||||||
"integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg=="
|
"integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg=="
|
||||||
},
|
},
|
||||||
"htmlhint": {
|
"htmlhint": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz",
|
||||||
"integrity": "sha512-Z2GtamhFnhCAXKP5lsfqShIDlk6eHEI5U6B9A/JXstdgakoOC2y9nF1b38DcVNBJ8eHn/wfSdh4GVrW4NmmFEQ==",
|
"integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "3.2.3",
|
"async": "3.2.3",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -21,7 +21,7 @@
|
||||||
"eslint-plugin-react-hooks": "^4.4.0",
|
"eslint-plugin-react-hooks": "^4.4.0",
|
||||||
"eslint-plugin-vue": "^8.6.0",
|
"eslint-plugin-vue": "^8.6.0",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^1.1.3",
|
"htmlhint": "^1.1.4",
|
||||||
"immer": "^9.0.12",
|
"immer": "^9.0.12",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.4.5",
|
"jscpd": "^3.4.5",
|
||||||
|
|
Loading…
Reference in a new issue