From a85cfd60c69ec4ba065105f029f62b2197adee41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 00:52: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 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a19f3c39..23e0c8e25 100644 --- a/package.json +++ b/package.json @@ -328,7 +328,7 @@ "dependencies": { "bluebird": "^3.3.0", "body-parser": "^1.16.1", - "chokidar": "^1.4.1", + "chokidar": "^3.0.0", "colors": "^1.1.0", "combine-lists": "^1.0.0", "connect": "^3.6.0",