From 1bff501027295778d2872a53e892915bec096128 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 19:25:22 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5f4eb36c390e3..c46179054f768 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -33,7 +33,7 @@ "better-queue": "^3.8.6", "bluebird": "^3.5.0", "chalk": "^2.3.2", - "chokidar": "^2.0.2", + "chokidar": "^4.0.0", "common-tags": "^1.4.0", "compression": "^1.7.3", "convert-hrtime": "^2.0.0",