From 4bbd6081495851ab0a9fb4c8e68a8c4601ff1f2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 20:44:43 +0000 Subject: [PATCH] fix: libs/remixd/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- libs/remixd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 9a9cfdb30d4..247507ed9c6 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -32,7 +32,7 @@ "@remixproject/plugin-utils": "0.3.33", "@remixproject/plugin-ws": "0.3.33", "axios": "1.1.2", - "chokidar": "^2.1.8", + "chokidar": "^3.0.0", "commander": "^9.4.1", "fs-extra": "^3.0.1", "isbinaryfile": "^3.0.2",