Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <yonle@lecturify.net>
  • Loading branch information
Yonle committed Jan 6, 2025
1 parent 41bc4c5 commit 2013c36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 2013c36

Please sign in to comment.