diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index cfaadc41..ab7650df 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -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", diff --git a/dependencies/package.json b/dependencies/package.json index 8430561f..d30e663e 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -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",