From 8a995e8bf9b6157ec7542bedf1f69357e7eeee5c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 10 Nov 2020 16:48:32 -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 cb41546..100505a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21464,9 +21464,9 @@ } }, "gatsby-ipfs-web-wallet": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.15.2.tgz", - "integrity": "sha512-QW9keQld0p5RzeaaeGJxCjLlC7kPLI0BAOc4qVrpDQXAFuyyDQUYKhlGDZ+TNW5gzUkvCn7lslF4TzDYuTsEKg==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.15.3.tgz", + "integrity": "sha512-WVKto8Zg5yYbellE03hbwKuQwsb7uiunFTuKeqwUpZtTtXtcnjxu7UyOHA+NH4qpmS3VyQJkTaKisTZvB20K+w==", "requires": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", diff --git a/package.json b/package.json index 877d18b..7d00df9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "gatsby": "^2.24.80", - "gatsby-ipfs-web-wallet": "^1.15.2", + "gatsby-ipfs-web-wallet": "^1.15.3", "gatsby-plugin-bch-sweep": "^1.5.1" }, "repository": {