build(deps): bump undici from 6.28.0 to 7.16.0 (#1412)

This commit is contained in:
Ludovic Fernandez
2026-08-11 12:46:39 +02:00
committed by GitHub
parent 7791272dd3
commit c3ef4a2b0b
4 changed files with 31765 additions and 11673 deletions

21714
dist/post_run/index.js generated vendored

File diff suppressed because one or more lines are too long

21714
dist/run/index.js generated vendored

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

@@ -4219,12 +4219,12 @@
}
},
"node_modules/undici": {
"version": "6.28.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
"integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz",
"integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==",
"license": "MIT",
"engines": {
"node": ">=18.17"
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {

View File

@@ -59,6 +59,6 @@
"typescript": "^5.9.3"
},
"overrides": {
"undici": "^6.28.0"
"undici": "^7.16.0"
}
}