From c591cc48e993d70fdf1f24fec7848429a9e03342 Mon Sep 17 00:00:00 2001
From: cedoor <me@cedoor.dev>
Date: Wed, 11 Oct 2023 11:13:08 -0700
Subject: [PATCH] fix(hardhat): set correct circomlibjs dependency version

Former-commit-id: 8f408e2124186f1f427f6b52bce9b107a80cb591
---
 packages/hardhat/package.json | 2 +-
 yarn.lock.REMOVED.git-id      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json
index 16f98b81e..0f4863a0c 100644
--- a/packages/hardhat/package.json
+++ b/packages/hardhat/package.json
@@ -39,7 +39,7 @@
     "dependencies": {
         "@nomiclabs/hardhat-ethers": "^2.1.1",
         "@semaphore-protocol/contracts": "3.12.1",
-        "circomlibjs": "^0.0.8",
+        "circomlibjs": "^0.1.7",
         "ethers": "^5.7.1",
         "hardhat-dependency-compiler": "^1.1.3"
     }
diff --git a/yarn.lock.REMOVED.git-id b/yarn.lock.REMOVED.git-id
index f540821a4..7c9339865 100644
--- a/yarn.lock.REMOVED.git-id
+++ b/yarn.lock.REMOVED.git-id
@@ -1 +1 @@
-a3011a9773fa8989c6fc39e13c473d714f739e2b
\ No newline at end of file
+e084fbefde0e00f8fd2e0d6104f0492e78ca18df
\ No newline at end of file