mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
add querystring fallback (#177250)
This commit is contained in:
committed by
GitHub
parent
2a20cc59f0
commit
273e74965b
@@ -49,7 +49,8 @@
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"@types/randombytes": "^2.0.0",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
"@types/uuid": "8.0.0"
|
||||
"@types/uuid": "8.0.0",
|
||||
"querystring-es3": "^0.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "2.6.7",
|
||||
|
||||
Reference in New Issue
Block a user