From c7a650f263b19b45015cdb0c06c77778079ceabe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 10:25:49 +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 c8988863d583e..6a6e4a6739827 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "autoprefixer-stylus": "^1.0.0", "cheerio": "^0.22.0", - "chokidar": "^3.0.2", + "chokidar": "^4.0.0", "handlebars": "^4.2.0", "jstransformer-handlebars": "^1.1.0", "junk": "^3.1.0",