diff --git a/htmlhint/package-lock.json b/htmlhint/package-lock.json
index b17e391..fe539cf 100644
--- a/htmlhint/package-lock.json
+++ b/htmlhint/package-lock.json
@@ -17,7 +17,7 @@
],
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "htmlhint": "^1.5.1",
+ "htmlhint": "^1.6.2",
"strip-json-comments": "3.1.1",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
@@ -411,9 +411,9 @@
}
},
"node_modules/htmlhint": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.5.1.tgz",
- "integrity": "sha512-z0Q5GzQReG49/8rT+H1YJOvy76biwjZRJBNpjkJcUE6y2oe+eB/IgVJL+ycXa2S+c6jN74Ph9Hd6h4lg3WAULQ==",
+ "version": "1.6.2",
+ "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.2.tgz",
+ "integrity": "sha512-JKaBtPORI1Zl03hKrRZVFVzT20Grk0oqMzLSkUBCbJ9C0JAQej8NXdkIassNrgGCbWREEcQLCXDhaIFpkFvtRQ==",
"inBundle": true,
"license": "MIT",
"dependencies": {
@@ -422,7 +422,6 @@
"commander": "11.1.0",
"glob": "^8.1.0",
"is-glob": "^4.0.3",
- "node-fetch": "^2.7.0",
"node-sarif-builder": "^3.2.0",
"strip-json-comments": "3.1.1",
"xml": "1.0.1"
@@ -579,27 +578,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "inBundle": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
"node_modules/node-sarif-builder": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.2.0.tgz",
@@ -782,13 +760,6 @@
"node": ">=8"
}
},
- "node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
- "inBundle": true,
- "license": "MIT"
- },
"node_modules/traverse": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz",
@@ -938,24 +909,6 @@
"inBundle": true,
"license": "MIT"
},
- "node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
- "inBundle": true,
- "license": "BSD-2-Clause"
- },
- "node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "inBundle": true,
- "license": "MIT",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
diff --git a/htmlhint/package.json b/htmlhint/package.json
index b641233..239f56b 100644
--- a/htmlhint/package.json
+++ b/htmlhint/package.json
@@ -92,7 +92,7 @@
"vscode-test": "^1.6.1"
},
"dependencies": {
- "htmlhint": "^1.5.1",
+ "htmlhint": "^1.6.2",
"strip-json-comments": "3.1.1",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",