Skip to content

Commit d87497e

Browse files
committed
cleanup
bump dependencies
1 parent b2b8e01 commit d87497e

File tree

8 files changed

+790
-685
lines changed

8 files changed

+790
-685
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BLOSSOM_SERVERS=https://nostr.download,https://cdn.satellite.earth
1414
# The max file size to serve
1515
MAX_FILE_SIZE='2 MB'
1616

17-
# The cache folder for nginx
17+
# The cache folder for nginx (used for cache invalidation)
1818
NGINX_CACHE_DIR='/var/nginx/cache'
1919

2020
# A nprofile pointer for an nsite to use as the default homepage

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@
1919
"public"
2020
],
2121
"dependencies": {
22-
"@keyv/redis": "^3.0.1",
22+
"@keyv/redis": "^4.3.2",
2323
"@keyv/sqlite": "^4.0.1",
2424
"@koa/cors": "^5.0.0",
25-
"blossom-client-sdk": "^2.1.1",
25+
"blossom-client-sdk": "^3.0.1",
2626
"debug": "^4.4.0",
2727
"dotenv": "^16.4.7",
2828
"follow-redirects": "^1.15.9",
29-
"keyv": "^5.2.3",
30-
"koa": "^2.15.3",
29+
"keyv": "^5.3.2",
30+
"koa": "^2.16.0",
3131
"koa-morgan": "^1.0.1",
3232
"koa-send": "^5.0.1",
3333
"koa-static": "^5.0.0",
3434
"mime": "^4.0.6",
35-
"nostr-tools": "^2.10.4",
36-
"nsite-cli": "^0.1.14",
37-
"pac-proxy-agent": "^7.1.0",
35+
"nostr-tools": "^2.11.0",
36+
"nsite-cli": "^0.1.16",
37+
"pac-proxy-agent": "^7.2.0",
3838
"proxy-agent": "^6.5.0",
3939
"puppeteer": "^23.11.1",
4040
"websocket-polyfill": "1.0.0",
41-
"ws": "^8.18.0",
41+
"ws": "^8.18.1",
4242
"xbytes": "^1.9.1"
4343
},
4444
"devDependencies": {
45-
"@changesets/cli": "^2.27.11",
46-
"@swc-node/register": "^1.10.9",
47-
"@swc/core": "^1.10.9",
45+
"@changesets/cli": "^2.28.1",
46+
"@swc-node/register": "^1.10.10",
47+
"@swc/core": "^1.11.10",
4848
"@types/better-sqlite3": "^7.6.12",
4949
"@types/debug": "^4.1.12",
5050
"@types/follow-redirects": "^1.14.4",
@@ -54,12 +54,12 @@
5454
"@types/koa-static": "^4.0.4",
5555
"@types/koa__cors": "^5.0.0",
5656
"@types/koa__router": "^12.0.4",
57-
"@types/node": "^20.17.14",
57+
"@types/node": "^20.17.24",
5858
"@types/proxy-from-env": "^1.0.4",
59-
"@types/ws": "^8.5.13",
59+
"@types/ws": "^8.18.0",
6060
"nodemon": "^3.1.9",
61-
"prettier": "^3.4.2",
62-
"typescript": "^5.7.3"
61+
"prettier": "^3.5.3",
62+
"typescript": "^5.8.2"
6363
},
6464
"resolutions": {
6565
"websocket-polyfill": "1.0.0"

0 commit comments

Comments
 (0)