From 6d0e3b8250cb9789dc8397d41c02877da75359bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:47:08 +0000 Subject: [PATCH] Bump nostr-tools from 2.3.1 to 2.3.2 Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/nbd-wtf/nostr-tools/releases) - [Commits](https://github.com/nbd-wtf/nostr-tools/commits) --- updated-dependencies: - dependency-name: nostr-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4e022e9..998b48d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lucide-react": "^0.325.0", "nip07-awaiter": "^0.2.1", "nostr-fetch": "^0.14.1", - "nostr-tools": "^2.3.1", + "nostr-tools": "^2.3.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^13.2.2", diff --git a/yarn.lock b/yarn.lock index 0d4bf51..ea2c96d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3262,10 +3262,10 @@ nostr-fetch@^0.14.1: dependencies: "@nostr-fetch/kernel" "^0.14.0" -nostr-tools@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/nostr-tools/-/nostr-tools-2.3.1.tgz#348d3c4aab0ab00716f93d6e2a72333d8c7da982" - integrity sha512-qjKx2C3EzwiQOe2LPSPyCnp07pGz1pWaWjDXcm+L2y2c8iTECbvlzujDANm3nJUjWL5+LVRUVDovTZ1a/DC4Bg== +nostr-tools@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/nostr-tools/-/nostr-tools-2.3.2.tgz#74e92898b000413661b091c5829f762cb4420e66" + integrity sha512-8ceZ2ItkAGjR5b9+QOkkV9KWBOK0WPlpFrPPXmbWnNMcnlj9zB7rjdYPK2sV/OK4Ty9J3xL6+bvYKY77gup5EQ== dependencies: "@noble/ciphers" "^0.5.1" "@noble/curves" "1.2.0"