|
47 | 47 | "node": ">=16.0.0"
|
48 | 48 | },
|
49 | 49 | "volta": {
|
50 |
| - "node": "18.20.6" |
| 50 | + "node": "20.18.3" |
51 | 51 | },
|
52 | 52 | "publishConfig": {
|
53 | 53 | "access": "public",
|
|
106 | 106 | "build:types": "tsc --project tsconfig-release.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"
|
107 | 107 | },
|
108 | 108 | "devDependencies": {
|
109 |
| - "@defi-wonderland/natspec-smells": "^1.1.5", |
| 109 | + "@defi-wonderland/natspec-smells": "^1.1.6", |
110 | 110 | "@kleros/kleros-v2-eslint-config": "workspace:^",
|
111 | 111 | "@kleros/kleros-v2-prettier-config": "workspace:^",
|
112 | 112 | "@kleros/kleros-v2-tsconfig": "workspace:^",
|
113 | 113 | "@logtail/pino": "^0.5.0",
|
114 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", |
115 |
| - "@nomicfoundation/hardhat-ethers": "^3.0.8", |
116 |
| - "@nomiclabs/hardhat-solhint": "^4.0.1", |
117 |
| - "@openzeppelin/upgrades-core": "^1.42.2", |
| 114 | + "@nomicfoundation/hardhat-chai-matchers": "^2.1.0", |
| 115 | + "@nomicfoundation/hardhat-ethers": "^3.1.0", |
| 116 | + "@nomiclabs/hardhat-solhint": "^4.1.0", |
| 117 | + "@openzeppelin/upgrades-core": "^1.44.1", |
118 | 118 | "@typechain/ethers-v6": "^0.5.1",
|
119 | 119 | "@typechain/hardhat": "^9.1.0",
|
120 | 120 | "@types/chai": "^4.3.20",
|
|
124 | 124 | "@wagmi/cli": "^2.2.0",
|
125 | 125 | "abitype": "^0.10.3",
|
126 | 126 | "chai": "^4.5.0",
|
127 |
| - "dotenv": "^16.4.5", |
| 127 | + "dotenv": "^16.6.1", |
128 | 128 | "eslint": "^9.15.0",
|
129 | 129 | "ethereumjs-util": "^7.1.5",
|
130 |
| - "ethers": "^6.13.5", |
| 130 | + "ethers": "^6.15.0", |
131 | 131 | "gluegun": "^5.2.0",
|
132 | 132 | "graphql": "^16.9.0",
|
133 | 133 | "graphql-request": "^7.1.2",
|
134 |
| - "hardhat": "2.22.19", |
| 134 | + "hardhat": "2.26.0", |
135 | 135 | "hardhat-contract-sizer": "^2.10.0",
|
136 |
| - "hardhat-deploy": "^1.0.1", |
| 136 | + "hardhat-deploy": "^1.0.4", |
137 | 137 | "hardhat-deploy-ethers": "^0.4.2",
|
138 | 138 | "hardhat-deploy-tenderly": "^0.2.1",
|
139 | 139 | "hardhat-docgen": "^1.3.0",
|
140 |
| - "hardhat-gas-reporter": "^2.2.2", |
141 |
| - "hardhat-tracer": "^3.1.0", |
| 140 | + "hardhat-gas-reporter": "^2.3.0", |
| 141 | + "hardhat-tracer": "^3.2.1", |
142 | 142 | "hardhat-watcher": "^2.5.0",
|
143 | 143 | "pino": "^8.21.0",
|
144 | 144 | "pino-pretty": "^10.3.1",
|
|
147 | 147 | "shelljs": "^0.8.5",
|
148 | 148 | "sinon": "^20.0.0",
|
149 | 149 | "solhint-plugin-prettier": "^0.1.0",
|
150 |
| - "solidity-coverage": "^0.8.13", |
| 150 | + "solidity-coverage": "^0.8.16", |
151 | 151 | "ts-node": "^10.9.2",
|
152 | 152 | "typechain": "^8.3.2",
|
153 | 153 | "typescript": "^5.6.3"
|
154 | 154 | },
|
155 | 155 | "dependencies": {
|
156 |
| - "@chainlink/contracts": "^1.3.0", |
| 156 | + "@chainlink/contracts": "^1.4.0", |
157 | 157 | "@kleros/vea-contracts": "^0.6.0",
|
158 |
| - "@openzeppelin/contracts": "^5.2.0", |
159 |
| - "@shutter-network/shutter-sdk": "^0.0.1", |
| 158 | + "@openzeppelin/contracts": "^5.4.0", |
| 159 | + "@shutter-network/shutter-sdk": "^0.0.2", |
160 | 160 | "isomorphic-fetch": "^3.0.0",
|
161 | 161 | "viem": "^2.24.1"
|
162 | 162 | }
|
|
0 commit comments