diff --git a/package-lock.json b/package-lock.json index 5b1c09d8b9..3890f46df6 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.13", + "ambire-common": "npm:@ambire/common@^1.0.14", "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.13", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.13.tgz", - "integrity": "sha512-tUPhsCB+t8l4lhjOE8H3Re+y6QLmc/DCR8MV31nARhIs8eSAiYLHunQyMtiRdRVzwxm/MDX3UndM0GNWXHVfuQ==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.14.tgz", + "integrity": "sha512-JdLFl0psRhG/T8bu+rxN1eN2PlC09ASJ0qm/abYhx1YbY6diMZUzIH6c9zk1I8wzbyNCgpNuVwjfTIkwykadZQ==", "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.13", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.13.tgz", - "integrity": "sha512-tUPhsCB+t8l4lhjOE8H3Re+y6QLmc/DCR8MV31nARhIs8eSAiYLHunQyMtiRdRVzwxm/MDX3UndM0GNWXHVfuQ==", + "version": "npm:@ambire/common@1.0.14", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.14.tgz", + "integrity": "sha512-JdLFl0psRhG/T8bu+rxN1eN2PlC09ASJ0qm/abYhx1YbY6diMZUzIH6c9zk1I8wzbyNCgpNuVwjfTIkwykadZQ==", "requires": {} }, "amdefine": { diff --git a/package.json b/package.json index 89d6aba1d4..402b88c912 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.13", + "ambire-common": "npm:@ambire/common@^1.0.14", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1",