update uuid to v10 (#847)

* Update auth-utils.ts

* uuid removed from package.json

* fix(uuid): update to v10

---------

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
Bob
2024-06-09 16:10:27 -03:00
committed by GitHub
parent f422684b53
commit b8900639e9
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -219,4 +219,4 @@ export const initAuthCreds = (): AuthenticationCreds => {
lastPropHash: undefined,
routingInfo: undefined,
}
}
}