Skip to content

Commit 369a9bc

Browse files
author
Alex Stelea
authored
Merge pull request #869 from radixdlt/uws-dependency
chore: update uWebSockets.js dependency
2 parents 9a6b94c + 7a86cc9 commit 369a9bc

2 files changed

Lines changed: 55 additions & 2887 deletions

File tree

apps/notification/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"jsonwebtoken": "^9.0.2",
1616
"neverthrow": "^8.0.0",
1717
"prom-client": "^15.1.2",
18-
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.44.0"
18+
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.56.0"
1919
},
2020
"devDependencies": {
21+
"@types/jsonwebtoken": "^9.0.6",
2122
"@types/node": "^20.10.7",
2223
"tsup": "^8.0.2",
2324
"tsx": "^4.1.3",
24-
"typescript": "^5.3.3",
25-
"@types/jsonwebtoken": "^9.0.6"
25+
"typescript": "^5.3.3"
2626
}
2727
}

0 commit comments

Comments
 (0)