bump dependencies

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2025-01-06 22:37:36 +07:00
parent 41bc4c5572
commit 2013c36836
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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"
}
}