Merge pull request #181 from fjogeleit/dependabot/npm_and_yarn/undici-5.29.0
Some checks failed
CI / build (push) Has been skipped
CI / integrity (push) Failing after 3s
/ IT Test - Request Postman Echo GET (push) Failing after 2s
/ IT Test - Request Postman Echo BasicAuth (push) Failing after 2s
/ IT Test - Request Postman Echo with 404 Response and ignore failure code (push) Failing after 2s
/ IT Test - Request Postman Echo POST Multipart (push) Failing after 2s
/ IT Test - Request Postman Echo POST and persist response (push) Failing after 2s
/ IT Test - Request Postman Echo POST URLEncoded json data (push) Failing after 2s
/ IT Test - Request Postman Echo DELETE (push) Failing after 2s
/ All IT Tests have to pass (push) Failing after 1s
/ IT Test - Request Postman Echo POST (push) Failing after 2s
/ IT Test - Request Postman Echo POST with Unescaped Newline (push) Failing after 2s
/ IT Test - Request Postman Echo POST Multipart without data (push) Failing after 2s
/ IT Test - Request Postman Echo POST single file (push) Failing after 2s
/ IT Test - Request Postman Echo POST URLEncoded string data (push) Failing after 2s

Bump undici from 5.28.5 to 5.29.0
This commit is contained in:
Frank Jogeleit 2025-05-16 07:12:13 +02:00 committed by GitHub
commit 33230fada8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
package-lock.json generated
View File

@ -522,9 +522,9 @@
}
},
"node_modules/undici": {
"version": "5.28.5",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
"integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
"version": "5.29.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
"license": "MIT",
"dependencies": {
"@fastify/busboy": "^2.0.0"