mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Bump web3 from 1.2.7 to 1.3.0
Bumps [web3](https://github.com/ethereum/web3.js) from 1.2.7 to 1.3.0. - [Release notes](https://github.com/ethereum/web3.js/releases) - [Changelog](https://github.com/ethereum/web3.js/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/ethereum/web3.js/compare/v1.2.7...v1.3.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
da3b1fe3a6
commit
58c622fae2
629
package-lock.json
generated
629
package-lock.json
generated
@ -776,6 +776,156 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@ethersproject/abi": {
|
||||||
|
"version": "5.0.0-beta.153",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.0.0-beta.153.tgz",
|
||||||
|
"integrity": "sha512-aXweZ1Z7vMNzJdLpR1CZUAIgnwjrZeUSvN9syCwlBaEBUFJmFY+HHnfuTI5vIhVs/mRkfJVrbEyl51JZQqyjAg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
||||||
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
|
"@ethersproject/strings": ">=5.0.0-beta.130"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/address": {
|
||||||
|
"version": "5.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.4.tgz",
|
||||||
|
"integrity": "sha512-CIjAeG6zNehbpJTi0sgwUvaH2ZICiAV9XkCBaFy5tjuEVFpQNeqd6f+B7RowcNO7Eut+QbhcQ5CVLkmP5zhL9A==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bignumber": "^5.0.7",
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/keccak256": "^5.0.3",
|
||||||
|
"@ethersproject/logger": "^5.0.5",
|
||||||
|
"@ethersproject/rlp": "^5.0.3",
|
||||||
|
"bn.js": "^4.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/bignumber": {
|
||||||
|
"version": "5.0.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.7.tgz",
|
||||||
|
"integrity": "sha512-wwKgDJ+KA7IpgJwc8Fc0AjKIRuDskKA2cque29/+SgII9/1K/38JpqVNPKIovkLwTC2DDofIyzHcxeaKpMFouQ==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/logger": "^5.0.5",
|
||||||
|
"bn.js": "^4.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/bytes": {
|
||||||
|
"version": "5.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.4.tgz",
|
||||||
|
"integrity": "sha512-9R6A6l9JN8x1U4s1dJCR+9h3MZTT3xQofr/Xx8wbDvj6NnY4CbBB0o8ZgHXvR74yV90pY2EzCekpkMBJnRzkSw==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/logger": "^5.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/constants": {
|
||||||
|
"version": "5.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.0.4.tgz",
|
||||||
|
"integrity": "sha512-Df32lcXDHPgZRPgp1dgmByNbNe4Ki1QoXR+wU61on5nggQGTqWR1Bb7pp9VtI5Go9kyE/JflFc4Te6o9MvYt8A==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bignumber": "^5.0.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/hash": {
|
||||||
|
"version": "5.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.0.4.tgz",
|
||||||
|
"integrity": "sha512-VCs/bFBU8AQFhHcT1cQH6x7a4zjulR6fJmAOcPxUgrN7bxOQ7QkpBKF+YCDJhFtkLdaljIsr/r831TuWU4Ysfg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/keccak256": "^5.0.3",
|
||||||
|
"@ethersproject/logger": "^5.0.5",
|
||||||
|
"@ethersproject/strings": "^5.0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/keccak256": {
|
||||||
|
"version": "5.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.3.tgz",
|
||||||
|
"integrity": "sha512-VhW3mgZMBZlETV6AyOmjNeNG+Pg68igiKkPpat8/FZl0CKnfgQ+KZQZ/ee1vT+X0IUM8/djqnei6btmtbA27Ug==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"js-sha3": "0.5.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/logger": {
|
||||||
|
"version": "5.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.5.tgz",
|
||||||
|
"integrity": "sha512-gJj72WGzQhUtCk6kfvI8elTaPOQyMvrMghp/nbz0ivTo39fZ7IjypFh/ySDeUSdBNplAwhzWKKejQhdpyefg/w=="
|
||||||
|
},
|
||||||
|
"@ethersproject/properties": {
|
||||||
|
"version": "5.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.3.tgz",
|
||||||
|
"integrity": "sha512-wLCSrbywkQgTO6tIF9ZdKsH9AIxPEqAJF/z5xcPkz1DK4mMAZgAXRNw1MrKYhyb+7CqNHbj3vxenNKFavGY/IA==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/logger": "^5.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/rlp": {
|
||||||
|
"version": "5.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.0.3.tgz",
|
||||||
|
"integrity": "sha512-Hz4yyA/ilGafASAqtTlLWkA/YqwhQmhbDAq2LSIp1AJNx+wtbKWFAKSckpeZ+WG/xZmT+fw5OFKK7a5IZ4DR5g==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/logger": "^5.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/signing-key": {
|
||||||
|
"version": "5.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.0.4.tgz",
|
||||||
|
"integrity": "sha512-I6pJoga1IvhtjYK5yXzCjs4ZpxrVbt9ZRAlpEw0SW9UuV020YfJH5EIVEGR2evdRceS3nAQIggqbsXSkP8Y1Dg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/logger": "^5.0.5",
|
||||||
|
"@ethersproject/properties": "^5.0.3",
|
||||||
|
"elliptic": "6.5.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"elliptic": {
|
||||||
|
"version": "6.5.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
|
||||||
|
"integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
|
||||||
|
"requires": {
|
||||||
|
"bn.js": "^4.4.0",
|
||||||
|
"brorand": "^1.0.1",
|
||||||
|
"hash.js": "^1.0.0",
|
||||||
|
"hmac-drbg": "^1.0.0",
|
||||||
|
"inherits": "^2.0.1",
|
||||||
|
"minimalistic-assert": "^1.0.0",
|
||||||
|
"minimalistic-crypto-utils": "^1.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/strings": {
|
||||||
|
"version": "5.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.0.4.tgz",
|
||||||
|
"integrity": "sha512-azXFHaNkDXzefhr4LVVzzDMFwj3kH9EOKlATu51HjxabQafuUyVLPFgmxRFmCynnAi0Bmmp7nr+qK1pVDgRDLQ==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/constants": "^5.0.4",
|
||||||
|
"@ethersproject/logger": "^5.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/transactions": {
|
||||||
|
"version": "5.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.0.5.tgz",
|
||||||
|
"integrity": "sha512-1Ga/QmbcB74DItggP8/DK1tggu4ErEvwTkIwIlUXUcvIAuRNXXE7kgQhlp+w1xA/SAQFhv56SqCoyqPiiLCvVA==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/address": "^5.0.4",
|
||||||
|
"@ethersproject/bignumber": "^5.0.7",
|
||||||
|
"@ethersproject/bytes": "^5.0.4",
|
||||||
|
"@ethersproject/constants": "^5.0.4",
|
||||||
|
"@ethersproject/keccak256": "^5.0.3",
|
||||||
|
"@ethersproject/logger": "^5.0.5",
|
||||||
|
"@ethersproject/properties": "^5.0.3",
|
||||||
|
"@ethersproject/rlp": "^5.0.3",
|
||||||
|
"@ethersproject/signing-key": "^5.0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@iarna/toml": {
|
"@iarna/toml": {
|
||||||
"version": "2.2.5",
|
"version": "2.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
||||||
@ -2753,7 +2903,6 @@
|
|||||||
"version": "3.0.8",
|
"version": "3.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
|
||||||
"integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==",
|
"integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"safe-buffer": "^5.0.1"
|
"safe-buffer": "^5.0.1"
|
||||||
}
|
}
|
||||||
@ -3098,6 +3247,14 @@
|
|||||||
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
|
||||||
"integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
|
"integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
|
||||||
},
|
},
|
||||||
|
"bufferutil": {
|
||||||
|
"version": "4.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz",
|
||||||
|
"integrity": "sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==",
|
||||||
|
"requires": {
|
||||||
|
"node-gyp-build": "~3.7.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"builtin-status-codes": {
|
"builtin-status-codes": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
|
||||||
@ -3339,6 +3496,40 @@
|
|||||||
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
"integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"cids": {
|
||||||
|
"version": "0.7.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/cids/-/cids-0.7.5.tgz",
|
||||||
|
"integrity": "sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==",
|
||||||
|
"requires": {
|
||||||
|
"buffer": "^5.5.0",
|
||||||
|
"class-is": "^1.1.0",
|
||||||
|
"multibase": "~0.6.0",
|
||||||
|
"multicodec": "^1.0.0",
|
||||||
|
"multihashes": "~0.4.15"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"multicodec": {
|
||||||
|
"version": "1.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.4.tgz",
|
||||||
|
"integrity": "sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==",
|
||||||
|
"requires": {
|
||||||
|
"buffer": "^5.6.0",
|
||||||
|
"varint": "^5.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"buffer": {
|
||||||
|
"version": "5.6.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz",
|
||||||
|
"integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==",
|
||||||
|
"requires": {
|
||||||
|
"base64-js": "^1.0.2",
|
||||||
|
"ieee754": "^1.1.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"cipher-base": {
|
"cipher-base": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
|
||||||
@ -3348,6 +3539,11 @@
|
|||||||
"safe-buffer": "^5.0.1"
|
"safe-buffer": "^5.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"class-is": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/class-is/-/class-is-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw=="
|
||||||
|
},
|
||||||
"class-utils": {
|
"class-utils": {
|
||||||
"version": "0.3.6",
|
"version": "0.3.6",
|
||||||
"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
|
"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
|
||||||
@ -3665,6 +3861,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"content-hash": {
|
||||||
|
"version": "2.5.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/content-hash/-/content-hash-2.5.2.tgz",
|
||||||
|
"integrity": "sha512-FvIQKy0S1JaWV10sMsA7TRx8bpU+pqPkhbsfvOJAdjRXvYxEckAwQWGwtRjiaJfh+E0DvcWUGqcdjwMGFjsSdw==",
|
||||||
|
"requires": {
|
||||||
|
"cids": "^0.7.1",
|
||||||
|
"multicodec": "^0.5.5",
|
||||||
|
"multihashes": "^0.4.15"
|
||||||
|
}
|
||||||
|
},
|
||||||
"content-type": {
|
"content-type": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
|
||||||
@ -8605,6 +8811,44 @@
|
|||||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
||||||
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
||||||
},
|
},
|
||||||
|
"multibase": {
|
||||||
|
"version": "0.6.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/multibase/-/multibase-0.6.1.tgz",
|
||||||
|
"integrity": "sha512-pFfAwyTjbbQgNc3G7D48JkJxWtoJoBMaR4xQUOuB8RnCgRqaYmWNFeJTTvrJ2w51bjLq2zTby6Rqj9TQ9elSUw==",
|
||||||
|
"requires": {
|
||||||
|
"base-x": "^3.0.8",
|
||||||
|
"buffer": "^5.5.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multicodec": {
|
||||||
|
"version": "0.5.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.7.tgz",
|
||||||
|
"integrity": "sha512-PscoRxm3f+88fAtELwUnZxGDkduE2HD9Q6GHUOywQLjOGT/HAdhjLDYNZ1e7VR0s0TP0EwZ16LNUTFpoBGivOA==",
|
||||||
|
"requires": {
|
||||||
|
"varint": "^5.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multihashes": {
|
||||||
|
"version": "0.4.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/multihashes/-/multihashes-0.4.21.tgz",
|
||||||
|
"integrity": "sha512-uVSvmeCWf36pU2nB4/1kzYZjsXD9vofZKpgudqkceYY5g2aZZXJ5r9lxuzoRLl1OAp28XljXsEJ/X/85ZsKmKw==",
|
||||||
|
"requires": {
|
||||||
|
"buffer": "^5.5.0",
|
||||||
|
"multibase": "^0.7.0",
|
||||||
|
"varint": "^5.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"multibase": {
|
||||||
|
"version": "0.7.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/multibase/-/multibase-0.7.0.tgz",
|
||||||
|
"integrity": "sha512-TW8q03O0f6PNFTQDvh3xxH03c8CjGaaYrjkl9UQPG6rz53TQzzxJVCIWVjzcbN/Q5Y53Zd0IBQBMVktVgNx4Fg==",
|
||||||
|
"requires": {
|
||||||
|
"base-x": "^3.0.8",
|
||||||
|
"buffer": "^5.5.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"mute-stream": {
|
"mute-stream": {
|
||||||
"version": "0.0.8",
|
"version": "0.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
||||||
@ -8739,6 +8983,11 @@
|
|||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
|
||||||
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
|
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
|
||||||
},
|
},
|
||||||
|
"node-gyp-build": {
|
||||||
|
"version": "3.7.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.7.0.tgz",
|
||||||
|
"integrity": "sha512-L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w=="
|
||||||
|
},
|
||||||
"node-libs-browser": {
|
"node-libs-browser": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
|
||||||
@ -12911,6 +13160,14 @@
|
|||||||
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
|
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"utf-8-validate": {
|
||||||
|
"version": "5.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.2.tgz",
|
||||||
|
"integrity": "sha512-SwV++i2gTD5qh2XqaPzBnNX88N6HdyhQrNNRykvcS0QKvItV9u3vPEJr+X5Hhfb1JC0r0e1alL0iB09rY8+nmw==",
|
||||||
|
"requires": {
|
||||||
|
"node-gyp-build": "~3.7.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"utf8": {
|
"utf8": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz",
|
||||||
@ -12971,6 +13228,11 @@
|
|||||||
"integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
|
"integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"varint": {
|
||||||
|
"version": "5.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/varint/-/varint-5.0.0.tgz",
|
||||||
|
"integrity": "sha1-2Ca4n3SQcy+rwMDtaT7Uddyynr8="
|
||||||
|
},
|
||||||
"vary": {
|
"vary": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
||||||
@ -13374,23 +13636,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3": {
|
"web3": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3/-/web3-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3/-/web3-1.3.0.tgz",
|
||||||
"integrity": "sha512-jAAJHMfUlTps+jH2li1ckDFEpPrEEriU/ubegSTGRl3KRdNhEqT93+3kd7FHJTn3NgjcyURo2+f7Da1YcZL8Mw==",
|
"integrity": "sha512-4q9dna0RecnrlgD/bD1C5S+81Untbd6Z/TBD7rb+D5Bvvc0Wxjr4OP70x+LlnwuRDjDtzBwJbNUblh2grlVArw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"web3-bzz": "1.2.7",
|
"web3-bzz": "1.3.0",
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-eth": "1.2.7",
|
"web3-eth": "1.3.0",
|
||||||
"web3-eth-personal": "1.2.7",
|
"web3-eth-personal": "1.3.0",
|
||||||
"web3-net": "1.2.7",
|
"web3-net": "1.3.0",
|
||||||
"web3-shh": "1.2.7",
|
"web3-shh": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
"version": "10.17.24",
|
"version": "12.12.62",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.24.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.62.tgz",
|
||||||
"integrity": "sha512-5SCfvCxV74kzR3uWgTYiGxrd69TbT1I6+cMx1A5kEly/IVveJBimtAMlXiEyVFn5DvUFewQWxOOiJhlxeQwxgA=="
|
"integrity": "sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg=="
|
||||||
|
},
|
||||||
|
"bn.js": {
|
||||||
|
"version": "4.11.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
|
||||||
|
"integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
|
||||||
},
|
},
|
||||||
"ethereumjs-tx": {
|
"ethereumjs-tx": {
|
||||||
"version": "2.1.2",
|
"version": "2.1.2",
|
||||||
@ -13401,11 +13668,24 @@
|
|||||||
"ethereumjs-util": "^6.0.0"
|
"ethereumjs-util": "^6.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventemitter3": {
|
||||||
|
"version": "4.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz",
|
||||||
|
"integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ=="
|
||||||
|
},
|
||||||
"get-stream": {
|
"get-stream": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
|
||||||
"integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
|
"integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
|
||||||
},
|
},
|
||||||
|
"oboe": {
|
||||||
|
"version": "2.1.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/oboe/-/oboe-2.1.5.tgz",
|
||||||
|
"integrity": "sha1-VVQoTFQ6ImbXo48X4HOCH73jk80=",
|
||||||
|
"requires": {
|
||||||
|
"http-https": "^1.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"p-cancelable": {
|
"p-cancelable": {
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz",
|
||||||
@ -13416,6 +13696,11 @@
|
|||||||
"resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
|
||||||
"integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
|
"integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
|
||||||
},
|
},
|
||||||
|
"scrypt-js": {
|
||||||
|
"version": "3.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
|
||||||
|
"integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
|
||||||
|
},
|
||||||
"swarm-js": {
|
"swarm-js": {
|
||||||
"version": "0.1.40",
|
"version": "0.1.40",
|
||||||
"resolved": "https://registry.npmjs.org/swarm-js/-/swarm-js-0.1.40.tgz",
|
"resolved": "https://registry.npmjs.org/swarm-js/-/swarm-js-0.1.40.tgz",
|
||||||
@ -13471,135 +13756,129 @@
|
|||||||
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
|
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
|
||||||
},
|
},
|
||||||
"web3-bzz": {
|
"web3-bzz": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-bzz/-/web3-bzz-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-bzz/-/web3-bzz-1.3.0.tgz",
|
||||||
"integrity": "sha512-iTIWBR+Z+Bn09WprtKm46LmyNOasg2lUn++AjXkBTB8UNxlUybxtza84yl2ETTZUs0zuFzdSSAEgbjhygG+9oA==",
|
"integrity": "sha512-ibYAnKab+sgTo/UdfbrvYfWblXjjgSMgyy9/FHa6WXS14n/HVB+HfWqGz2EM3fok8Wy5XoKGMvdqvERQ/mzq1w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "^10.12.18",
|
"@types/node": "^12.12.6",
|
||||||
"got": "9.6.0",
|
"got": "9.6.0",
|
||||||
"swarm-js": "^0.1.40",
|
"swarm-js": "^0.1.40",
|
||||||
"underscore": "1.9.1"
|
"underscore": "1.9.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-core": {
|
"web3-core": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-core/-/web3-core-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-core/-/web3-core-1.3.0.tgz",
|
||||||
"integrity": "sha512-QA0MTae0gXcr3KHe3cQ4x56+Wh43ZKWfMwg1gfCc3NNxPRM1jJ8qudzyptCAUcxUGXWpDG8syLIn1APDz5J8BQ==",
|
"integrity": "sha512-BwWvAaKJf4KFG9QsKRi3MNoNgzjI6szyUlgme1qNPxUdCkaS3Rdpa0VKYNHP7M/YTk82/59kNE66mH5vmoaXjA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/bn.js": "^4.11.4",
|
"@types/bn.js": "^4.11.5",
|
||||||
"@types/node": "^12.6.1",
|
"@types/node": "^12.12.6",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-core-requestmanager": "1.2.7",
|
"web3-core-requestmanager": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@types/node": {
|
|
||||||
"version": "12.12.41",
|
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.41.tgz",
|
|
||||||
"integrity": "sha512-Q+eSkdYQJ2XK1AJnr4Ji8Gvk3sRDybEwfTvtL9CA25FFUSD2EgZQewN6VCyWYZCXg5MWZdwogdTNBhlWRcWS1w=="
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-core-helpers": {
|
"web3-core-helpers": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-core-helpers/-/web3-core-helpers-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-core-helpers/-/web3-core-helpers-1.3.0.tgz",
|
||||||
"integrity": "sha512-bdU++9QATGeCetVrMp8pV97aQtVkN5oLBf/TWu/qumC6jK/YqrvLlBJLdwbz0QveU8zOSap6GCvJbqKvmmbV2A==",
|
"integrity": "sha512-+MFb1kZCrRctf7UYE7NCG4rGhSXaQJ/KF07di9GVK1pxy1K0+rFi61ZobuV1ky9uQp+uhhSPts4Zp55kRDB5sw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-eth-iban": "1.2.7",
|
"web3-eth-iban": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-core-method": {
|
"web3-core-method": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-core-method/-/web3-core-method-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-core-method/-/web3-core-method-1.3.0.tgz",
|
||||||
"integrity": "sha512-e1TI0QUnByDMbQ8QHwnjxfjKw0LIgVRY4TYrlPijET9ebqUJU1HCayn/BHIMpV6LKyR1fQj9EldWyT64wZQXkg==",
|
"integrity": "sha512-h0yFDrYVzy5WkLxC/C3q+hiMnzxdWm9p1T1rslnuHgOp6nYfqzu/6mUIXrsS4h/OWiGJt+BZ0xVZmtC31HDWtg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@ethersproject/transactions": "^5.0.0-beta.135",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-promievent": "1.2.7",
|
"web3-core-promievent": "1.3.0",
|
||||||
"web3-core-subscriptions": "1.2.7",
|
"web3-core-subscriptions": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-core-promievent": {
|
"web3-core-promievent": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-core-promievent/-/web3-core-promievent-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-core-promievent/-/web3-core-promievent-1.3.0.tgz",
|
||||||
"integrity": "sha512-jNmsM/czCeMGQqKKwM9/HZVTJVIF96hdMVNN/V9TGvp+EEE7vDhB4pUocDnc/QF9Z/5QFBCVmvNWttlRgZmU0A==",
|
"integrity": "sha512-blv69wrXw447TP3iPvYJpllkhW6B18nfuEbrfcr3n2Y0v1Jx8VJacNZFDFsFIcgXcgUIVCtOpimU7w9v4+rtaw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"eventemitter3": "3.1.2"
|
"eventemitter3": "4.0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-core-requestmanager": {
|
"web3-core-requestmanager": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-core-requestmanager/-/web3-core-requestmanager-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-core-requestmanager/-/web3-core-requestmanager-1.3.0.tgz",
|
||||||
"integrity": "sha512-HJb/txjHixu1dxIebiZQKBoJCaNu4gsh7mq/uj6Z/w6tIHbybL90s/7ADyMED353yyJ2tDWtYJqeMVAR+KtdaA==",
|
"integrity": "sha512-3yMbuGcomtzlmvTVqNRydxsx7oPlw3ioRL6ReF9PeNYDkUsZaUib+6Dp5eBt7UXh5X+SIn/xa1smhDHz5/HpAw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-providers-http": "1.2.7",
|
"web3-providers-http": "1.3.0",
|
||||||
"web3-providers-ipc": "1.2.7",
|
"web3-providers-ipc": "1.3.0",
|
||||||
"web3-providers-ws": "1.2.7"
|
"web3-providers-ws": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-core-subscriptions": {
|
"web3-core-subscriptions": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-core-subscriptions/-/web3-core-subscriptions-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-core-subscriptions/-/web3-core-subscriptions-1.3.0.tgz",
|
||||||
"integrity": "sha512-W/CzQYOUawdMDvkgA/fmLsnG5aMpbjrs78LZMbc0MFXLpH3ofqAgO2by4QZrrTShUUTeWS0ZuEkFFL/iFrSObw==",
|
"integrity": "sha512-MUUQUAhJDb+Nz3S97ExVWveH4utoUnsbPWP+q1HJH437hEGb4vunIb9KvN3hFHLB+aHJfPeStM/4yYTz5PeuyQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"eventemitter3": "3.1.2",
|
"eventemitter3": "4.0.4",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core-helpers": "1.2.7"
|
"web3-core-helpers": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth": {
|
"web3-eth": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth/-/web3-eth-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth/-/web3-eth-1.3.0.tgz",
|
||||||
"integrity": "sha512-ljLd0oB4IjWkzFGVan4HkYhJXhSXgn9iaSaxdJixKGntZPgWMJfxeA+uLwTrlxrWzhvy4f+39WnT7wCh5e9TGg==",
|
"integrity": "sha512-/bzJcxXPM9EM18JM5kO2JjZ3nEqVo3HxqU93aWAEgJNqaP/Lltmufl2GpvIB2Hvj+FXAjAXquxUdQ2/xP7BzHQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-core-subscriptions": "1.2.7",
|
"web3-core-subscriptions": "1.3.0",
|
||||||
"web3-eth-abi": "1.2.7",
|
"web3-eth-abi": "1.3.0",
|
||||||
"web3-eth-accounts": "1.2.7",
|
"web3-eth-accounts": "1.3.0",
|
||||||
"web3-eth-contract": "1.2.7",
|
"web3-eth-contract": "1.3.0",
|
||||||
"web3-eth-ens": "1.2.7",
|
"web3-eth-ens": "1.3.0",
|
||||||
"web3-eth-iban": "1.2.7",
|
"web3-eth-iban": "1.3.0",
|
||||||
"web3-eth-personal": "1.2.7",
|
"web3-eth-personal": "1.3.0",
|
||||||
"web3-net": "1.2.7",
|
"web3-net": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth-abi": {
|
"web3-eth-abi": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.3.0.tgz",
|
||||||
"integrity": "sha512-4FnlT1q+D0XBkxSMXlIb/eG337uQeMaUdtVQ4PZ3XzxqpcoDuMgXm4o+3NRxnWmr4AMm6QKjM+hcC7c0mBKcyg==",
|
"integrity": "sha512-1OrZ9+KGrBeBRd3lO8upkpNua9+7cBsQAgor9wbA25UrcUYSyL8teV66JNRu9gFxaTbkpdrGqM7J/LXpraXWrg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ethers": "4.0.0-beta.3",
|
"@ethersproject/abi": "5.0.0-beta.153",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth-accounts": {
|
"web3-eth-accounts": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth-accounts/-/web3-eth-accounts-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth-accounts/-/web3-eth-accounts-1.3.0.tgz",
|
||||||
"integrity": "sha512-AE7QWi/iIQIjXwlAPtlMabm/OPFF0a1PhxT1EiTckpYNP8fYs6jW7lYxEtJPPJIKqfMjoi1xkEqTVR1YZQ88lg==",
|
"integrity": "sha512-/Q7EVW4L2wWUbNRtOTwAIrYvJid/5UnKMw67x/JpvRMwYC+e+744P536Ja6SG4X3MnzFvd3E/jruV4qa6k+zIw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@web3-js/scrypt-shim": "^0.1.0",
|
|
||||||
"crypto-browserify": "3.12.0",
|
"crypto-browserify": "3.12.0",
|
||||||
"eth-lib": "^0.2.8",
|
"eth-lib": "0.2.8",
|
||||||
"ethereumjs-common": "^1.3.2",
|
"ethereumjs-common": "^1.3.2",
|
||||||
"ethereumjs-tx": "^2.1.1",
|
"ethereumjs-tx": "^2.1.1",
|
||||||
|
"scrypt-js": "^3.0.1",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"uuid": "3.3.2",
|
"uuid": "3.3.2",
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eth-lib": {
|
"eth-lib": {
|
||||||
@ -13615,130 +13894,117 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth-contract": {
|
"web3-eth-contract": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth-contract/-/web3-eth-contract-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth-contract/-/web3-eth-contract-1.3.0.tgz",
|
||||||
"integrity": "sha512-uW23Y0iL7XroRNbf9fWZ1N6OYhEYTJX8gTuYASuRnpYrISN5QGiQML6pq/NCzqypR1bl5E0fuINZQSK/xefIVw==",
|
"integrity": "sha512-3SCge4SRNCnzLxf0R+sXk6vyTOl05g80Z5+9/B5pERwtPpPWaQGw8w01vqYqsYBKC7zH+dxhMaUgVzU2Dgf7bQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/bn.js": "^4.11.4",
|
"@types/bn.js": "^4.11.5",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-core-promievent": "1.2.7",
|
"web3-core-promievent": "1.3.0",
|
||||||
"web3-core-subscriptions": "1.2.7",
|
"web3-core-subscriptions": "1.3.0",
|
||||||
"web3-eth-abi": "1.2.7",
|
"web3-eth-abi": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth-ens": {
|
"web3-eth-ens": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth-ens/-/web3-eth-ens-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth-ens/-/web3-eth-ens-1.3.0.tgz",
|
||||||
"integrity": "sha512-SPRnvUNWQ0CnnTDBteGIJkvFWEizJcAHlVsrFLICwcwFZu+appjX1UOaoGu2h3GXWtc/XZlu7B451Gi+Os2cTg==",
|
"integrity": "sha512-WnOru+EcuM5dteiVYJcHXo/I7Wq+ei8RrlS2nir49M0QpYvUPGbCGgTbifcjJQTWamgORtWdljSA1s2Asdb74w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"content-hash": "^2.5.2",
|
||||||
"eth-ens-namehash": "2.0.8",
|
"eth-ens-namehash": "2.0.8",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-promievent": "1.2.7",
|
"web3-core-promievent": "1.3.0",
|
||||||
"web3-eth-abi": "1.2.7",
|
"web3-eth-abi": "1.3.0",
|
||||||
"web3-eth-contract": "1.2.7",
|
"web3-eth-contract": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth-iban": {
|
"web3-eth-iban": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth-iban/-/web3-eth-iban-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth-iban/-/web3-eth-iban-1.3.0.tgz",
|
||||||
"integrity": "sha512-2NrClz1PoQ3nSJBd+91ylCOVga9qbTxjRofq/oSCoHVAEvz3WZyttx9k5DC+0rWqwJF1h69ufFvdHAAlmN/4lg==",
|
"integrity": "sha512-v9mZWhR4fPF17/KhHLiWir4YHWLe09O3B/NTdhWqw3fdAMJNztzMHGzgHxA/4fU+rhrs/FhDzc4yt32zMEXBZw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bn.js": "4.11.8",
|
"bn.js": "^4.11.9",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-eth-personal": {
|
"web3-eth-personal": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-eth-personal/-/web3-eth-personal-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-eth-personal/-/web3-eth-personal-1.3.0.tgz",
|
||||||
"integrity": "sha512-2OAa1Spz0uB29dwCM8+1y0So7E47A4gKznjBEwXIYEcUIsvwT5X7ofFhC2XxyRpqlIWZSQAxRSSJFyupRRXzyw==",
|
"integrity": "sha512-2czUhElsJdLpuNfun9GeLiClo5O6Xw+bLSjl3f4bNG5X2V4wcIjX2ygep/nfstLLtkz8jSkgl/bV7esANJyeRA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "^12.6.1",
|
"@types/node": "^12.12.6",
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-net": "1.2.7",
|
"web3-net": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@types/node": {
|
|
||||||
"version": "12.12.41",
|
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.41.tgz",
|
|
||||||
"integrity": "sha512-Q+eSkdYQJ2XK1AJnr4Ji8Gvk3sRDybEwfTvtL9CA25FFUSD2EgZQewN6VCyWYZCXg5MWZdwogdTNBhlWRcWS1w=="
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-net": {
|
"web3-net": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-net/-/web3-net-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-net/-/web3-net-1.3.0.tgz",
|
||||||
"integrity": "sha512-j9qeZrS1FNyCeA0BfdLojkxOZQz3FKa1DJI+Dw9fEVhZS68vLOFANu2RB96gR9BoPHo5+k5D3NsKOoxt1gw3Gg==",
|
"integrity": "sha512-Xz02KylOyrB2YZzCkysEDrY7RbKxb7LADzx3Zlovfvuby7HBwtXVexXKtoGqksa+ns1lvjQLLQGb+OeLi7Sr7w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-utils": "1.2.7"
|
"web3-utils": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-providers-http": {
|
"web3-providers-http": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-providers-http/-/web3-providers-http-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-providers-http/-/web3-providers-http-1.3.0.tgz",
|
||||||
"integrity": "sha512-vazGx5onuH/zogrwkUaLFJwFcJ6CckP65VFSHoiV+GTQdkOqgoDIha7StKkslvDz4XJ2FuY/zOZHbtuOYeltXQ==",
|
"integrity": "sha512-cMKhUI6PqlY/EC+ZDacAxajySBu8AzW8jOjt1Pe/mbRQgS0rcZyvLePGTTuoyaA8C21F8UW+EE5jj7YsNgOuqA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"web3-core-helpers": "1.2.7",
|
"web3-core-helpers": "1.3.0",
|
||||||
"xhr2-cookies": "1.1.0"
|
"xhr2-cookies": "1.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-providers-ipc": {
|
"web3-providers-ipc": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-providers-ipc/-/web3-providers-ipc-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-providers-ipc/-/web3-providers-ipc-1.3.0.tgz",
|
||||||
"integrity": "sha512-/zc0y724H2zbkV4UbGGMhsEiLfafjagIzfrsWZnyTZUlSB0OGRmmFm2EkLJAgtXrLiodaHHyXKM0vB8S24bxdA==",
|
"integrity": "sha512-0CrLuRofR+1J38nEj4WsId/oolwQEM6Yl1sOt41S/6bNI7htdkwgVhSloFIMJMDFHtRw229QIJ6wIaKQz0X1Og==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"oboe": "2.1.4",
|
"oboe": "2.1.5",
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core-helpers": "1.2.7"
|
"web3-core-helpers": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-providers-ws": {
|
"web3-providers-ws": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-providers-ws/-/web3-providers-ws-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-providers-ws/-/web3-providers-ws-1.3.0.tgz",
|
||||||
"integrity": "sha512-b5XzqDpRkNVe6MFs5K6iqOEyjQikHtg3KuU2/ClCDV37hm0WN4xCRVMC0LwegulbDXZej3zT9+1CYzGaGFREzA==",
|
"integrity": "sha512-Im5MthhJnJst8nSoq0TgbyOdaiFQFa5r6sHPOVllhgIgViDqzbnlAFW9sNzQ0Q8VXPNfPIQKi9cOrHlSRNPjRw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@web3-js/websocket": "^1.0.29",
|
"eventemitter3": "4.0.4",
|
||||||
"eventemitter3": "^4.0.0",
|
|
||||||
"underscore": "1.9.1",
|
"underscore": "1.9.1",
|
||||||
"web3-core-helpers": "1.2.7"
|
"web3-core-helpers": "1.3.0",
|
||||||
},
|
"websocket": "^1.0.32"
|
||||||
"dependencies": {
|
|
||||||
"eventemitter3": {
|
|
||||||
"version": "4.0.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz",
|
|
||||||
"integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ=="
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-shh": {
|
"web3-shh": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-shh/-/web3-shh-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-shh/-/web3-shh-1.3.0.tgz",
|
||||||
"integrity": "sha512-f6PAgcpG0ZAo98KqCmeHoDEx5qzm3d5plet18DkT4U6WIeYowKdec8vZaLPRR7c2XreXFJ2gQf45CB7oqR7U/w==",
|
"integrity": "sha512-IZTojA4VCwVq+7eEIHuL1tJXtU+LJDhO8Y2QmuwetEWW1iBgWCGPHZasipWP+7kDpSm/5lo5GRxL72FF/Os/tA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"web3-core": "1.2.7",
|
"web3-core": "1.3.0",
|
||||||
"web3-core-method": "1.2.7",
|
"web3-core-method": "1.3.0",
|
||||||
"web3-core-subscriptions": "1.2.7",
|
"web3-core-subscriptions": "1.3.0",
|
||||||
"web3-net": "1.2.7"
|
"web3-net": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web3-utils": {
|
"web3-utils": {
|
||||||
"version": "1.2.7",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.3.0.tgz",
|
||||||
"integrity": "sha512-FBh/CPJND+eiPeUF9KVbTyTZtXNWxPWtByBaWS6e2x4ACazPX711EeNaZaChIOGSLGe6se2n7kg6wnawe/MjuQ==",
|
"integrity": "sha512-2mS5axFCbkhicmoDRuJeuo0TVGQDgC2sPi/5dblfVC+PMtX0efrb8Xlttv/eGkq7X4E83Pds34FH98TP2WOUZA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bn.js": "4.11.8",
|
"bn.js": "^4.11.9",
|
||||||
"eth-lib": "0.2.7",
|
"eth-lib": "0.2.8",
|
||||||
"ethereum-bloom-filters": "^1.0.6",
|
"ethereum-bloom-filters": "^1.0.6",
|
||||||
"ethjs-unit": "0.1.6",
|
"ethjs-unit": "0.1.6",
|
||||||
"number-to-bn": "1.7.0",
|
"number-to-bn": "1.7.0",
|
||||||
@ -13748,9 +14014,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eth-lib": {
|
"eth-lib": {
|
||||||
"version": "0.2.7",
|
"version": "0.2.8",
|
||||||
"resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz",
|
||||||
"integrity": "sha1-L5Pxex4jrsN1nNSj/iDBKGo/wco=",
|
"integrity": "sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bn.js": "^4.11.6",
|
"bn.js": "^4.11.6",
|
||||||
"elliptic": "^6.4.0",
|
"elliptic": "^6.4.0",
|
||||||
@ -13758,6 +14024,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"websocket": {
|
||||||
|
"version": "1.0.32",
|
||||||
|
"resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.32.tgz",
|
||||||
|
"integrity": "sha512-i4yhcllSP4wrpoPMU2N0TQ/q0O94LRG/eUQjEAamRltjQ1oT1PFFKOG4i877OlJgCG8rw6LrrowJp+TYCEWF7Q==",
|
||||||
|
"requires": {
|
||||||
|
"bufferutil": "^4.0.1",
|
||||||
|
"debug": "^2.2.0",
|
||||||
|
"es5-ext": "^0.10.50",
|
||||||
|
"typedarray-to-buffer": "^3.1.5",
|
||||||
|
"utf-8-validate": "^5.0.2",
|
||||||
|
"yaeti": "^0.0.6"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user