From 3e2084b1a78339032dbbd31fbe93e7cbfc979cb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 15:44:22 +0000 Subject: [PATCH] fix(deps): update minor and patch for gatsby-page-utils (#29176) Co-authored-by: Renovate Bot --- packages/gatsby-page-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index fc919154395a7..792da185ac083 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -24,7 +24,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "chokidar": "^3.4.3", + "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", "gatsby-core-utils": "^1.10.0-next.0", "glob": "^7.1.6",