From 323e67e2201f40811ed151cde001c24c4957a723 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:19:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 741cbb780e2..8019842eb11 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "bootstrap": "^5.2.2", "brace": "^0.8.0", "change-case": "^4.1.1", - "chokidar": "^2.1.8", + "chokidar": "^3.0.0", "circom_wasm": "https://github.com/remix-project-org/circom_wasm.git", "color-support": "^1.1.3", "commander": "^9.4.1",