From b8900639e9ce209443aa4b53d1fb27da2260dfc6 Mon Sep 17 00:00:00 2001 From: Bob <115008575+bobslavtriev@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:10:27 -0300 Subject: [PATCH] update uuid to v10 (#847) * Update auth-utils.ts * uuid removed from package.json * fix(uuid): update to v10 --------- Co-authored-by: Rajeh Taher --- package.json | 2 +- src/Utils/auth-utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 92908ce..e424de5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "node-cache": "^5.1.2", "pino": "^7.0.0", "protobufjs": "^7.2.4", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "ws": "^8.13.0" }, "devDependencies": { diff --git a/src/Utils/auth-utils.ts b/src/Utils/auth-utils.ts index 82f3dc8..b299e44 100644 --- a/src/Utils/auth-utils.ts +++ b/src/Utils/auth-utils.ts @@ -219,4 +219,4 @@ export const initAuthCreds = (): AuthenticationCreds => { lastPropHash: undefined, routingInfo: undefined, } -} \ No newline at end of file +}