From 2131f50194605c66f92a5f765621edaa77fb84ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 01:55:12 +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 3cb0baddd7f..36cc935d53e 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -40,7 +40,7 @@ "@remixproject/plugin-utils": "^0.3.11", "@remixproject/plugin-ws": "^0.3.11", "axios": ">=0.21.1", - "chokidar": "^2.1.8", + "chokidar": "^3.0.0", "commander": "^2.20.3", "fs-extra": "^3.0.1", "isbinaryfile": "^3.0.2",