@enzymefinance/testutils 4.0.2 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enzymefinance/testutils",
3
- "version": "4.0.2",
3
+ "version": "4.0.5",
4
4
  "description": "Technology Regulated and Operated Investment Funds",
5
5
  "author": "Enzyme Council DAO <council@enzyme.finance>",
6
6
  "license": "GPL-3.0",
@@ -45,10 +45,10 @@
45
45
  "typecheck": "tsc --noEmit"
46
46
  },
47
47
  "dependencies": {
48
- "@enzymefinance/ethers": "^4.0.2",
49
- "@enzymefinance/hardhat": "^4.0.2",
50
- "@enzymefinance/protocol": "^4.0.2",
51
- "ethers": "^5.6.2",
48
+ "@enzymefinance/ethers": "^4.0.5",
49
+ "@enzymefinance/hardhat": "^4.0.5",
50
+ "@enzymefinance/protocol": "^4.0.5",
51
+ "ethers": "^5.6.8",
52
52
  "merkletreejs": "^0.2.31"
53
53
  },
54
54
  "devDependencies": {