mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-17 05:12:57 +01:00
bump dependencies
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
41bc4c5572
commit
2013c36836
@ -17,7 +17,7 @@ This project solve the problem by **proxying** multiple relays in a single socke
|
||||
In order to make this work properly, A nostr client should only connect to a single bostr relay.
|
||||
|
||||
## Installation
|
||||
- [NodeJS](https://nodejs.org) (v18 or up) or [Bun runtime](https://bun.sh)
|
||||
- [NodeJS](https://nodejs.org) (v20 or up) or [Bun runtime](https://bun.sh)
|
||||
- A working reverse proxy like [nginx](https://nginx.org) or [caddy](https://caddyserver.com)
|
||||
- A fast internet connection
|
||||
|
||||
|
12
package.json
12
package.json
@ -27,15 +27,15 @@
|
||||
},
|
||||
"homepage": "https://codeberg.org/Yonle/bostr#readme",
|
||||
"dependencies": {
|
||||
"nostr-tools": "^2.5.2",
|
||||
"undici": "^6.17.0",
|
||||
"ws": "^8.17.0"
|
||||
"nostr-tools": "^2.10.4",
|
||||
"undici": "^7.2.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.8",
|
||||
"utf-8-validate": "^6.0.4"
|
||||
"bufferutil": "^4.0.9",
|
||||
"utf-8-validate": "^6.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user