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 2.1.0 to 2.1.2 (#1656)

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

---
updated-dependencies:
- dependency-name: "@truffle/hdwallet-provider"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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] 2022-12-01 09:40:09 +00:00 committed by GitHub
parent 7ae22aece2
commit 4bc90807fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
package-lock.json generated
View File

@ -3035,9 +3035,9 @@
}
},
"node_modules/@truffle/hdwallet": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet/-/hdwallet-0.1.0.tgz",
"integrity": "sha512-tRqx7Kn5SbQoe56S5pWrIN3/aM9YMK2bFR8iD5gHGv6uXHRCL7b+PkeI1gyKk09SRWkY11YjRw+Up/V0x6tw6A==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet/-/hdwallet-0.1.1.tgz",
"integrity": "sha512-hKAZbB6HBo0L4hV/IsulCDiHF5eXCle8TuAhxe1auCIkwS6Dz6Z4BoA3JzekRwcj+dc1bibjdP1A4XOTo2ayqw==",
"dev": true,
"dependencies": {
"ethereum-cryptography": "1.1.2",
@ -3046,15 +3046,15 @@
}
},
"node_modules/@truffle/hdwallet-provider": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet-provider/-/hdwallet-provider-2.1.0.tgz",
"integrity": "sha512-I4VlMJsYYwUCkMFWaEuTE3MhI5k7qKwYQj+axMKeoZDWVLtZ6QbkWynUrVdmwELQ+wFSyNzvsBj7F2Sqb0S0/Q==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet-provider/-/hdwallet-provider-2.1.2.tgz",
"integrity": "sha512-nVkGeQBtgMO8tj3DSGFAKv/T8pgPyu62pWycvgWRSXps8cwlqQ+0YfqYG7Tw3ivbXifCtQ2HkwZH+6jDESi4UQ==",
"dev": true,
"dependencies": {
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@metamask/eth-sig-util": "4.0.1",
"@truffle/hdwallet": "^0.1.0",
"@truffle/hdwallet": "^0.1.1",
"@types/web3": "^1.0.20",
"ethereum-cryptography": "1.1.2",
"ethereum-protocol": "^1.0.1",
@ -20093,9 +20093,9 @@
"dev": true
},
"@truffle/hdwallet": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet/-/hdwallet-0.1.0.tgz",
"integrity": "sha512-tRqx7Kn5SbQoe56S5pWrIN3/aM9YMK2bFR8iD5gHGv6uXHRCL7b+PkeI1gyKk09SRWkY11YjRw+Up/V0x6tw6A==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet/-/hdwallet-0.1.1.tgz",
"integrity": "sha512-hKAZbB6HBo0L4hV/IsulCDiHF5eXCle8TuAhxe1auCIkwS6Dz6Z4BoA3JzekRwcj+dc1bibjdP1A4XOTo2ayqw==",
"dev": true,
"requires": {
"ethereum-cryptography": "1.1.2",
@ -20118,15 +20118,15 @@
}
},
"@truffle/hdwallet-provider": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet-provider/-/hdwallet-provider-2.1.0.tgz",
"integrity": "sha512-I4VlMJsYYwUCkMFWaEuTE3MhI5k7qKwYQj+axMKeoZDWVLtZ6QbkWynUrVdmwELQ+wFSyNzvsBj7F2Sqb0S0/Q==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@truffle/hdwallet-provider/-/hdwallet-provider-2.1.2.tgz",
"integrity": "sha512-nVkGeQBtgMO8tj3DSGFAKv/T8pgPyu62pWycvgWRSXps8cwlqQ+0YfqYG7Tw3ivbXifCtQ2HkwZH+6jDESi4UQ==",
"dev": true,
"requires": {
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@metamask/eth-sig-util": "4.0.1",
"@truffle/hdwallet": "^0.1.0",
"@truffle/hdwallet": "^0.1.1",
"@types/web3": "^1.0.20",
"ethereum-cryptography": "1.1.2",
"ethereum-protocol": "^1.0.1",