From ff3447907fc7ab65cef15879c796669039005f24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 07:09:41 +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 c2df2d355..617de82b5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "dependencies": { "child-process-promise": "2.2.1", - "chokidar": "2.0.3", + "chokidar": "4.0.0", "classnames": "2.2.5", "csv-parse": "2.2.0", "csv-stringify": "3.0.0",