diff --git a/samples/speech-to-speech/backend/load-test/package-lock.json b/samples/speech-to-speech/backend/load-test/package-lock.json index b5f12a4..53a717f 100644 --- a/samples/speech-to-speech/backend/load-test/package-lock.json +++ b/samples/speech-to-speech/backend/load-test/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "artillery": "^2.0.0-31", "aws-sdk": "^2.1450.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "ws": "^8.13.0" } }, @@ -3609,6 +3609,20 @@ "node": ">=18.0.0" } }, + "node_modules/@smithy/middleware-retry/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@smithy/middleware-serde": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.0.6.tgz", @@ -12258,16 +12272,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/samples/speech-to-speech/backend/load-test/package.json b/samples/speech-to-speech/backend/load-test/package.json index c8c4ab7..712ffe9 100644 --- a/samples/speech-to-speech/backend/load-test/package.json +++ b/samples/speech-to-speech/backend/load-test/package.json @@ -10,6 +10,6 @@ "artillery": "^2.0.0-31", "aws-sdk": "^2.1450.0", "ws": "^8.13.0", - "uuid": "^9.0.0" + "uuid": "^14.0.0" } }