From f16c1ef5396a2d677dac1ae7a4befd33b1761eee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:30:20 +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 ba66d872..0cf8fb59 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "semantic-release": "4.3.5" }, "dependencies": { - "chokidar": "^1.4.3", + "chokidar": "^3.0.0", "debug": "^2.2.0", "es6-promise": "^3.0.2", "ignore-by-default": "^1.0.0",