Skip to content

Commit

Permalink
Update all patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 1770aa5 commit 0ea3636
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
context: docker-hub-credentials
docker:
- image: circleci/node:10
- image: trufflesuite/ganache-cli:v6.12.0
- image: trufflesuite/ganache-cli:v6.12.2
command: ganache-cli -e 10000000000 -a 100
working_directory: ~/repo
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
context: docker-hub-credentials
docker:
- image: circleci/node:10
- image: trufflesuite/ganache-cli:v6.12.0
- image: trufflesuite/ganache-cli:v6.12.2
command: ganache-cli -e 10000000000 -a 100 -k istanbul
working_directory: ~/repo
steps:
Expand All @@ -54,7 +54,7 @@ jobs:
context: docker-hub-credentials
docker:
- image: circleci/node:10
- image: trufflesuite/ganache-cli:v6.12.0
- image: trufflesuite/ganache-cli:v6.12.2
command: ganache-cli -e 10000000000 -a 100 -k istanbul
working_directory: ~/repo
steps:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,34 +34,34 @@
"dependencies": {
"@openzeppelin/contracts": "2.5.1",
"@openzeppelin/contracts-ethereum-package": "2.5.0",
"@openzeppelin/test-helpers": "0.5.6",
"@openzeppelin/test-helpers": "0.5.15",
"@openzeppelin/upgrades": "2.8.0",
"bignumber.js": "9.0.1",
"bignumber.js": "9.0.2",
"ethereum-waffle": "2.5.1",
"ethereumjs-util": "7.0.6",
"ethereumjs-util": "7.0.10",
"hardlydifficult-eth": "1.1.3",
"hardlydifficult-ethereum-contracts": "0.11.1",
"papaparse": "5.3.0",
"papaparse": "5.3.2",
"truffle-assertions": "0.9.2",
"truffle-flattener": "1.5.0",
"truffle-hdwallet-provider": "1.0.17",
"web3": "1.3.0"
"web3": "1.3.6"
},
"devDependencies": {
"@codechecks/client": "0.1.10",
"@codechecks/client": "0.1.12",
"chai": "4.2.0",
"coveralls": "3.1.0",
"coveralls": "3.1.1",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.1.4",
"eth-gas-reporter": "0.2.17",
"eth-gas-reporter": "0.2.25",
"ethlint": "1.2.5",
"ganache-cli": "6.12.0",
"ganache-cli": "6.12.2",
"mocha-lcov-reporter": "1.3.0",
"prettier": "2.1.2",
"solidity-coverage": "0.7.11",
"truffle": "5.1.48"
"solidity-coverage": "0.7.20",
"truffle": "5.1.67"
}
}

0 comments on commit 0ea3636

Please sign in to comment.