diff --git a/package-lock.json b/package-lock.json index cae57f5937eca..9317e6cd65d11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "esprima": "4.0.1", "formdata-polyfill": "4.0.10", "hoverintent": "2.2.1", - "htmlhint": "1.8.0", + "htmlhint": "1.9.1", "imagesloaded": "5.0.0", "jquery": "3.7.1", "jquery-color": "3.0.0", @@ -17032,9 +17032,9 @@ } }, "node_modules/htmlhint": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.0.tgz", - "integrity": "sha512-RT1UsSM3ldlVQ7DDqWnbbRY1Rf6wwudmdYwiJzIyZVapA0jcka5r2lE2RkMLzTDN5c8Vc06yis57TaTpZ6o3Dg==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.9.1.tgz", + "integrity": "sha512-nbnzHfgc7x3h7B83Y4fVFHDSMIjI9pepSgFhIYVE0Sj/Ulxd32loDgk+/79kjIhi4dvoIq6WlOMqbkaUQZF7lQ==", "license": "MIT", "dependencies": { "async": "3.2.6", @@ -17042,7 +17042,7 @@ "commander": "11.1.0", "glob": "^9.0.0", "is-glob": "^4.0.3", - "node-sarif-builder": "^3.3.1", + "node-sarif-builder": "^3.4.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, diff --git a/package.json b/package.json index 766e241ff8d6d..1428a2ab1bd47 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "esprima": "4.0.1", "formdata-polyfill": "4.0.10", "hoverintent": "2.2.1", - "htmlhint": "1.8.0", + "htmlhint": "1.9.1", "imagesloaded": "5.0.0", "jquery": "3.7.1", "jquery-color": "3.0.0",