chore: Update deps.

This commit is contained in:
cpojer
2026-02-03 09:08:52 +09:00
parent cfd6b21d0e
commit 9e3ea2687c
5 changed files with 321 additions and 248 deletions

View File

@@ -7,7 +7,7 @@
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
"@vector-im/matrix-bot-sdk": "0.8.0-element.3",
"markdown-it": "14.1.0",
"music-metadata": "^11.11.1",
"music-metadata": "^11.11.2",
"zod": "^4.3.6"
},
"devDependencies": {

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw Nostr channel plugin for NIP-04 encrypted DMs",
"type": "module",
"dependencies": {
"nostr-tools": "^2.22.1",
"nostr-tools": "^2.23.0",
"openclaw": "workspace:*",
"zod": "^4.3.6"
},