Skip to content

Commit

Permalink
Merge ea35c67 into a9d6dff
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Apr 3, 2020
2 parents a9d6dff + ea35c67 commit cd76fcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@openzeppelin/contracts": "3.0.0-rc.0",
"@openzeppelin/test-helpers": "0.5.5",
"@truffle/hdwallet-provider": "1.0.33",
"@truffle/hdwallet-provider": "1.0.34",
"@types/bignumber.js": "5.0.0",
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@
resolved "https://registry.yarnpkg.com/@truffle/error/-/error-0.0.8.tgz#dc94ca36393403449d4b7461bf9452c241e53ec1"
integrity sha512-x55rtRuNfRO1azmZ30iR0pf0OJ6flQqbax1hJz+Avk1K5fdmOv5cr22s9qFnwTWnS6Bw0jvJEoR0ITsM7cPKtQ==

"@truffle/hdwallet-provider@1.0.33":
version "1.0.33"
resolved "https://registry.yarnpkg.com/@truffle/hdwallet-provider/-/hdwallet-provider-1.0.33.tgz#b037f5a7903d79a06bdcf5586e1c4a8d51fc9dfd"
integrity sha512-hXLZafDyTXH2s6oKnjlrvZhewriHp4NUsYaGOyaihWFpmmUAOqhQSy3vVWD7QzloNCwZZIlQZlOYudPOEyFJOw==
"@truffle/hdwallet-provider@1.0.34":
version "1.0.34"
resolved "https://registry.yarnpkg.com/@truffle/hdwallet-provider/-/hdwallet-provider-1.0.34.tgz#1e642c415c28e9ae3bb8142bbdbc8506adaaa06a"
integrity sha512-sy7sismdclvzWQmHDjElqPGoU1+ff4w3nODKqBpauacAYpWngu865CrtgRNnETZ1c90zDElU41V6yWrUgKupAQ==
dependencies:
any-promise "^1.3.0"
bindings "^1.5.0"
Expand All @@ -238,7 +238,7 @@
ethereumjs-wallet "^0.6.3"
source-map-support "^0.5.16"
web3 "1.2.1"
web3-provider-engine "https://github.com/trufflesuite/provider-engine#web3-one"
web3-provider-engine "git+https://github.com/trufflesuite/provider-engine.git#web3-one"

"@truffle/interface-adapter@^0.3.0":
version "0.3.3"
Expand Down Expand Up @@ -7868,10 +7868,10 @@ web3-net@1.2.6:
web3-core-method "1.2.6"
web3-utils "1.2.6"

"web3-provider-engine@https://github.com/trufflesuite/provider-engine#web3-one":
"web3-provider-engine@git+https://github.com/trufflesuite/provider-engine.git#web3-one":
version "14.0.6"
uid "3538c60bc4836b73ccae1ac3f64c8fed8ef19c1a"
resolved "https://github.com/trufflesuite/provider-engine#3538c60bc4836b73ccae1ac3f64c8fed8ef19c1a"
resolved "git+https://github.com/trufflesuite/provider-engine.git#3538c60bc4836b73ccae1ac3f64c8fed8ef19c1a"
dependencies:
async "^2.5.0"
backoff "^2.5.0"
Expand Down

0 comments on commit cd76fcc

Please sign in to comment.