diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 9e43c41c..7c025d2b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -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", diff --git a/dependencies/package.json b/dependencies/package.json index 4d41bdd6..77026e37 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -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",