From 3c8b0e1df6613cb45d831da2f004bdf27be23a7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 00:35:44 +0000 Subject: [PATCH] fix: packages/gatsby-source-filesystem/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 --- packages/gatsby-source-filesystem/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index ab56df925b221..cf26e894b3f1c 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.0.0", "better-queue": "^3.8.7", "bluebird": "^3.5.0", - "chokidar": "^1.7.0", + "chokidar": "^3.0.0", "file-type": "^10.2.0", "fs-extra": "^5.0.0", "got": "^7.1.0",