From a77a4f1c7b59307f08be351a9c52b077485c7bf4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 09:56:04 +0000 Subject: [PATCH] fix: node_modules/glob-watcher/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- node_modules/glob-watcher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/glob-watcher/package.json b/node_modules/glob-watcher/package.json index a84779bdbf..8e05a070d7 100644 --- a/node_modules/glob-watcher/package.json +++ b/node_modules/glob-watcher/package.json @@ -35,7 +35,7 @@ "dependencies": { "anymatch": "^2.0.0", "async-done": "^1.2.0", - "chokidar": "^2.0.0", + "chokidar": "^3.0.0", "is-negated-glob": "^1.0.0", "just-debounce": "^1.0.0", "object.defaults": "^1.1.0"