Skip to content

Commit 0aeb665

Browse files
committed
Update dependencies
1 parent d5e2b31 commit 0aeb665

2 files changed

Lines changed: 930 additions & 275 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,48 +44,48 @@
4444
"homepage": "https://github.com/gnosis/contract-proxy-kit#readme",
4545
"dependencies": {
4646
"@gnosis.pm/safe-apps-sdk": "^0.4.2",
47-
"@truffle/contract": "^4.2.26",
47+
"@truffle/contract": "^4.3.4",
4848
"@types/uuid": "^8.3.0",
4949
"bignumber.js": "^9.0.1",
5050
"node-fetch": "^2.6.1",
51-
"uuid": "^8.3.1"
51+
"uuid": "^8.3.2"
5252
},
5353
"devDependencies": {
5454
"@gnosis.pm/conditional-tokens-contracts": "^0.5.4",
5555
"@gnosis.pm/safe-contracts": "1.2.0",
56-
"@truffle/hdwallet-provider": "^1.1.1",
56+
"@truffle/hdwallet-provider": "^1.2.1",
5757
"@typechain/truffle-v5": "^2.0.2",
5858
"@types/chai": "^4.2.14",
5959
"@types/chai-as-promised": "^7.1.3",
60-
"@types/mocha": "^8.0.3",
60+
"@types/mocha": "^8.2.0",
6161
"@types/node-fetch": "^2.5.7",
62-
"@typescript-eslint/eslint-plugin": "^4.5.0",
63-
"@typescript-eslint/parser": "^4.5.0",
62+
"@typescript-eslint/eslint-plugin": "^4.12.0",
63+
"@typescript-eslint/parser": "^4.12.0",
6464
"chai": "^4.2.0",
6565
"chai-as-promised": "^7.1.1",
6666
"coveralls": "^3.1.0",
6767
"dotenv": "^8.2.0",
68-
"eslint": "^7.11.0",
69-
"eslint-config-prettier": "^6.13.0",
70-
"eslint-plugin-prettier": "^3.1.4",
68+
"eslint": "^7.17.0",
69+
"eslint-config-prettier": "^7.1.0",
70+
"eslint-plugin-prettier": "^3.3.1",
7171
"ethers-4": "npm:ethers@^4.0.45",
72-
"ethers-5": "npm:ethers@^5.0.18",
73-
"ganache-cli": "^6.12.0",
74-
"geth-dev-assistant": "^0.1.7",
72+
"ethers-5": "npm:ethers@^5.0.24",
73+
"ganache-cli": "^6.12.1",
74+
"geth-dev-assistant": "^0.1.8",
7575
"jsdom": "^16.4.0",
7676
"jsdom-global": "^3.0.2",
7777
"nyc": "^15.1.0",
78-
"prettier": "^2.1.2",
78+
"prettier": "^2.2.1",
7979
"prettier-eslint-cli": "^5.0.0",
8080
"run-with-testrpc": "^0.3.1",
8181
"should": "^13.2.3",
82-
"truffle": "^5.1.49",
82+
"truffle": "^5.1.60",
8383
"truffle-typings": "^1.0.8",
84-
"ts-node": "^9.0.0",
84+
"ts-node": "^9.1.1",
8585
"typechain": "^3.0.0",
86-
"typescript": "^4.0.3",
86+
"typescript": "^4.1.3",
8787
"wait-port": "^0.2.9",
88-
"web3-1-3": "npm:web3@^1.3.0",
88+
"web3-1-3": "npm:web3@^1.3.1",
8989
"web3-2-alpha": "npm:web3@^2.0.0-alpha.1"
9090
}
9191
}

0 commit comments

Comments
 (0)