pin superagent to 9.0.1

9.0.2 broke basic ipv6 queries -https://github.com/ladjs/superagent/pull/1805
This commit is contained in:
Girish Ramakrishnan
2024-06-10 11:28:33 +02:00
parent 692be297b3
commit a0c7f3f896
2 changed files with 7 additions and 6 deletions

View File

@@ -54,7 +54,7 @@
"safetydance": "^2.4.0",
"semver": "^7.6.2",
"speakeasy": "^2.0.0",
"superagent": "^9.0.2",
"superagent": "9.0.1",
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
"tldjs": "^2.3.1",
"ua-parser-js": "^1.0.38",