diff --git a/htmlhint/package-lock.json b/htmlhint/package-lock.json
index 79b8858..3ec8fa6 100644
--- a/htmlhint/package-lock.json
+++ b/htmlhint/package-lock.json
@@ -20,7 +20,7 @@
"dependencies": {
"htmlhint": "1.6.3",
"ignore": "^7.0.5",
- "strip-json-comments": "3.1.1",
+ "strip-json-comments": "5.0.3",
"vscode-languageclient": "9.0.1",
"vscode-languageserver": "9.0.1",
"vscode-languageserver-textdocument": "1.0.12",
@@ -439,6 +439,19 @@
"url": "https://opencollective.com/htmlhint"
}
},
+ "node_modules/htmlhint/node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "inBundle": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/http-proxy-agent": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
@@ -747,13 +760,13 @@
}
},
"node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz",
+ "integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==",
"inBundle": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
diff --git a/htmlhint/package.json b/htmlhint/package.json
index 0a3d98e..fb0c034 100644
--- a/htmlhint/package.json
+++ b/htmlhint/package.json
@@ -99,7 +99,7 @@
"dependencies": {
"htmlhint": "1.6.3",
"ignore": "^7.0.5",
- "strip-json-comments": "3.1.1",
+ "strip-json-comments": "5.0.3",
"vscode-languageclient": "9.0.1",
"vscode-languageserver": "9.0.1",
"vscode-languageserver-textdocument": "1.0.12",