Update undici to v7 and fix TypeScript compilation issues

Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-11 00:07:41 +00:00
co-authored by salmanmkc
parent b43ff0bde6
commit 6300e516de
10 changed files with 53 additions and 46 deletions
+1 -1
View File
@@ -40,6 +40,6 @@
"@actions/http-client": "^3.0.0"
},
"devDependencies": {
"@types/node": "^16.18.112"
"@types/node": "^24.1.0"
}
}