diff --git a/package-lock.json b/package-lock.json index fec8202..b00e92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.0", "dependencies": { "@hookform/resolvers": "^3.9.0", - "@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.1", - "@nostrify/react": "npm:@jsr/nostrify__react@^0.2.5", + "@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.3", + "@nostrify/react": "npm:@jsr/nostrify__react@^0.2.7", "@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-alert-dialog": "^1.1.1", "@radix-ui/react-aspect-ratio": "^1.1.0", @@ -1205,15 +1205,15 @@ } }, "node_modules/@jsr/nostrify__nostrify": { - "version": "0.46.1", - "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.1.tgz", - "integrity": "sha512-7XSP4+kjcPgw937jQPUxf+qo1mWx7rbKUuA5ma0CofRQZa2v01IA4f+OfVGJbABxbJ8SC+8VdPkLqqUOJxeVPg==", + "version": "0.46.3", + "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.3.tgz", + "integrity": "sha512-zJpOrD8bbrJroLRJjESAJZX/ZKFCaGfoz5fSfLP+gIcTiPo8JpzlrFBF6mvaDI/Mdd+1WTBwlCcW9On8rUVH7w==", "dependencies": { "@jsr/nostrify__types": "^0.36.0", "@jsr/scure__base": "^1.2.4", "@jsr/std__encoding": "^0.224.1", "lru-cache": "^10.2.0", - "nostr-tools": "^2.10.4", + "nostr-tools": "^2.13.0", "websocket-ts": "^2.2.1", "zod": "^3.23.8" } @@ -1315,27 +1315,27 @@ }, "node_modules/@nostrify/nostrify": { "name": "@jsr/nostrify__nostrify", - "version": "0.46.1", - "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.1.tgz", - "integrity": "sha512-7XSP4+kjcPgw937jQPUxf+qo1mWx7rbKUuA5ma0CofRQZa2v01IA4f+OfVGJbABxbJ8SC+8VdPkLqqUOJxeVPg==", + "version": "0.46.3", + "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__nostrify/0.46.3.tgz", + "integrity": "sha512-zJpOrD8bbrJroLRJjESAJZX/ZKFCaGfoz5fSfLP+gIcTiPo8JpzlrFBF6mvaDI/Mdd+1WTBwlCcW9On8rUVH7w==", "dependencies": { "@jsr/nostrify__types": "^0.36.0", "@jsr/scure__base": "^1.2.4", "@jsr/std__encoding": "^0.224.1", "lru-cache": "^10.2.0", - "nostr-tools": "^2.10.4", + "nostr-tools": "^2.13.0", "websocket-ts": "^2.2.1", "zod": "^3.23.8" } }, "node_modules/@nostrify/react": { "name": "@jsr/nostrify__react", - "version": "0.2.5", - "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.5.tgz", - "integrity": "sha512-Hyi1N4hXa89gYsuk7fqGrWEzIzTp7md8hKog+D2DgpSqVwFQM1vw267Uv3rOieE/hPereD3gen9X88XkeAXP+Q==", + "version": "0.2.7", + "resolved": "https://npm.jsr.io/~/11/@jsr/nostrify__react/0.2.7.tgz", + "integrity": "sha512-36fAOOymf34KR2OfE4jXBojbZnPsrIzQDAXzE7dko8/Qj+0s8iKnZoZKg9DVIT2F6Lxhr6SUiTze8xBxuJbf1A==", "dependencies": { - "@jsr/nostrify__nostrify": "^0.46.1", - "nostr-tools": "^2.10.4", + "@jsr/nostrify__nostrify": "^0.46.3", + "nostr-tools": "^2.13.0", "react": "^18.0.0" } }, diff --git a/package.json b/package.json index 94d0460..f5170fe 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@hookform/resolvers": "^3.9.0", - "@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.1", - "@nostrify/react": "npm:@jsr/nostrify__react@^0.2.5", + "@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.46.3", + "@nostrify/react": "npm:@jsr/nostrify__react@^0.2.7", "@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-alert-dialog": "^1.1.1", "@radix-ui/react-aspect-ratio": "^1.1.0",