build(deps): bump undici

This commit is contained in:
Fernandez Ludovic
2026-08-11 04:05:12 +02:00
parent c620e17647
commit a8c3248d3d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4219,9 +4219,9 @@
}
},
"node_modules/undici": {
"version": "6.27.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
"integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
"version": "6.28.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
"integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==",
"license": "MIT",
"engines": {
"node": ">=18.17"

View File

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