From 97eb351f59190644a28f30a61be07224ce239a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:27:39 +0100 Subject: [PATCH] fix(deps): update dependency glob to ^7.2.0 for gatsby-plugin-offline (#33761) Co-authored-by: Renovate Bot Co-authored-by: Lennart --- packages/gatsby-plugin-offline/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 088688a29fbc7..810a4874a537f 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", "gatsby-core-utils": "^3.2.0-next.0", - "glob": "^7.1.7", + "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", "workbox-build": "^4.3.1"