From ff89f2f652dec0aae7d019c437326ce0fef0d406 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 00:17:27 +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 9c8cf8524..8e8bdaeef 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "async": "^2.6.2", "cheerio": "0.22.0", - "chokidar": "^2.0.4", + "chokidar": "^3.0.0", "ejs": "2.5.7", "entities": "1.1.1", "express": "^4.16.3",