From c72b0ea9718b7142b37bf86c2eb35cdf293aca58 Mon Sep 17 00:00:00 2001 From: jacque006 Date: Tue, 27 Jun 2023 13:47:56 -0600 Subject: [PATCH] Pin bls-wallet-clients@0.9.0-3251dec --- aggregator-proxy/package.json | 2 +- aggregator-proxy/yarn.lock | 18 ++++-------------- aggregator/deps.ts | 6 +++--- contracts/clients/package.json | 2 +- extension/package.json | 2 +- extension/yarn.lock | 18 ++++-------------- 6 files changed, 14 insertions(+), 34 deletions(-) diff --git a/aggregator-proxy/package.json b/aggregator-proxy/package.json index e6c6cf62..28ac6bca 100644 --- a/aggregator-proxy/package.json +++ b/aggregator-proxy/package.json @@ -21,7 +21,7 @@ "@types/koa__cors": "^3.3.0", "@types/koa__router": "^8.0.11", "@types/node-fetch": "^2.6.1", - "bls-wallet-clients": "0.9.0-2a20bfe", + "bls-wallet-clients": "0.9.0-3251dec", "fp-ts": "^2.12.1", "io-ts": "^2.2.16", "io-ts-reporters": "^2.0.1", diff --git a/aggregator-proxy/yarn.lock b/aggregator-proxy/yarn.lock index 82aea843..6e5d357c 100644 --- a/aggregator-proxy/yarn.lock +++ b/aggregator-proxy/yarn.lock @@ -569,16 +569,6 @@ version "5.7.0" resolved "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.7.0.tgz#91318fc24063e057885a6af13fdb703e1f993d3b" integrity sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ== - dependencies: - "@ethersproject/address" "^5.7.0" - "@ethersproject/bignumber" "^5.7.0" - "@ethersproject/bytes" "^5.7.0" - "@ethersproject/constants" "^5.7.0" - "@ethersproject/keccak256" "^5.7.0" - "@ethersproject/logger" "^5.7.0" - "@ethersproject/properties" "^5.7.0" - "@ethersproject/rlp" "^5.7.0" - "@ethersproject/signing-key" "^5.7.0" "@ethersproject/units@5.6.0": version "5.6.0" @@ -887,10 +877,10 @@ bech32@1.1.4: resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9" integrity sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ== -bls-wallet-clients@0.9.0-2a20bfe: - version "0.9.0-2a20bfe" - resolved "https://registry.yarnpkg.com/bls-wallet-clients/-/bls-wallet-clients-0.9.0-2a20bfe.tgz#2e39757a18df3ba78d816ae15f6b88000443a2a6" - integrity sha512-w4efcArPBEowrAkIdVYc2mOLlkN8E5O9eIqEhoo6IrRVrN21p/JVNdoot4N3o5MAKFbeaYfid/u9lL6p2DNdiw== +bls-wallet-clients@0.9.0-3251dec: + version "0.9.0-3251dec" + resolved "https://registry.npmjs.org/bls-wallet-clients/-/bls-wallet-clients-0.9.0-3251dec.tgz#46f6795110abd90a242fec5a59af1ae2a9f45cd9" + integrity sha512-GBjJToEK3nEkldnWB8971BlIKCF0AT78GsrnkXfC1WtAYsvtqyZxmfGABMmN4si8GgykyyjYcxTypORz61AGZQ== dependencies: "@thehubbleproject/bls" "^0.5.1" ethers "^5.7.2" diff --git a/aggregator/deps.ts b/aggregator/deps.ts index 75dfe47e..d2a84e21 100644 --- a/aggregator/deps.ts +++ b/aggregator/deps.ts @@ -54,7 +54,7 @@ export type { PublicKey, Signature, VerificationGateway, -} from "https://esm.sh/bls-wallet-clients@0.9.0-2a20bfe"; +} from "https://esm.sh/bls-wallet-clients@0.9.0-3251dec"; export { Aggregator as AggregatorClient, @@ -70,10 +70,10 @@ export { getConfig, MockERC20Factory, VerificationGatewayFactory, -} from "https://esm.sh/bls-wallet-clients@0.9.0-2a20bfe"; +} from "https://esm.sh/bls-wallet-clients@0.9.0-3251dec"; // Workaround for esbuild's export-star bug -import blsWalletClients from "https://esm.sh/bls-wallet-clients@0.9.0-2a20bfe"; +import blsWalletClients from "https://esm.sh/bls-wallet-clients@0.9.0-3251dec"; const { bundleFromDto, bundleToDto, initBlsWalletSigner } = blsWalletClients; export { bundleFromDto, bundleToDto, initBlsWalletSigner }; diff --git a/contracts/clients/package.json b/contracts/clients/package.json index e2125804..9a919d38 100644 --- a/contracts/clients/package.json +++ b/contracts/clients/package.json @@ -1,6 +1,6 @@ { "name": "bls-wallet-clients", - "version": "0.9.0-2a20bfe", + "version": "0.9.0-3251dec", "description": "Client libraries for interacting with BLS Wallet components", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/extension/package.json b/extension/package.json index 7d14ce95..f10990e2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -37,7 +37,7 @@ "assert-browserify": "^2.0.0", "async-mutex": "^0.3.2", "axios": "^0.27.2", - "bls-wallet-clients": "0.9.0-2a20bfe", + "bls-wallet-clients": "0.9.0-3251dec", "browser-passworder": "^2.0.3", "bs58check": "^2.1.2", "crypto-browserify": "^3.12.0", diff --git a/extension/yarn.lock b/extension/yarn.lock index 621f24c1..7037f649 100644 --- a/extension/yarn.lock +++ b/extension/yarn.lock @@ -1791,16 +1791,6 @@ version "5.7.0" resolved "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.7.0.tgz#91318fc24063e057885a6af13fdb703e1f993d3b" integrity sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ== - dependencies: - "@ethersproject/address" "^5.7.0" - "@ethersproject/bignumber" "^5.7.0" - "@ethersproject/bytes" "^5.7.0" - "@ethersproject/constants" "^5.7.0" - "@ethersproject/keccak256" "^5.7.0" - "@ethersproject/logger" "^5.7.0" - "@ethersproject/properties" "^5.7.0" - "@ethersproject/rlp" "^5.7.0" - "@ethersproject/signing-key" "^5.7.0" "@ethersproject/transactions@^5.5.0", "@ethersproject/transactions@^5.6.2": version "5.6.2" @@ -2898,10 +2888,10 @@ blakejs@^1.1.0: resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.2.1.tgz#5057e4206eadb4a97f7c0b6e197a505042fc3814" integrity sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ== -bls-wallet-clients@0.9.0-2a20bfe: - version "0.9.0-2a20bfe" - resolved "https://registry.yarnpkg.com/bls-wallet-clients/-/bls-wallet-clients-0.9.0-2a20bfe.tgz#2e39757a18df3ba78d816ae15f6b88000443a2a6" - integrity sha512-w4efcArPBEowrAkIdVYc2mOLlkN8E5O9eIqEhoo6IrRVrN21p/JVNdoot4N3o5MAKFbeaYfid/u9lL6p2DNdiw== +bls-wallet-clients@0.9.0-3251dec: + version "0.9.0-3251dec" + resolved "https://registry.npmjs.org/bls-wallet-clients/-/bls-wallet-clients-0.9.0-3251dec.tgz#46f6795110abd90a242fec5a59af1ae2a9f45cd9" + integrity sha512-GBjJToEK3nEkldnWB8971BlIKCF0AT78GsrnkXfC1WtAYsvtqyZxmfGABMmN4si8GgykyyjYcxTypORz61AGZQ== dependencies: "@thehubbleproject/bls" "^0.5.1" ethers "^5.7.2"