From 98b254e296f00134e87ac2d42ed7f00a7569a338 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 21 Mar 2026 20:35:01 -0500 Subject: [PATCH] Upgrade @nostrify/nostrify to 0.50.5 and @nostrify/react to 0.2.30 --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f91939ad..4c342b4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,8 +39,8 @@ "@fontsource/silkscreen": "^5.2.8", "@getalby/sdk": "^5.1.1", "@hookform/resolvers": "^5.2.2", - "@nostrify/nostrify": "^0.50.4", - "@nostrify/react": "^0.2.29", + "@nostrify/nostrify": "^0.50.5", + "@nostrify/react": "^0.2.30", "@nostrify/types": "^0.36.9", "@plausible-analytics/tracker": "^0.4.4", "@radix-ui/react-accordion": "^1.2.0", @@ -1403,9 +1403,9 @@ } }, "node_modules/@nostrify/nostrify": { - "version": "0.50.4", - "resolved": "https://registry.npmjs.org/@nostrify/nostrify/-/nostrify-0.50.4.tgz", - "integrity": "sha512-XsRuKeNDgnQ4WPKwz+Yz+vzF5lOee+STFhVwW8fi/SO3tglp4XEc551NyCoufh3AxIlCDWMxC8vyxttsMEVbGw==", + "version": "0.50.5", + "resolved": "https://registry.npmjs.org/@nostrify/nostrify/-/nostrify-0.50.5.tgz", + "integrity": "sha512-0XlNz/aVKl3ODxAZYRbNsa9IzwLsQd0ACxq4EvPBCGZLvpSr3GW14GK13lX0FLx1UAy94xuvsbYGqkiVigBYnQ==", "dependencies": { "@nostrify/types": "0.36.9", "@scure/base": "^2.0.0", @@ -1444,11 +1444,11 @@ "license": "MIT" }, "node_modules/@nostrify/react": { - "version": "0.2.29", - "resolved": "https://registry.npmjs.org/@nostrify/react/-/react-0.2.29.tgz", - "integrity": "sha512-jt3CS6ggjxx7HzOJEQo9YmVjJSbXowBkQT86fiDBbZkYEhFkB1i64KahvdAhYCIka3r+QFOiOX8iKo3d9nFZ7g==", + "version": "0.2.30", + "resolved": "https://registry.npmjs.org/@nostrify/react/-/react-0.2.30.tgz", + "integrity": "sha512-IFEJjvwYtbhlCfbxi76mjp/4GTIAAeycnMFR0gnnwQsyo/ew5WAM0P4FUtpE1TkLz4ArhOMVebPhD41wgVbydw==", "dependencies": { - "@nostrify/nostrify": "0.50.4", + "@nostrify/nostrify": "0.50.5", "@nostrify/types": "0.36.9", "@tanstack/react-query": "^5.69.0", "nostr-tools": "^2.13.0", diff --git a/package.json b/package.json index 00be420f..5e583fa2 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "@fontsource/silkscreen": "^5.2.8", "@getalby/sdk": "^5.1.1", "@hookform/resolvers": "^5.2.2", - "@nostrify/nostrify": "^0.50.4", - "@nostrify/react": "^0.2.29", + "@nostrify/nostrify": "^0.50.5", + "@nostrify/react": "^0.2.30", "@nostrify/types": "^0.36.9", "@plausible-analytics/tracker": "^0.4.4", "@radix-ui/react-accordion": "^1.2.0",