|
44 | 44 | "homepage": "https://github.com/gnosis/contract-proxy-kit#readme", |
45 | 45 | "dependencies": { |
46 | 46 | "@gnosis.pm/safe-apps-sdk": "^0.4.2", |
47 | | - "@truffle/contract": "^4.2.26", |
| 47 | + "@truffle/contract": "^4.3.4", |
48 | 48 | "@types/uuid": "^8.3.0", |
49 | 49 | "bignumber.js": "^9.0.1", |
50 | 50 | "node-fetch": "^2.6.1", |
51 | | - "uuid": "^8.3.1" |
| 51 | + "uuid": "^8.3.2" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@gnosis.pm/conditional-tokens-contracts": "^0.5.4", |
55 | | - "@gnosis.pm/safe-contracts": "1.1.1", |
56 | | - "@truffle/hdwallet-provider": "^1.1.1", |
| 55 | + "@gnosis.pm/safe-contracts": "1.2.0", |
| 56 | + "@truffle/hdwallet-provider": "^1.2.1", |
57 | 57 | "@typechain/truffle-v5": "^2.0.2", |
58 | 58 | "@types/chai": "^4.2.14", |
59 | 59 | "@types/chai-as-promised": "^7.1.3", |
60 | | - "@types/mocha": "^8.0.3", |
| 60 | + "@types/mocha": "^8.2.0", |
61 | 61 | "@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", |
64 | 64 | "chai": "^4.2.0", |
65 | 65 | "chai-as-promised": "^7.1.1", |
66 | 66 | "coveralls": "^3.1.0", |
67 | 67 | "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", |
71 | 71 | "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", |
75 | 75 | "jsdom": "^16.4.0", |
76 | 76 | "jsdom-global": "^3.0.2", |
77 | 77 | "nyc": "^15.1.0", |
78 | | - "prettier": "^2.1.2", |
| 78 | + "prettier": "^2.2.1", |
79 | 79 | "prettier-eslint-cli": "^5.0.0", |
80 | 80 | "run-with-testrpc": "^0.3.1", |
81 | 81 | "should": "^13.2.3", |
82 | | - "truffle": "^5.1.49", |
| 82 | + "truffle": "^5.1.60", |
83 | 83 | "truffle-typings": "^1.0.8", |
84 | | - "ts-node": "^9.0.0", |
| 84 | + "ts-node": "^9.1.1", |
85 | 85 | "typechain": "^3.0.0", |
86 | | - "typescript": "^4.0.3", |
| 86 | + "typescript": "^4.1.3", |
87 | 87 | "wait-port": "^0.2.9", |
88 | | - "web3-1-3": "npm:web3@^1.3.0", |
| 88 | + "web3-1-3": "npm:web3@^1.3.1", |
89 | 89 | "web3-2-alpha": "npm:web3@^2.0.0-alpha.1" |
90 | 90 | } |
91 | 91 | } |
0 commit comments