From 244b2a4d0d48090610c3c82a40aedc2448ae378b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 20:45:04 +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 770b44b0c1ff5..4e532530ae99b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "applicationinsights": "1.0.8", - "chokidar": "3.4.2", + "chokidar": "4.0.0", "graceful-fs": "4.2.3", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.3",