diff --git a/htmlhint/package-lock.json b/htmlhint/package-lock.json index ecbb06c..6d4d9c1 100644 --- a/htmlhint/package-lock.json +++ b/htmlhint/package-lock.json @@ -18,7 +18,7 @@ ], "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "htmlhint": "1.7.1", + "htmlhint": "1.8.0", "strip-json-comments": "3.1.1", "vscode-languageclient": "9.0.1", "vscode-languageserver": "9.0.1", @@ -248,9 +248,9 @@ "license": "MIT" }, "node_modules/fs-extra": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", - "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "version": "11.3.2", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", + "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", "inBundle": true, "license": "MIT", "dependencies": { @@ -335,9 +335,9 @@ } }, "node_modules/htmlhint": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.7.1.tgz", - "integrity": "sha512-zasEL49C55zZj30n6KFSwlWPXCUxFcXNBGfupO8lQeFV5LAMAlvSloUWebXYsU3v2cSt2H4+AYx3wI6rUk4pmA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.0.tgz", + "integrity": "sha512-RT1UsSM3ldlVQ7DDqWnbbRY1Rf6wwudmdYwiJzIyZVapA0jcka5r2lE2RkMLzTDN5c8Vc06yis57TaTpZ6o3Dg==", "inBundle": true, "license": "MIT", "dependencies": { @@ -346,7 +346,7 @@ "commander": "11.1.0", "glob": "^9.0.0", "is-glob": "^4.0.3", - "node-sarif-builder": "^3.2.0", + "node-sarif-builder": "^3.3.1", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -460,9 +460,9 @@ "license": "MIT" }, "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", "inBundle": true, "license": "MIT", "dependencies": { @@ -589,9 +589,9 @@ "license": "MIT" }, "node_modules/node-sarif-builder": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.2.0.tgz", - "integrity": "sha512-kVIOdynrF2CRodHZeP/97Rh1syTUHBNiw17hUCIVhlhEsWlfJm19MuO56s4MdKbr22xWx6mzMnNAgXzVlIYM9Q==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.3.1.tgz", + "integrity": "sha512-8z5dAbhpxmk/WRQHXlv4V0h+9Y4Ugk+w08lyhV/7E/CQX9yDdBc3025/EG+RSMJU2aPFh/IQ7XDV7Ti5TLt/TA==", "inBundle": true, "license": "MIT", "dependencies": { @@ -599,7 +599,7 @@ "fs-extra": "^11.1.1" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/onetime": { diff --git a/htmlhint/package.json b/htmlhint/package.json index 192bfe2..87837e6 100644 --- a/htmlhint/package.json +++ b/htmlhint/package.json @@ -97,7 +97,7 @@ "typescript": "5.5.4" }, "dependencies": { - "htmlhint": "1.7.1", + "htmlhint": "1.8.0", "strip-json-comments": "3.1.1", "vscode-languageclient": "9.0.1", "vscode-languageserver": "9.0.1",