diff --git a/package-lock.json b/package-lock.json index 1bbd11c715..5b1c09d8b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@web3-react/abstract-connector": "^6.0.7", "@web3-react/types": "^6.0.7", "adex-protocol-eth": "git+https://git@github.com/AmbireTech/adex-protocol-eth.git#4ddebac4109e9709c4cc862ee0708f208dac9ee2", - "ambire-common": "npm:@ambire/common@^1.0.12", + "ambire-common": "npm:@ambire/common@^1.0.13", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1", @@ -13586,9 +13586,9 @@ }, "node_modules/ambire-common": { "name": "@ambire/common", - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.12.tgz", - "integrity": "sha512-q9BxlYTet19A9LFpBUk/9Pm3T8qSGdcRm5BpqLMh4Q4ux6o58z/Y2mAPjP/GZwaRdgCmv4vBzPCv1+YFzXBwzw==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.13.tgz", + "integrity": "sha512-tUPhsCB+t8l4lhjOE8H3Re+y6QLmc/DCR8MV31nARhIs8eSAiYLHunQyMtiRdRVzwxm/MDX3UndM0GNWXHVfuQ==", "peerDependencies": { "@ambire/signature-validator": "^1.0.3", "@ensdomains/eth-ens-namehash": "^2.0.15", @@ -67849,9 +67849,9 @@ "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==" }, "ambire-common": { - "version": "npm:@ambire/common@1.0.12", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.12.tgz", - "integrity": "sha512-q9BxlYTet19A9LFpBUk/9Pm3T8qSGdcRm5BpqLMh4Q4ux6o58z/Y2mAPjP/GZwaRdgCmv4vBzPCv1+YFzXBwzw==", + "version": "npm:@ambire/common@1.0.13", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.13.tgz", + "integrity": "sha512-tUPhsCB+t8l4lhjOE8H3Re+y6QLmc/DCR8MV31nARhIs8eSAiYLHunQyMtiRdRVzwxm/MDX3UndM0GNWXHVfuQ==", "requires": {} }, "amdefine": { diff --git a/package.json b/package.json index 0fb1785a25..89d6aba1d4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@web3-react/abstract-connector": "^6.0.7", "@web3-react/types": "^6.0.7", "adex-protocol-eth": "git+https://git@github.com/AmbireTech/adex-protocol-eth.git#4ddebac4109e9709c4cc862ee0708f208dac9ee2", - "ambire-common": "npm:@ambire/common@^1.0.12", + "ambire-common": "npm:@ambire/common@^1.0.13", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1",