From 6421b17cba45d4a686f295855faa05cec522f6c4 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 18 Dec 2020 18:24:08 -0800 Subject: [PATCH] fix(gatsby-ipfs-web-wallet): Fixed bug --- 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 cc7112f..92502e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19608,9 +19608,9 @@ } }, "gatsby-ipfs-web-wallet": { - "version": "1.18.4", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.18.4.tgz", - "integrity": "sha512-bAiwS9j40jjgijM2zsWZQ8wl1SlJHlxF9mH3ien8RQFPOpKJMnsWefGxpo5y6Tc38o3RUHJahGZotYTiDterww==", + "version": "1.18.5", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.18.5.tgz", + "integrity": "sha512-/p9c9QrXZzhWdy2wiBh6KwHbRHslT2NROeJssm4y/4bfQ24j7x4Ay50V3RWXyKK/2pOav8ST8ABV+hqRwrvP3w==", "requires": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", diff --git a/package.json b/package.json index 63e07e7..e850096 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "gatsby": "^2.24.80", - "gatsby-ipfs-web-wallet": "^1.18.4", + "gatsby-ipfs-web-wallet": "^1.18.5", "gatsby-plugin-bch-sweep": "^1.5.1" }, "repository": {