From a5389818502e260bc18c78a517613d445a0bb441 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 10 Nov 2020 07:10:03 -0800 Subject: [PATCH] Updating gatsby-ipfs-web-wallet --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b528486..f2da06b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21464,9 +21464,9 @@ } }, "gatsby-ipfs-web-wallet": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.15.0.tgz", - "integrity": "sha512-8eOLs1D/O19i65GursaiN/Z6Tz9H5i35EKk3F6KTa+WtIyKHWDWu5ylP4Sciy35DvqqlO7usK48C9lZ61WBkZQ==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.15.1.tgz", + "integrity": "sha512-pP9mV0SNfUoBLfTHhSov9y6xpCNIA51lgBubdtxigHtrurksmc0z04hBHyavvzlB2sNi8hW9YaclFV4SLie0rw==", "requires": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", diff --git a/package.json b/package.json index f4369b2..65e910d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "gatsby": "^2.24.80", - "gatsby-ipfs-web-wallet": "^1.15.0", + "gatsby-ipfs-web-wallet": "^1.15.1", "gatsby-plugin-bch-sweep": "^1.5.1" }, "repository": {