mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump htmlhint from 0.14.2 to 0.15.1 in /dependencies (#1659)
Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 0.14.2 to 0.15.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/v0.14.2...v0.15.1) --- 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
7f7e6ebe7f
commit
a458ef7d32
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -22,7 +22,7 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"gherkin-lint": "^4.2.2",
|
||||
"htmlhint": "^0.14.2",
|
||||
"htmlhint": "^0.15.1",
|
||||
"immer": "^9.0.3",
|
||||
"ini": "^2.0.0",
|
||||
"jscpd": "^3.3.26",
|
||||
|
@ -4774,9 +4774,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/htmlhint": {
|
||||
"version": "0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.14.2.tgz",
|
||||
"integrity": "sha512-lUCgGVZ/oyCkpgDkIa5IfClwX8Ppy11Dk7XdeVboAGSmKjIuOKx6yy86WS0W08KFtCRuxftzNy+KdQjM4UjqCA==",
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.15.1.tgz",
|
||||
"integrity": "sha512-uNbgqqBiD2ko4QQOYAHTPwDMluc9X81NwzlrJN7yExCoM6dHNgRFjVI+4TEdRrF/EqUzl1dpMUn7GYbu/qCKmA==",
|
||||
"dependencies": {
|
||||
"async": "3.2.0",
|
||||
"chalk": "4.1.0",
|
||||
|
@ -13242,9 +13242,9 @@
|
|||
"integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg=="
|
||||
},
|
||||
"htmlhint": {
|
||||
"version": "0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.14.2.tgz",
|
||||
"integrity": "sha512-lUCgGVZ/oyCkpgDkIa5IfClwX8Ppy11Dk7XdeVboAGSmKjIuOKx6yy86WS0W08KFtCRuxftzNy+KdQjM4UjqCA==",
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.15.1.tgz",
|
||||
"integrity": "sha512-uNbgqqBiD2ko4QQOYAHTPwDMluc9X81NwzlrJN7yExCoM6dHNgRFjVI+4TEdRrF/EqUzl1dpMUn7GYbu/qCKmA==",
|
||||
"requires": {
|
||||
"async": "3.2.0",
|
||||
"chalk": "4.1.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -17,7 +17,7 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"gherkin-lint": "^4.2.2",
|
||||
"htmlhint": "^0.14.2",
|
||||
"htmlhint": "^0.15.1",
|
||||
"immer": "^9.0.3",
|
||||
"ini": "^2.0.0",
|
||||
"jscpd": "^3.3.26",
|
||||
|
|
Loading…
Reference in a new issue