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 +}