From 7fdf33d4de46b8b82cc12235ed250dedb28528e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:53:16 +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 af3dde3d5c532..1bab34d1ce507 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -10,7 +10,7 @@ "babel-cli": "^6.26.0", "babel-runtime": "^6.26.0", "bluebird": "^3.5.0", - "chokidar": "^1.7.0", + "chokidar": "^3.0.0", "fs-extra": "^4.0.1", "got": "^7.1.0", "md5-file": "^3.1.1",