diff --git a/package-lock.json b/package-lock.json index 63d5096..93d1d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "ibm-watson": "^8.0.0", "microsoft-cognitiveservices-speech-sdk": "1.38.0", "openai": "^4.25.0", - "undici": "^6.4.0" + "undici": "^6.19.4" }, "devDependencies": { "config": "^3.3.11", @@ -7073,11 +7073,12 @@ } }, "node_modules/undici": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz", - "integrity": "sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==", + "version": "6.19.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.4.tgz", + "integrity": "sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g==", + "license": "MIT", "engines": { - "node": ">=18.0" + "node": ">=18.17" } }, "node_modules/undici-types": { @@ -12684,9 +12685,9 @@ } }, "undici": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz", - "integrity": "sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==" + "version": "6.19.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.4.tgz", + "integrity": "sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g==" }, "undici-types": { "version": "5.26.5", diff --git a/package.json b/package.json index 61a854e..bdf1c90 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "ibm-watson": "^8.0.0", "microsoft-cognitiveservices-speech-sdk": "1.38.0", "openai": "^4.25.0", - "undici": "^6.4.0" + "undici": "^6.19.4" }, "devDependencies": { "config": "^3.3.11",