Update request-light. Fixes #140227

This commit is contained in:
Martin Aeschlimann
2022-01-07 14:32:20 +01:00
parent 6c78a84e83
commit 873a895208
6 changed files with 22 additions and 20 deletions

View File

@@ -135,14 +135,16 @@
"url": "http://json-schema.org/draft-07/schema#"
}
],
"commands": [{
"command": "json.clearCache",
"title": "%json.command.clearCache%",
"category": "JSON"
}]
"commands": [
{
"command": "json.clearCache",
"title": "%json.command.clearCache%",
"category": "JSON"
}
]
},
"dependencies": {
"request-light": "^0.5.5",
"request-light": "^0.5.7",
"vscode-extension-telemetry": "0.4.4",
"vscode-languageclient": "^7.0.0",
"vscode-nls": "^5.0.0"