1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 (#800)

Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle/tree/HEAD/packages/hdwallet-provider) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/@truffle/hdwallet-provider@1.4.0/packages/hdwallet-provider)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-13 12:01:38 +03:00 committed by GitHub
parent 804a6a62fa
commit f391cb8ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
package-lock.json generated
View File

@ -2434,9 +2434,9 @@
}
},
"@truffle/hdwallet-provider": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet-provider/-/hdwallet-provider-1.3.0.tgz",
"integrity": "sha512-/qpChSNAN1ziMF+dJiPLDjcv26p8eV4n/SiBWSzVxbLLXZOJmpn5pTCVtXqI9pn2fGR3gtaAL39hvR/DAiD9EQ==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet-provider/-/hdwallet-provider-1.4.0.tgz",
"integrity": "sha512-zCc4IWEtfAuKWWktZOaYFoHCvameQIz5Bk+S2ahCPxYMlWECWrbCMjoqqLojB1Hyz+IsvU1cspmr3E6PoO4ZmQ==",
"dev": true,
"requires": {
"@trufflesuite/web3-provider-engine": "15.0.13-1",
@ -2444,6 +2444,7 @@
"bindings": "^1.5.0",
"ethereum-cryptography": "^0.1.3",
"ethereum-protocol": "^1.0.1",
"ethereumjs-common": "^1.5.0",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^6.1.0",
"ethereumjs-wallet": "^1.0.1"