Skip to content

Commit 2013c36

Browse files
committed
bump dependencies
Signed-off-by: Yonle <[email protected]>
1 parent 41bc4c5 commit 2013c36

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project solve the problem by **proxying** multiple relays in a single socke
1717
In order to make this work properly, A nostr client should only connect to a single bostr relay.
1818

1919
## Installation
20-
- [NodeJS](https://nodejs.org) (v18 or up) or [Bun runtime](https://bun.sh)
20+
- [NodeJS](https://nodejs.org) (v20 or up) or [Bun runtime](https://bun.sh)
2121
- A working reverse proxy like [nginx](https://nginx.org) or [caddy](https://caddyserver.com)
2222
- A fast internet connection
2323

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"homepage": "https://codeberg.org/Yonle/bostr#readme",
2929
"dependencies": {
30-
"nostr-tools": "^2.5.2",
31-
"undici": "^6.17.0",
32-
"ws": "^8.17.0"
30+
"nostr-tools": "^2.10.4",
31+
"undici": "^7.2.0",
32+
"ws": "^8.18.0"
3333
},
3434
"optionalDependencies": {
35-
"bufferutil": "^4.0.8",
36-
"utf-8-validate": "^6.0.4"
35+
"bufferutil": "^4.0.9",
36+
"utf-8-validate": "^6.0.5"
3737
},
3838
"engines": {
39-
"node": ">=18"
39+
"node": ">=20"
4040
}
4141
}

0 commit comments

Comments
 (0)