From 2c425d1a3ee6424d135f9dfde9dc0b0dde4fcf32 Mon Sep 17 00:00:00 2001 From: PacificYield <173040337+PacificYield@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:57:20 +0100 Subject: [PATCH] chore: updates dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a5ba9a0..42e177f 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "ethers": "^6.13.4", - "fhevm": "0.6.0", - "fhevm-core-contracts": "0.6.0", - "fhevmjs": "0.6.0", + "fhevm": "0.6.1", + "fhevm-core-contracts": "0.6.1", + "fhevmjs": "^0.6.1", "fs-extra": "^11.2.0", "hardhat": "2.22.14", "hardhat-gas-reporter": "^1.0.10",