From a5d2ad07ea390cd3122293d764c5b2b0ec4261e6 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 13 Oct 2020 11:44:20 -0700 Subject: [PATCH] fix(gatsby-ipfs-web-wallet): Bumping to v1.10.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce34016..85cde42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22210,9 +22210,9 @@ } }, "gatsby-ipfs-web-wallet": { - "version": "1.9.21", - "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.9.21.tgz", - "integrity": "sha512-LgV72RuwzhhyNkqnY0wi6GvAHwIHnVqeLZWxWBa6WIRFLLxHDIEwddI95z5le5GQwynfi6w02mogOxjPnTKclw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.10.0.tgz", + "integrity": "sha512-FK5grMnjigpZrCJYOUXvK4ovSfrDwt/x8JKzbHjyMu/MzolwpJSYNMj106YG8IK1tB1CArI2Di5cYmR2/qFniw==", "requires": { "adminlte-2-react": "^0.1.27", "copy-to-clipboard": "^3.3.1", @@ -22544,17 +22544,17 @@ } }, "gatsby-plugin-react-helmet": { - "version": "3.3.13", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.13.tgz", - "integrity": "sha512-FwIYZIqtWSudCXN/wTaRCtNbSxFl76UI6ltq7f2iXc7n1anHPJIofD6bjy/O4ifss/UqhKWgdmz5MiURPY+GmA==", + "version": "3.3.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.14.tgz", + "integrity": "sha512-5GsIVZIVOax2V9g1UL8row1TG3p2zPY2I+8Rq52H0R5xD9QoMTPde2Q4N0Y2td+qzfRdcfkbSj/kokK2I5owPw==", "requires": { "@babel/runtime": "^7.11.2" } }, "gatsby-plugin-sharp": { - "version": "2.6.39", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.39.tgz", - "integrity": "sha512-ug/FXUK9TWvPouVSM+bOC2E+s88OI8VSR5EJhOZUEJTyyJ7KjVNiuCa9YJ+vQzJFrxcKdbukWDt+zwoo2kkJ6g==", + "version": "2.6.42", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.42.tgz", + "integrity": "sha512-uqra+GDLEfE5Kv8Th1lkQKS6FIRwPzwipoWJBogfPLTnl0L3t+ogdEhN8p5d7G6SYoaukuGrix162mbQXqASBA==", "requires": { "@babel/runtime": "^7.11.2", "async": "^3.2.0", diff --git a/package.json b/package.json index 1861392..c37829c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable", "gatsby": "^2.23.7", - "gatsby-ipfs-web-wallet": "^1.9.23", + "gatsby-ipfs-web-wallet": "^1.10.0", "gatsby-plugin-bch-sweep": "^1.2.3", "gatsby-plugin-compile-es6-packages": "^2.1.0" },