diff --git a/modules/openapi-generator/src/main/resources/typescript/package.mustache b/modules/openapi-generator/src/main/resources/typescript/package.mustache index e5da801fc289..dde02353fbc8 100644 --- a/modules/openapi-generator/src/main/resources/typescript/package.mustache +++ b/modules/openapi-generator/src/main/resources/typescript/package.mustache @@ -44,7 +44,7 @@ {{#fetch-api}} {{#platforms}} {{#node}} - "undici": "^7.18.2", + "undici": "^7.24.0", {{/node}} {{#browser}} "whatwg-fetch": "^3.0.0", diff --git a/samples/client/echo_api/typescript/build/package.json b/samples/client/echo_api/typescript/build/package.json index f0abe77d2774..5413d39ad16b 100644 --- a/samples/client/echo_api/typescript/build/package.json +++ b/samples/client/echo_api/typescript/build/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4" diff --git a/samples/client/others/typescript/encode-decode/build/package.json b/samples/client/others/typescript/encode-decode/build/package.json index a64a41bcc37c..45e06cd19915 100644 --- a/samples/client/others/typescript/encode-decode/build/package.json +++ b/samples/client/others/typescript/encode-decode/build/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4" diff --git a/samples/openapi3/client/petstore/typescript/builds/default/package.json b/samples/openapi3/client/petstore/typescript/builds/default/package.json index 39793a26c109..684bd2c8a2b7 100644 --- a/samples/openapi3/client/petstore/typescript/builds/default/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/default/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4" diff --git a/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json b/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json index 39793a26c109..684bd2c8a2b7 100644 --- a/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4" diff --git a/samples/openapi3/client/petstore/typescript/builds/inversify/package.json b/samples/openapi3/client/petstore/typescript/builds/inversify/package.json index 774eaa4d7ca0..127e95c67fcb 100644 --- a/samples/openapi3/client/petstore/typescript/builds/inversify/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/inversify/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "inversify": "^6.0.1", diff --git a/samples/openapi3/client/petstore/typescript/builds/object_params/package.json b/samples/openapi3/client/petstore/typescript/builds/object_params/package.json index 39793a26c109..684bd2c8a2b7 100644 --- a/samples/openapi3/client/petstore/typescript/builds/object_params/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/object_params/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4"