diff --git a/packages/aragon-cli/npm-shrinkwrap.json b/packages/aragon-cli/npm-shrinkwrap.json index 0222dc42b..89e186ca0 100644 --- a/packages/aragon-cli/npm-shrinkwrap.json +++ b/packages/aragon-cli/npm-shrinkwrap.json @@ -15937,12 +15937,12 @@ } }, "ipfs-http-client": { - "version": "32.0.1", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-32.0.1.tgz", - "integrity": "sha512-uDJjjAg9zvuiAucBE/o0I+xHu9Q9ZoLvj0cTyk+Jf+0duom1iIt2iEEN1HW+PNnZu12zYQWV3sB+tI5TN2lo7A==", + "version": "33.0.1", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-33.0.1.tgz", + "integrity": "sha512-Z+kOsOIKJ9BS5Lr4jhyj3JR8ko7lHG4MZReizKaDaSBCLShxmCbr6pAxQUDj3srMDKaQVHOySwHyRNnsoXX6bQ==", "requires": { "async": "^2.6.1", - "bignumber.js": "^8.0.2", + "bignumber.js": "^9.0.0", "bl": "^3.0.0", "bs58": "^4.0.1", "buffer": "^5.2.1", @@ -15996,9 +15996,9 @@ } }, "bignumber.js": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-8.1.1.tgz", - "integrity": "sha512-QD46ppGintwPGuL1KqmwhR0O+N2cZUg8JG/VzwI2e28sM9TqHjQB10lI4QAaMHVbLzwVLLAwEglpKPViWX+5NQ==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz", + "integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==" }, "bl": { "version": "3.0.0", diff --git a/packages/aragon-cli/package.json b/packages/aragon-cli/package.json index a3ddff37b..0932a91d2 100644 --- a/packages/aragon-cli/package.json +++ b/packages/aragon-cli/package.json @@ -67,7 +67,7 @@ "inquirer": "^6.4.1", "internal-ip": "^4.3.0", "ipfs-api": "^26.1.2", - "ipfs-http-client": "^32.0.1", + "ipfs-http-client": "^33.0.1", "js-sha3": "^0.8.0", "listr": "^0.14.3", "listr-input": "0.1.3",