From 12fc5cb18631ad8e287cca2a5fa52851919b4234 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 18 Feb 2021 11:58:05 -0800 Subject: [PATCH] fix(gatsby-ipfs-web-wallet): Updating to v1.20.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d92547..cc23fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@capacitor/cli": "^2.4.6", "@capacitor/core": "^2.4.6", "gatsby": "^2.31.1", - "gatsby-ipfs-web-wallet": "^1.19.6", + "gatsby-ipfs-web-wallet": "^1.20.0", "gatsby-plugin-bch-sweep": "^1.5.2" }, "devDependencies": { @@ -12213,9 +12213,9 @@ } }, "node_modules/gatsby-ipfs-web-wallet": { - "version": "1.19.6", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.19.6.tgz", - "integrity": "sha512-Ty76c74U3NdjKDsDbSL2rZEQjvJmUW6uMA7l054Yr0TFe0d4x8KjtDEGq6oUzcdXsN837zmmaYYqCaLw5C5cZw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.20.0.tgz", + "integrity": "sha512-Ny2nKwVOP++gwmeHE9npsQAIaQVVjreXRqtqBd6xQlwWrL1aUb3xFpFDI9RZyNwOGcPxQ4wyUVLT5H+ZsI2w2g==", "dependencies": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", @@ -45190,9 +45190,9 @@ } }, "gatsby-ipfs-web-wallet": { - "version": "1.19.6", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.19.6.tgz", - "integrity": "sha512-Ty76c74U3NdjKDsDbSL2rZEQjvJmUW6uMA7l054Yr0TFe0d4x8KjtDEGq6oUzcdXsN837zmmaYYqCaLw5C5cZw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.20.0.tgz", + "integrity": "sha512-Ny2nKwVOP++gwmeHE9npsQAIaQVVjreXRqtqBd6xQlwWrL1aUb3xFpFDI9RZyNwOGcPxQ4wyUVLT5H+ZsI2w2g==", "requires": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", diff --git a/package.json b/package.json index 646c779..8539a6b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@capacitor/cli": "^2.4.6", "@capacitor/core": "^2.4.6", "gatsby": "^2.31.1", - "gatsby-ipfs-web-wallet": "^1.19.6", + "gatsby-ipfs-web-wallet": "^1.20.0", "gatsby-plugin-bch-sweep": "^1.5.2" }, "repository": {