From cd4d05574ccc7ac539cbe2de9c510e8c7e6458fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 03:25:06 +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 fb04c033fccb3..56a7ca6c82ee1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "autoprefixer-stylus": "0.8.1", - "chokidar": "1.2.0", + "chokidar": "3.0.0", "handlebars": "4.0.4", "html-to-text": "^1.5.0", "js-yaml": "^3.4.5",