From a45097bfbe88eb054fed9a8e8e38752ca9831c0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 21:03:59 +0000 Subject: [PATCH] chore(deps): bump 3id-blockchain-utils from 0.4.1 to 1.0.0 Bumps 3id-blockchain-utils from 0.4.1 to 1.0.0. Signed-off-by: dependabot-preview[bot] --- package-lock.json | 38 +++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe85e5ea..d6e71b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,14 +119,15 @@ } }, "3id-blockchain-utils": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/3id-blockchain-utils/-/3id-blockchain-utils-0.4.1.tgz", - "integrity": "sha512-z7Qb4CuTVg/ug3i7/Gp+l9ZebNAcz4fPFEjXnS8gwA+mAvRUl4uCF2psvcQJtWtImLvznFwUAtXDG9T0N6ylLA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/3id-blockchain-utils/-/3id-blockchain-utils-1.0.0.tgz", + "integrity": "sha512-+6128bRssiaPGY08cxdQpYdKacB82X2S5ydTm06qiV+ERWH4ywrmNXypc2/U6+EyBd9HM4Qf/Z5E95I01CGSHA==", "requires": { "@babel/runtime": "^7.9.2", "@ethersproject/contracts": "^5.0.1", "@ethersproject/providers": "^5.0.4", "@ethersproject/wallet": "^5.0.1", + "caip": "^0.9.2", "js-sha256": "^0.9.0" } }, @@ -141,6 +142,20 @@ "postmsg-rpc": "^2.4.0", "store": "^2.0.12", "url-parse": "^1.4.7" + }, + "dependencies": { + "3id-blockchain-utils": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/3id-blockchain-utils/-/3id-blockchain-utils-0.4.1.tgz", + "integrity": "sha512-z7Qb4CuTVg/ug3i7/Gp+l9ZebNAcz4fPFEjXnS8gwA+mAvRUl4uCF2psvcQJtWtImLvznFwUAtXDG9T0N6ylLA==", + "requires": { + "@babel/runtime": "^7.9.2", + "@ethersproject/contracts": "^5.0.1", + "@ethersproject/providers": "^5.0.4", + "@ethersproject/wallet": "^5.0.1", + "js-sha256": "^0.9.0" + } + } } }, "3id-resolver": { @@ -6342,6 +6357,11 @@ } } }, + "caip": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/caip/-/caip-0.9.2.tgz", + "integrity": "sha512-o4aIUSR9lkn7B9lIw8Xgkj+hDh+S1PtsBphoSqP2Dt95gRWPniaqEpnPwiUEhaPQr84JzWIEm4Cck3lMZtIkTA==" + }, "callsite": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", @@ -12575,6 +12595,18 @@ "tweetnacl-util": "^0.15.1" }, "dependencies": { + "3id-blockchain-utils": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/3id-blockchain-utils/-/3id-blockchain-utils-0.4.1.tgz", + "integrity": "sha512-z7Qb4CuTVg/ug3i7/Gp+l9ZebNAcz4fPFEjXnS8gwA+mAvRUl4uCF2psvcQJtWtImLvznFwUAtXDG9T0N6ylLA==", + "requires": { + "@babel/runtime": "^7.9.2", + "@ethersproject/contracts": "^5.0.1", + "@ethersproject/providers": "^5.0.4", + "@ethersproject/wallet": "^5.0.1", + "js-sha256": "^0.9.0" + } + }, "multibase": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/multibase/-/multibase-1.0.1.tgz", diff --git a/package.json b/package.json index ff191e9f..a1f1aaea 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "3box-orbitdb-plugins": "^2.1.2", "3box-shared-cache": "^1.1.0", - "3id-blockchain-utils": "^0.4.1", + "3id-blockchain-utils": "^1.0.0", "3id-connect": "0.1.0", "3id-resolver": "^1.0.0", "@babel/runtime": "^7.4.5",