mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge pull request #661 from oceanprotocol/fix/npm-audit
dependency fixes
This commit is contained in:
commit
326dd096d5
496
package-lock.json
generated
496
package-lock.json
generated
@ -1065,9 +1065,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/abstract-provider": {
|
"@ethersproject/abstract-provider": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.0.10.tgz",
|
||||||
"integrity": "sha512-fqJXkewcGdi8LogKMgRyzc/Ls2js07yor7+g9KfPs09uPOcQLg7cc34JN+lk34HH9gg2HU0DIA5797ZR8znkfw==",
|
"integrity": "sha512-OSReY5iz94iIaPlRvLiJP8YVIvQLx4aUvMMnHWSaA/vTU8QHZmgNlt4OBdYV1+aFY8Xl+VRYiWBHq72ZDKXXCQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bignumber": "^5.0.13",
|
"@ethersproject/bignumber": "^5.0.13",
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
@ -1078,113 +1078,33 @@
|
|||||||
"@ethersproject/web": "^5.0.12"
|
"@ethersproject/web": "^5.0.12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/address": {
|
|
||||||
"version": "5.0.9",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.9.tgz",
|
|
||||||
"integrity": "sha512-gKkmbZDMyGbVjr8nA5P0md1GgESqSGH7ILIrDidPdNXBl4adqbuA3OAuZx/O2oGpL6PtJ9BDa0kHheZ1ToHU3w==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bignumber": "^5.0.13",
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/keccak256": "^5.0.7",
|
|
||||||
"@ethersproject/logger": "^5.0.8",
|
|
||||||
"@ethersproject/rlp": "^5.0.7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/bignumber": {
|
|
||||||
"version": "5.0.13",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.13.tgz",
|
|
||||||
"integrity": "sha512-b89bX5li6aK492yuPP5mPgRVgIxxBP7ksaBtKX5QQBsrZTpNOjf/MR4CjcUrAw8g+RQuD6kap9lPjFgY4U1/5A==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/logger": "^5.0.8",
|
|
||||||
"bn.js": "^4.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/bytes": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.9",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-k+17ZViDtAugC0s7HM6rdsTWEdIYII4RPCDkPEuxKc6i40Bs+m6tjRAtCECX06wKZnrEoR9pjOJRXHJ/VLoOcA==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/constants": {
|
|
||||||
"version": "5.0.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.0.8.tgz",
|
|
||||||
"integrity": "sha512-sCc73pFBsl59eDfoQR5OCEZCRv5b0iywadunti6MQIr5lt3XpwxK1Iuzd8XSFO02N9jUifvuZRrt0cY0+NBgTg==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bignumber": "^5.0.13"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/keccak256": {
|
|
||||||
"version": "5.0.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.7.tgz",
|
|
||||||
"integrity": "sha512-zpUBmofWvx9PGfc7IICobgFQSgNmTOGTGLUxSYqZzY/T+b4y/2o5eqf/GGmD7qnTGzKQ42YlLNo+LeDP2qe55g==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"js-sha3": "0.5.7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/logger": {
|
"@ethersproject/logger": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
"integrity": "sha512-SkJCTaVTnaZ3/ieLF5pVftxGEFX56pTH+f2Slrpv7cU0TNpUZNib84QQdukd++sWUp/S7j5t5NW+WegbXd4U/A=="
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
},
|
},
|
||||||
"@ethersproject/properties": {
|
"@ethersproject/properties": {
|
||||||
"version": "5.0.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.7.tgz",
|
|
||||||
"integrity": "sha512-812H1Rus2vjw0zbasfDI1GLNPDsoyX1pYqiCgaR1BuyKxUTbwcH1B+214l6VGe1v+F6iEVb7WjIwMjKhb4EUsg==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/logger": "^5.0.8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/rlp": {
|
|
||||||
"version": "5.0.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.0.7.tgz",
|
|
||||||
"integrity": "sha512-ulUTVEuV7PT4jJTPpfhRHK57tkLEDEY9XSYJtrSNHOqdwMvH0z7BM2AKIMq4LVDlnu4YZASdKrkFGEIO712V9w==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/logger": "^5.0.8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/signing-key": {
|
|
||||||
"version": "5.0.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.0.8.tgz",
|
|
||||||
"integrity": "sha512-YKxQM45eDa6WAD+s3QZPdm1uW1MutzVuyoepdRRVmMJ8qkk7iOiIhUkZwqKLNxKzEJijt/82ycuOREc9WBNAKg==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/logger": "^5.0.8",
|
|
||||||
"@ethersproject/properties": "^5.0.7",
|
|
||||||
"elliptic": "6.5.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/transactions": {
|
|
||||||
"version": "5.0.9",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.9.tgz",
|
||||||
"integrity": "sha512-0Fu1yhdFBkrbMjenEr+39tmDxuHmaw0pe9Jb18XuKoItj7Z3p7+UzdHLr2S/okvHDHYPbZE5gtANDdQ3ZL1nBA==",
|
"integrity": "sha512-ZCjzbHYTw+rF1Pn8FDCEmx3gQttwIHcm/6Xee8g/M3Ga3SfW4tccNMbs5zqnBH0E4RoOPaeNgyg1O68TaF0tlg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/address": "^5.0.9",
|
"@ethersproject/logger": "^5.0.8"
|
||||||
"@ethersproject/bignumber": "^5.0.13",
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/constants": "^5.0.8",
|
|
||||||
"@ethersproject/keccak256": "^5.0.7",
|
|
||||||
"@ethersproject/logger": "^5.0.8",
|
|
||||||
"@ethersproject/properties": "^5.0.7",
|
|
||||||
"@ethersproject/rlp": "^5.0.7",
|
|
||||||
"@ethersproject/signing-key": "^5.0.8"
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"js-sha3": {
|
|
||||||
"version": "0.5.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
|
|
||||||
"integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc="
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/abstract-signer": {
|
"@ethersproject/abstract-signer": {
|
||||||
"version": "5.0.11",
|
"version": "5.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.0.11.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.0.14.tgz",
|
||||||
"integrity": "sha512-RKOgPSEYafknA62SrD3OCK42AllHE4YBfKYXyQeM+sBP7Nq3X5FpzeoY4uzC43P4wIhmNoTHCKQuwnX7fBqb6Q==",
|
"integrity": "sha512-JztBwVO7o5OHLh2vyjordlS4/1EjRyaECtc8vPdXTF1i4dXN+J0coeRoPN6ZFbBvi/YbaB6br2fvqhst1VQD/g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/abstract-provider": "^5.0.8",
|
"@ethersproject/abstract-provider": "^5.0.8",
|
||||||
"@ethersproject/bignumber": "^5.0.13",
|
"@ethersproject/bignumber": "^5.0.13",
|
||||||
@ -1194,9 +1114,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": {
|
"@ethersproject/bignumber": {
|
||||||
"version": "5.0.13",
|
"version": "5.0.15",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.13.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.15.tgz",
|
||||||
"integrity": "sha512-b89bX5li6aK492yuPP5mPgRVgIxxBP7ksaBtKX5QQBsrZTpNOjf/MR4CjcUrAw8g+RQuD6kap9lPjFgY4U1/5A==",
|
"integrity": "sha512-MTADqnyacvdRwtKh7o9ujwNDSM1SDJjYDMYAzjIgjoi9rh6TY4suMbhCa3i2vh3SUXiXSICyTI8ui+NPdrZ9Lw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"@ethersproject/logger": "^5.0.8",
|
"@ethersproject/logger": "^5.0.8",
|
||||||
@ -1204,22 +1124,22 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/bytes": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.9",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-k+17ZViDtAugC0s7HM6rdsTWEdIYII4RPCDkPEuxKc6i40Bs+m6tjRAtCECX06wKZnrEoR9pjOJRXHJ/VLoOcA==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/logger": {
|
"@ethersproject/logger": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
"integrity": "sha512-SkJCTaVTnaZ3/ieLF5pVftxGEFX56pTH+f2Slrpv7cU0TNpUZNib84QQdukd++sWUp/S7j5t5NW+WegbXd4U/A=="
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
},
|
},
|
||||||
"@ethersproject/properties": {
|
"@ethersproject/properties": {
|
||||||
"version": "5.0.7",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.9.tgz",
|
||||||
"integrity": "sha512-812H1Rus2vjw0zbasfDI1GLNPDsoyX1pYqiCgaR1BuyKxUTbwcH1B+214l6VGe1v+F6iEVb7WjIwMjKhb4EUsg==",
|
"integrity": "sha512-ZCjzbHYTw+rF1Pn8FDCEmx3gQttwIHcm/6Xee8g/M3Ga3SfW4tccNMbs5zqnBH0E4RoOPaeNgyg1O68TaF0tlg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
@ -1227,71 +1147,92 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/address": {
|
"@ethersproject/address": {
|
||||||
"version": "5.0.2",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.11.tgz",
|
||||||
"integrity": "sha512-+rz26RKj7ujGfQynys4V9VJRbR+wpC6eL8F22q3raWMH3152Ha31GwJPWzxE/bEA+43M/zTNVwY0R53gn53L2Q==",
|
"integrity": "sha512-Et4GBdD8/tsBGjCEOKee9upN29qjL5kbRcmJifb4Penmiuh9GARXL2/xpXvEp5EW+EIW/rfCHFJrkYBgoQFQBw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bignumber": "^5.0.0",
|
"@ethersproject/bignumber": "^5.0.13",
|
||||||
"@ethersproject/bytes": "^5.0.0",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"@ethersproject/keccak256": "^5.0.0",
|
"@ethersproject/keccak256": "^5.0.7",
|
||||||
"@ethersproject/logger": "^5.0.0",
|
"@ethersproject/logger": "^5.0.8",
|
||||||
"@ethersproject/rlp": "^5.0.0",
|
"@ethersproject/rlp": "^5.0.7"
|
||||||
"bn.js": "^4.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/base64": {
|
|
||||||
"version": "5.0.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.0.7.tgz",
|
|
||||||
"integrity": "sha512-S5oh5DVfCo06xwJXT8fQC68mvJfgScTl2AXvbYMsHNfIBTDb084Wx4iA9MNlEReOv6HulkS+gyrUM/j3514rSw==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.9",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-k+17ZViDtAugC0s7HM6rdsTWEdIYII4RPCDkPEuxKc6i40Bs+m6tjRAtCECX06wKZnrEoR9pjOJRXHJ/VLoOcA==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/logger": {
|
"@ethersproject/logger": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
"integrity": "sha512-SkJCTaVTnaZ3/ieLF5pVftxGEFX56pTH+f2Slrpv7cU0TNpUZNib84QQdukd++sWUp/S7j5t5NW+WegbXd4U/A=="
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/base64": {
|
||||||
|
"version": "5.0.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.0.9.tgz",
|
||||||
|
"integrity": "sha512-37RBz5LEZ9SlTNGiWCYFttnIN9J7qVs9Xo2EbqGqDH5LfW9EIji66S+YDMpXVo1zWDax1FkEldAoatxHK2gfgA==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.9"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@ethersproject/bytes": {
|
||||||
|
"version": "5.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/logger": "^5.0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/logger": {
|
||||||
|
"version": "5.0.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/bignumber": {
|
"@ethersproject/bignumber": {
|
||||||
"version": "5.0.5",
|
"version": "5.0.15",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.15.tgz",
|
||||||
"integrity": "sha512-24ln7PV0g8ZzjcVZiLW9Wod0i+XCmK6zKkAaxw5enraTIT1p7gVOcSXFSzNQ9WYAwtiFQPvvA+TIO2oEITZNJA==",
|
"integrity": "sha512-MTADqnyacvdRwtKh7o9ujwNDSM1SDJjYDMYAzjIgjoi9rh6TY4suMbhCa3i2vh3SUXiXSICyTI8ui+NPdrZ9Lw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.0",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"@ethersproject/logger": "^5.0.0",
|
"@ethersproject/logger": "^5.0.8",
|
||||||
"bn.js": "^4.4.0"
|
"bn.js": "^4.4.0"
|
||||||
}
|
},
|
||||||
},
|
"dependencies": {
|
||||||
"@ethersproject/bytes": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.3",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-AyPMAlY+Amaw4Zfp8OAivm1xYPI8mqiUYmEnSUk1CnS2NrQGHEMmFJFiOJdS3gDDpgSOFhWIjZwxKq2VZpqNTA==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.0"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/logger": {
|
||||||
|
"version": "5.0.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/constants": {
|
"@ethersproject/constants": {
|
||||||
"version": "5.0.2",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.0.10.tgz",
|
||||||
"integrity": "sha512-nNoVlNP6bgpog7pQ2EyD1xjlaXcy1Cl4kK5v1KoskHj58EtB6TK8M8AFGi3GgHTdMldfT4eN3OsoQ/CdOTVNFA==",
|
"integrity": "sha512-OSo8jxkHLDXieCy8bgOFR7lMfgPxEzKvSDdP+WAWHCDM8+orwch0B6wzkTmiQFgryAtIctrBt5glAdJikZ3hGw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bignumber": "^5.0.0"
|
"@ethersproject/bignumber": "^5.0.13"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/hash": {
|
"@ethersproject/hash": {
|
||||||
"version": "5.0.10",
|
"version": "5.0.12",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.0.10.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.0.12.tgz",
|
||||||
"integrity": "sha512-Tf0bvs6YFhw28LuHnhlDWyr0xfcDxSXdwM4TcskeBbmXVSKLv3bJQEEEBFUcRX0fJuslR3gCVySEaSh7vuMx5w==",
|
"integrity": "sha512-kn4QN+fhNFbUgX3XZTZUaQixi0oyfIEY+hfW+KtkHu+rq7dV76oAIvaLEEynu1/4npOL38E4X4YI42gGZk+C0Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/abstract-signer": "^5.0.10",
|
"@ethersproject/abstract-signer": "^5.0.10",
|
||||||
"@ethersproject/address": "^5.0.9",
|
"@ethersproject/address": "^5.0.9",
|
||||||
@ -1304,9 +1245,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/address": {
|
"@ethersproject/address": {
|
||||||
"version": "5.0.9",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.0.11.tgz",
|
||||||
"integrity": "sha512-gKkmbZDMyGbVjr8nA5P0md1GgESqSGH7ILIrDidPdNXBl4adqbuA3OAuZx/O2oGpL6PtJ9BDa0kHheZ1ToHU3w==",
|
"integrity": "sha512-Et4GBdD8/tsBGjCEOKee9upN29qjL5kbRcmJifb4Penmiuh9GARXL2/xpXvEp5EW+EIW/rfCHFJrkYBgoQFQBw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bignumber": "^5.0.13",
|
"@ethersproject/bignumber": "^5.0.13",
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
@ -1316,9 +1257,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/bignumber": {
|
"@ethersproject/bignumber": {
|
||||||
"version": "5.0.13",
|
"version": "5.0.15",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.13.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.15.tgz",
|
||||||
"integrity": "sha512-b89bX5li6aK492yuPP5mPgRVgIxxBP7ksaBtKX5QQBsrZTpNOjf/MR4CjcUrAw8g+RQuD6kap9lPjFgY4U1/5A==",
|
"integrity": "sha512-MTADqnyacvdRwtKh7o9ujwNDSM1SDJjYDMYAzjIgjoi9rh6TY4suMbhCa3i2vh3SUXiXSICyTI8ui+NPdrZ9Lw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"@ethersproject/logger": "^5.0.8",
|
"@ethersproject/logger": "^5.0.8",
|
||||||
@ -1326,44 +1267,35 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/bytes": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.9",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-k+17ZViDtAugC0s7HM6rdsTWEdIYII4RPCDkPEuxKc6i40Bs+m6tjRAtCECX06wKZnrEoR9pjOJRXHJ/VLoOcA==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/keccak256": {
|
"@ethersproject/keccak256": {
|
||||||
"version": "5.0.7",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.9.tgz",
|
||||||
"integrity": "sha512-zpUBmofWvx9PGfc7IICobgFQSgNmTOGTGLUxSYqZzY/T+b4y/2o5eqf/GGmD7qnTGzKQ42YlLNo+LeDP2qe55g==",
|
"integrity": "sha512-zhdUTj6RGtCJSgU+bDrWF6cGbvW453LoIC1DSNWrTlXzC7WuH4a+EiPrgc7/kNoRxerKuA/cxYlI8GwNtVtDlw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"js-sha3": "0.5.7"
|
"js-sha3": "0.5.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/logger": {
|
"@ethersproject/logger": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
"integrity": "sha512-SkJCTaVTnaZ3/ieLF5pVftxGEFX56pTH+f2Slrpv7cU0TNpUZNib84QQdukd++sWUp/S7j5t5NW+WegbXd4U/A=="
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
},
|
},
|
||||||
"@ethersproject/properties": {
|
"@ethersproject/properties": {
|
||||||
"version": "5.0.7",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.9.tgz",
|
||||||
"integrity": "sha512-812H1Rus2vjw0zbasfDI1GLNPDsoyX1pYqiCgaR1BuyKxUTbwcH1B+214l6VGe1v+F6iEVb7WjIwMjKhb4EUsg==",
|
"integrity": "sha512-ZCjzbHYTw+rF1Pn8FDCEmx3gQttwIHcm/6Xee8g/M3Ga3SfW4tccNMbs5zqnBH0E4RoOPaeNgyg1O68TaF0tlg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/rlp": {
|
|
||||||
"version": "5.0.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.0.7.tgz",
|
|
||||||
"integrity": "sha512-ulUTVEuV7PT4jJTPpfhRHK57tkLEDEY9XSYJtrSNHOqdwMvH0z7BM2AKIMq4LVDlnu4YZASdKrkFGEIO712V9w==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/logger": "^5.0.8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"js-sha3": {
|
"js-sha3": {
|
||||||
"version": "0.5.7",
|
"version": "0.5.7",
|
||||||
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
|
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
|
||||||
@ -1372,14 +1304,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/keccak256": {
|
"@ethersproject/keccak256": {
|
||||||
"version": "5.0.2",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.0.9.tgz",
|
||||||
"integrity": "sha512-MbroXutc0gPNYIrUjS4Aw0lDuXabdzI7+l7elRWr1G6G+W0v00e/3gbikWkCReGtt2Jnt4lQSgnflhDwQGcIhA==",
|
"integrity": "sha512-zhdUTj6RGtCJSgU+bDrWF6cGbvW453LoIC1DSNWrTlXzC7WuH4a+EiPrgc7/kNoRxerKuA/cxYlI8GwNtVtDlw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.0",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"js-sha3": "0.5.7"
|
"js-sha3": "0.5.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ethersproject/bytes": {
|
||||||
|
"version": "5.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/logger": "^5.0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/logger": {
|
||||||
|
"version": "5.0.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
|
},
|
||||||
"js-sha3": {
|
"js-sha3": {
|
||||||
"version": "0.5.7",
|
"version": "0.5.7",
|
||||||
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
|
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
|
||||||
@ -1387,52 +1332,43 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/logger": {
|
|
||||||
"version": "5.0.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.4.tgz",
|
|
||||||
"integrity": "sha512-alA2LiAy1LdQ/L1SA9ajUC7MvGAEQLsICEfKK4erX5qhkXE1LwLSPIzobtOWFsMHf2yrXGKBLnnpuVHprI3sAw=="
|
|
||||||
},
|
|
||||||
"@ethersproject/networks": {
|
"@ethersproject/networks": {
|
||||||
"version": "5.0.7",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.0.9.tgz",
|
||||||
"integrity": "sha512-dI14QATndIcUgcCBL1c5vUr/YsI5cCHLN81rF7PU+yS7Xgp2/Rzbr9+YqpC6NBXHFUASjh6GpKqsVMpufAL0BQ==",
|
"integrity": "sha512-L8+VCQwArBLGkxZb/5Ns/OH/OxP38AcaveXIxhUTq+VWpXYjrObG3E7RDQIKkUx1S1IcQl/UWTz5w4DK0UitJg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/logger": {
|
"@ethersproject/logger": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
"integrity": "sha512-SkJCTaVTnaZ3/ieLF5pVftxGEFX56pTH+f2Slrpv7cU0TNpUZNib84QQdukd++sWUp/S7j5t5NW+WegbXd4U/A=="
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/properties": {
|
|
||||||
"version": "5.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.2.tgz",
|
|
||||||
"integrity": "sha512-FxAisPGAOACQjMJzewl9OJG6lsGCPTm5vpUMtfeoxzAlAb2lv+kHzQPUh9h4jfAILzE8AR1jgXMzRmlhwyra1Q==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/logger": "^5.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/rlp": {
|
"@ethersproject/rlp": {
|
||||||
"version": "5.0.2",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.0.9.tgz",
|
||||||
"integrity": "sha512-oE0M5jqQ67fi2SuMcrpoewOpEuoXaD8M9JeR9md1bXRMvDYgKXUtDHs22oevpEOdnO2DPIRabp6MVHa4aDuWmw==",
|
"integrity": "sha512-ns1U7ZMVeruUW6JXc4om+1w3w4ynHN/0fpwmeNTsAjwGKoF8SAUgue6ylKpHKWSti2idx7jDxbn8hNNFHk67CA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.0",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"@ethersproject/logger": "^5.0.0"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
},
|
||||||
},
|
"dependencies": {
|
||||||
"@ethersproject/signing-key": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.3",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-5QPZaBRGCLzfVMbFb3LcVjNR0UbTXnwDHASnQYfbzwUOnFYHKxHsrcbl/5ONGoppgi8yXgOocKqlPCFycJJVWQ==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/bytes": "^5.0.0",
|
"@ethersproject/logger": "^5.0.8"
|
||||||
"@ethersproject/logger": "^5.0.0",
|
}
|
||||||
"@ethersproject/properties": "^5.0.0",
|
},
|
||||||
"elliptic": "6.5.3"
|
"@ethersproject/logger": {
|
||||||
|
"version": "5.0.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/strings": {
|
"@ethersproject/strings": {
|
||||||
@ -1479,25 +1415,59 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/transactions": {
|
"@ethersproject/transactions": {
|
||||||
"version": "5.0.2",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.0.11.tgz",
|
||||||
"integrity": "sha512-jZp0ZbbJlq4JLZY6qoMzNtp2HQsX6USQposi3ns0MPUdn3OdZJBDtrcO15r/2VS5t/K1e1GE5MI1HmMKlcTbbQ==",
|
"integrity": "sha512-ftsRvR9+gQp7L63F6+XmstvsZ4w8GtWvQB08e/zB+oB86Fnhq8+i/tkgpJplSHC8I/qgiCisva+M3u2GVhDFPA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/address": "^5.0.0",
|
"@ethersproject/address": "^5.0.9",
|
||||||
"@ethersproject/bignumber": "^5.0.0",
|
"@ethersproject/bignumber": "^5.0.13",
|
||||||
"@ethersproject/bytes": "^5.0.0",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
"@ethersproject/constants": "^5.0.0",
|
"@ethersproject/constants": "^5.0.8",
|
||||||
"@ethersproject/keccak256": "^5.0.0",
|
"@ethersproject/keccak256": "^5.0.7",
|
||||||
"@ethersproject/logger": "^5.0.0",
|
"@ethersproject/logger": "^5.0.8",
|
||||||
"@ethersproject/properties": "^5.0.0",
|
"@ethersproject/properties": "^5.0.7",
|
||||||
"@ethersproject/rlp": "^5.0.0",
|
"@ethersproject/rlp": "^5.0.7",
|
||||||
"@ethersproject/signing-key": "^5.0.0"
|
"@ethersproject/signing-key": "^5.0.8"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@ethersproject/bytes": {
|
||||||
|
"version": "5.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/logger": "^5.0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/logger": {
|
||||||
|
"version": "5.0.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
|
},
|
||||||
|
"@ethersproject/properties": {
|
||||||
|
"version": "5.0.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.9.tgz",
|
||||||
|
"integrity": "sha512-ZCjzbHYTw+rF1Pn8FDCEmx3gQttwIHcm/6Xee8g/M3Ga3SfW4tccNMbs5zqnBH0E4RoOPaeNgyg1O68TaF0tlg==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/logger": "^5.0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@ethersproject/signing-key": {
|
||||||
|
"version": "5.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.0.11.tgz",
|
||||||
|
"integrity": "sha512-Jfcru/BGwdkXhLxT+8WCZtFy7LL0TPFZw05FAb5asxB/MyVsEfNdNxGDtjVE9zXfmRSPe/EusXYY4K7wcygOyQ==",
|
||||||
|
"requires": {
|
||||||
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
|
"@ethersproject/logger": "^5.0.8",
|
||||||
|
"@ethersproject/properties": "^5.0.7",
|
||||||
|
"elliptic": "6.5.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/web": {
|
"@ethersproject/web": {
|
||||||
"version": "5.0.12",
|
"version": "5.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.0.14.tgz",
|
||||||
"integrity": "sha512-gVxS5iW0bgidZ76kr7LsTxj4uzN5XpCLzvZrLp8TP+4YgxHfCeetFyQkRPgBEAJdNrexdSBayvyJvzGvOq0O8g==",
|
"integrity": "sha512-QpTgplslwZ0Sp9oKNLoRuS6TKxnkwfaEk3gr7zd7XLF8XBsYejsrQO/03fNfnMx/TAT/RR6WEw/mbOwpRSeVRA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/base64": "^5.0.7",
|
"@ethersproject/base64": "^5.0.7",
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
"@ethersproject/bytes": "^5.0.9",
|
||||||
@ -1506,54 +1476,26 @@
|
|||||||
"@ethersproject/strings": "^5.0.8"
|
"@ethersproject/strings": "^5.0.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": {
|
|
||||||
"version": "5.0.13",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.0.13.tgz",
|
|
||||||
"integrity": "sha512-b89bX5li6aK492yuPP5mPgRVgIxxBP7ksaBtKX5QQBsrZTpNOjf/MR4CjcUrAw8g+RQuD6kap9lPjFgY4U1/5A==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/logger": "^5.0.8",
|
|
||||||
"bn.js": "^4.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/bytes": {
|
"@ethersproject/bytes": {
|
||||||
"version": "5.0.9",
|
"version": "5.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.0.11.tgz",
|
||||||
"integrity": "sha512-k+17ZViDtAugC0s7HM6rdsTWEdIYII4RPCDkPEuxKc6i40Bs+m6tjRAtCECX06wKZnrEoR9pjOJRXHJ/VLoOcA==",
|
"integrity": "sha512-D51plLYY5qF05AsoVQwIZVLqlBkaTPVHVP/1WmmBIWyHB0cRW0C9kh0kx5Exo51rB63Hk8PfHxc7SmpoaQFEyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ethersproject/constants": {
|
|
||||||
"version": "5.0.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.0.8.tgz",
|
|
||||||
"integrity": "sha512-sCc73pFBsl59eDfoQR5OCEZCRv5b0iywadunti6MQIr5lt3XpwxK1Iuzd8XSFO02N9jUifvuZRrt0cY0+NBgTg==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bignumber": "^5.0.13"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@ethersproject/logger": {
|
"@ethersproject/logger": {
|
||||||
"version": "5.0.8",
|
"version": "5.0.10",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.0.10.tgz",
|
||||||
"integrity": "sha512-SkJCTaVTnaZ3/ieLF5pVftxGEFX56pTH+f2Slrpv7cU0TNpUZNib84QQdukd++sWUp/S7j5t5NW+WegbXd4U/A=="
|
"integrity": "sha512-0y2T2NqykDrbPM3Zw9RSbPkDOxwChAL8detXaom76CfYoGxsOnRP/zTX8OUAV+x9LdwzgbWvWmeXrc0M7SuDZw=="
|
||||||
},
|
},
|
||||||
"@ethersproject/properties": {
|
"@ethersproject/properties": {
|
||||||
"version": "5.0.7",
|
"version": "5.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.0.9.tgz",
|
||||||
"integrity": "sha512-812H1Rus2vjw0zbasfDI1GLNPDsoyX1pYqiCgaR1BuyKxUTbwcH1B+214l6VGe1v+F6iEVb7WjIwMjKhb4EUsg==",
|
"integrity": "sha512-ZCjzbHYTw+rF1Pn8FDCEmx3gQttwIHcm/6Xee8g/M3Ga3SfW4tccNMbs5zqnBH0E4RoOPaeNgyg1O68TaF0tlg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ethersproject/logger": "^5.0.8"
|
"@ethersproject/logger": "^5.0.8"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"@ethersproject/strings": {
|
|
||||||
"version": "5.0.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.0.8.tgz",
|
|
||||||
"integrity": "sha512-5IsdXf8tMY8QuHl8vTLnk9ehXDDm6x9FB9S9Og5IA1GYhLe5ZewydXSjlJlsqU2t9HRbfv97OJZV/pX8DVA/Hw==",
|
|
||||||
"requires": {
|
|
||||||
"@ethersproject/bytes": "^5.0.9",
|
|
||||||
"@ethersproject/constants": "^5.0.8",
|
|
||||||
"@ethersproject/logger": "^5.0.8"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -4123,17 +4065,17 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"elliptic": {
|
"elliptic": {
|
||||||
"version": "6.5.3",
|
"version": "6.5.4",
|
||||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
||||||
"integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
|
"integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bn.js": "^4.4.0",
|
"bn.js": "^4.11.9",
|
||||||
"brorand": "^1.0.1",
|
"brorand": "^1.1.0",
|
||||||
"hash.js": "^1.0.0",
|
"hash.js": "^1.0.0",
|
||||||
"hmac-drbg": "^1.0.0",
|
"hmac-drbg": "^1.0.1",
|
||||||
"inherits": "^2.0.1",
|
"inherits": "^2.0.4",
|
||||||
"minimalistic-assert": "^1.0.0",
|
"minimalistic-assert": "^1.0.1",
|
||||||
"minimalistic-crypto-utils": "^1.0.0"
|
"minimalistic-crypto-utils": "^1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"emoji-regex": {
|
"emoji-regex": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user