diff --git a/package-lock.json b/package-lock.json index 38552e9dc..f55669cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "(Apache-2.0 AND MIT)", "dependencies": { "@filecoin-station/core": "^16.3.3", - "@glif/filecoin-address": "2.0.43", + "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.0", "@glif/filecoin-number": "^3.0.0", "@glif/filecoin-wallet-provider": "^3.0.0", @@ -3449,6 +3449,65 @@ "node": ">=16" } }, + "node_modules/@filecoin-station/core/node_modules/@glif/filecoin-address": { + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.43.tgz", + "integrity": "sha512-4VtRZ6nimzeQn2IOobB9AQ6gEDaNCeahfpYDphv7I8julldJ9HRuwe8DhMRrJ6aV2Jrf/Ghokw+Ao1GEfCpbyA==", + "dependencies": { + "blakejs": "1.1.0", + "borc": "3.0.0", + "ethers": "^5.7.2", + "leb128": "0.0.5", + "uint8arrays": "3.0.0" + } + }, + "node_modules/@filecoin-station/core/node_modules/@glif/filecoin-address/node_modules/ethers": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz", + "integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "dependencies": { + "@ethersproject/abi": "5.7.0", + "@ethersproject/abstract-provider": "5.7.0", + "@ethersproject/abstract-signer": "5.7.0", + "@ethersproject/address": "5.7.0", + "@ethersproject/base64": "5.7.0", + "@ethersproject/basex": "5.7.0", + "@ethersproject/bignumber": "5.7.0", + "@ethersproject/bytes": "5.7.0", + "@ethersproject/constants": "5.7.0", + "@ethersproject/contracts": "5.7.0", + "@ethersproject/hash": "5.7.0", + "@ethersproject/hdnode": "5.7.0", + "@ethersproject/json-wallets": "5.7.0", + "@ethersproject/keccak256": "5.7.0", + "@ethersproject/logger": "5.7.0", + "@ethersproject/networks": "5.7.1", + "@ethersproject/pbkdf2": "5.7.0", + "@ethersproject/properties": "5.7.0", + "@ethersproject/providers": "5.7.2", + "@ethersproject/random": "5.7.0", + "@ethersproject/rlp": "5.7.0", + "@ethersproject/sha2": "5.7.0", + "@ethersproject/signing-key": "5.7.0", + "@ethersproject/solidity": "5.7.0", + "@ethersproject/strings": "5.7.0", + "@ethersproject/transactions": "5.7.0", + "@ethersproject/units": "5.7.0", + "@ethersproject/wallet": "5.7.0", + "@ethersproject/web": "5.7.1", + "@ethersproject/wordlists": "5.7.0" + } + }, "node_modules/@filecoin-station/core/node_modules/@types/node": { "version": "18.15.13", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.13.tgz", @@ -3535,9 +3594,9 @@ } }, "node_modules/@glif/filecoin-address": { - "version": "2.0.43", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.43.tgz", - "integrity": "sha512-4VtRZ6nimzeQn2IOobB9AQ6gEDaNCeahfpYDphv7I8julldJ9HRuwe8DhMRrJ6aV2Jrf/Ghokw+Ao1GEfCpbyA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.0.tgz", + "integrity": "sha512-eN8UPgS4+NDXlxKw7rpmejtdHx1Zp7dVnIqgI9DXzkUDvVIWo+yYxa5yXZhPW5ZXC9HA/1tul/FnMEjSP6BPmw==", "dependencies": { "blakejs": "1.1.0", "borc": "3.0.0", @@ -3551,32 +3610,12 @@ "resolved": "https://registry.npmjs.org/@glif/filecoin-message/-/filecoin-message-3.0.0.tgz", "integrity": "sha512-v+FYdPYQ4h83UQsBHgtRPXe0FtdRmZEdm0fqcbjTJl6cLsRpLRud9XiSQ355lpG2mBjWgWa8QlSCq9QXenUcfg==", "dependencies": { - "@glif/filecoin-address": "^3.0.0", + "@glif/filecoin-address": "3.0.0", "bignumber.js": "^9.0.0", "multiformats": "^9.6.5", "uint8arrays": "^3.1.1" } }, - "node_modules/@glif/filecoin-message/node_modules/@glif/filecoin-address": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.0.tgz", - "integrity": "sha512-eN8UPgS4+NDXlxKw7rpmejtdHx1Zp7dVnIqgI9DXzkUDvVIWo+yYxa5yXZhPW5ZXC9HA/1tul/FnMEjSP6BPmw==", - "dependencies": { - "blakejs": "1.1.0", - "borc": "3.0.0", - "ethers": "^5.7.2", - "leb128": "0.0.5", - "uint8arrays": "3.0.0" - } - }, - "node_modules/@glif/filecoin-message/node_modules/@glif/filecoin-address/node_modules/uint8arrays": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", - "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", - "dependencies": { - "multiformats": "^9.4.2" - } - }, "node_modules/@glif/filecoin-message/node_modules/uint8arrays": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", @@ -3609,7 +3648,7 @@ "integrity": "sha512-TribWB/43h+n3ArM2RIDHDWdiQ8lnRT02DxZ4xmzmuc/jcq9xohO7RENtr5u9UHSH8Dhqw4hAAE02u13uuo9nQ==", "dependencies": { "@chainsafe/filsnap-types": "^2.1.2", - "@glif/filecoin-address": "^3.0.0", + "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.0", "@glif/filecoin-number": "^3.0.0", "@glif/filecoin-rpc-client": "^3.0.0", @@ -3621,23 +3660,6 @@ "bluebird": "^3.7.2" } }, - "node_modules/@glif/filecoin-wallet-provider/node_modules/@glif/filecoin-address": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.0.tgz", - "integrity": "sha512-eN8UPgS4+NDXlxKw7rpmejtdHx1Zp7dVnIqgI9DXzkUDvVIWo+yYxa5yXZhPW5ZXC9HA/1tul/FnMEjSP6BPmw==", - "dependencies": { - "blakejs": "1.1.0", - "borc": "3.0.0", - "ethers": "^5.7.2", - "leb128": "0.0.5", - "uint8arrays": "3.0.0" - } - }, - "node_modules/@glif/filecoin-wallet-provider/node_modules/@glif/filecoin-address/node_modules/blakejs": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.0.tgz", - "integrity": "sha512-1TSf2Cf2KycDPzjJpzamYhr6PFSEgKWyoc4rQ/BarXJzp/jM0FC7yP1rLWtMOWT2EIJtjPv9fwpKquRNbRV7Lg==" - }, "node_modules/@glif/filecoin-wallet-provider/node_modules/@ipld/dag-cbor": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", @@ -21710,6 +21732,57 @@ "yargs": "^17.7.1" }, "dependencies": { + "@glif/filecoin-address": { + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.43.tgz", + "integrity": "sha512-4VtRZ6nimzeQn2IOobB9AQ6gEDaNCeahfpYDphv7I8julldJ9HRuwe8DhMRrJ6aV2Jrf/Ghokw+Ao1GEfCpbyA==", + "requires": { + "blakejs": "1.1.0", + "borc": "3.0.0", + "ethers": "^5.7.2", + "leb128": "0.0.5", + "uint8arrays": "3.0.0" + }, + "dependencies": { + "ethers": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz", + "integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==", + "requires": { + "@ethersproject/abi": "5.7.0", + "@ethersproject/abstract-provider": "5.7.0", + "@ethersproject/abstract-signer": "5.7.0", + "@ethersproject/address": "5.7.0", + "@ethersproject/base64": "5.7.0", + "@ethersproject/basex": "5.7.0", + "@ethersproject/bignumber": "5.7.0", + "@ethersproject/bytes": "5.7.0", + "@ethersproject/constants": "5.7.0", + "@ethersproject/contracts": "5.7.0", + "@ethersproject/hash": "5.7.0", + "@ethersproject/hdnode": "5.7.0", + "@ethersproject/json-wallets": "5.7.0", + "@ethersproject/keccak256": "5.7.0", + "@ethersproject/logger": "5.7.0", + "@ethersproject/networks": "5.7.1", + "@ethersproject/pbkdf2": "5.7.0", + "@ethersproject/properties": "5.7.0", + "@ethersproject/providers": "5.7.2", + "@ethersproject/random": "5.7.0", + "@ethersproject/rlp": "5.7.0", + "@ethersproject/sha2": "5.7.0", + "@ethersproject/signing-key": "5.7.0", + "@ethersproject/solidity": "5.7.0", + "@ethersproject/strings": "5.7.0", + "@ethersproject/transactions": "5.7.0", + "@ethersproject/units": "5.7.0", + "@ethersproject/wallet": "5.7.0", + "@ethersproject/web": "5.7.1", + "@ethersproject/wordlists": "5.7.0" + } + } + } + }, "@types/node": { "version": "18.15.13", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.13.tgz", @@ -21771,9 +21844,9 @@ } }, "@glif/filecoin-address": { - "version": "2.0.43", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-2.0.43.tgz", - "integrity": "sha512-4VtRZ6nimzeQn2IOobB9AQ6gEDaNCeahfpYDphv7I8julldJ9HRuwe8DhMRrJ6aV2Jrf/Ghokw+Ao1GEfCpbyA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.0.tgz", + "integrity": "sha512-eN8UPgS4+NDXlxKw7rpmejtdHx1Zp7dVnIqgI9DXzkUDvVIWo+yYxa5yXZhPW5ZXC9HA/1tul/FnMEjSP6BPmw==", "requires": { "blakejs": "1.1.0", "borc": "3.0.0", @@ -21787,34 +21860,12 @@ "resolved": "https://registry.npmjs.org/@glif/filecoin-message/-/filecoin-message-3.0.0.tgz", "integrity": "sha512-v+FYdPYQ4h83UQsBHgtRPXe0FtdRmZEdm0fqcbjTJl6cLsRpLRud9XiSQ355lpG2mBjWgWa8QlSCq9QXenUcfg==", "requires": { - "@glif/filecoin-address": "^3.0.0", + "@glif/filecoin-address": "3.0.0", "bignumber.js": "^9.0.0", "multiformats": "^9.6.5", "uint8arrays": "^3.1.1" }, "dependencies": { - "@glif/filecoin-address": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.0.tgz", - "integrity": "sha512-eN8UPgS4+NDXlxKw7rpmejtdHx1Zp7dVnIqgI9DXzkUDvVIWo+yYxa5yXZhPW5ZXC9HA/1tul/FnMEjSP6BPmw==", - "requires": { - "blakejs": "1.1.0", - "borc": "3.0.0", - "ethers": "^5.7.2", - "leb128": "0.0.5", - "uint8arrays": "3.0.0" - }, - "dependencies": { - "uint8arrays": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", - "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", - "requires": { - "multiformats": "^9.4.2" - } - } - } - }, "uint8arrays": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz", @@ -21849,7 +21900,7 @@ "integrity": "sha512-TribWB/43h+n3ArM2RIDHDWdiQ8lnRT02DxZ4xmzmuc/jcq9xohO7RENtr5u9UHSH8Dhqw4hAAE02u13uuo9nQ==", "requires": { "@chainsafe/filsnap-types": "^2.1.2", - "@glif/filecoin-address": "^3.0.0", + "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.0", "@glif/filecoin-number": "^3.0.0", "@glif/filecoin-rpc-client": "^3.0.0", @@ -21861,25 +21912,6 @@ "bluebird": "^3.7.2" }, "dependencies": { - "@glif/filecoin-address": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.0.tgz", - "integrity": "sha512-eN8UPgS4+NDXlxKw7rpmejtdHx1Zp7dVnIqgI9DXzkUDvVIWo+yYxa5yXZhPW5ZXC9HA/1tul/FnMEjSP6BPmw==", - "requires": { - "blakejs": "1.1.0", - "borc": "3.0.0", - "ethers": "^5.7.2", - "leb128": "0.0.5", - "uint8arrays": "3.0.0" - }, - "dependencies": { - "blakejs": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.0.tgz", - "integrity": "sha512-1TSf2Cf2KycDPzjJpzamYhr6PFSEgKWyoc4rQ/BarXJzp/jM0FC7yP1rLWtMOWT2EIJtjPv9fwpKquRNbRV7Lg==" - } - } - }, "@ipld/dag-cbor": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", diff --git a/package.json b/package.json index 583dbaa02..89e017466 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { "@filecoin-station/core": "^16.3.3", - "@glif/filecoin-address": "2.0.43", + "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.0", "@glif/filecoin-number": "^3.0.0", "@glif/filecoin-wallet-provider": "^3.0.0",