add querystring fallback (#177250)

This commit is contained in:
Martin Aeschlimann
2023-03-15 17:29:41 +01:00
committed by GitHub
parent 2a20cc59f0
commit 273e74965b
3 changed files with 11 additions and 2 deletions

View File

@@ -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",