refactor(node): Replace undici dependency with built-in fetch (#1045)

This commit is contained in:
absidue
2025-10-02 12:01:21 +02:00
committed by GitHub
parent ee9c184eeb
commit 035d16dd6d
4 changed files with 8 additions and 29 deletions

View File

@@ -103,8 +103,7 @@
"license": "MIT",
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"jintr": "^3.3.1",
"undici": "^6.21.3"
"jintr": "^3.3.1"
},
"overrides": {
"typescript": "^5.0.0"