Skip to content

Commit

Permalink
update uuid to v10 (WhiskeySockets#847)
Browse files Browse the repository at this point in the history
* Update auth-utils.ts

* uuid removed from package.json

* fix(uuid): update to v10

---------

Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
  • Loading branch information
2 people authored and bufftop25 committed Nov 2, 2024
1 parent dd2ba12 commit afe4de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Utils/auth-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ export const initAuthCreds = (): AuthenticationCreds => {
lastPropHash: undefined,
routingInfo: undefined,
}
}
}

0 comments on commit afe4de6

Please sign in to comment.