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
parent b43ff0bde6
commit 6300e516de
10 changed files with 53 additions and 46 deletions
+15 -5
View File
@@ -13,7 +13,7 @@
"@actions/http-client": "^3.0.0"
},
"devDependencies": {
"@types/node": "^16.18.112"
"@types/node": "^24.1.0"
}
},
"node_modules/@actions/exec": {
@@ -51,11 +51,14 @@
}
},
"node_modules/@types/node": {
"version": "16.18.126",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz",
"integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==",
"version": "24.10.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz",
"integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==",
"dev": true,
"license": "MIT"
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
}
},
"node_modules/tunnel": {
"version": "0.0.6",
@@ -77,6 +80,13 @@
"engines": {
"node": ">=14.0"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
}
}
}
+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"
}
}