From ab18690ef83e1d1b12ec00eb3de45b5c08d167c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 02:00:45 +0000 Subject: [PATCH] fix: packages/gatsby-theme/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/gatsby-theme/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 1f3e55f55c855..4a34f8848eb1a 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -19,8 +19,8 @@ "@babel/plugin-syntax-jsx": "^7.10.4", "commander": "^2.20.3", "fastest-levenshtein": "^1.0.12", - "glob": "^7.1.6", - "globby": "^10.0.2", + "glob": "^9.0.0", + "globby": "^11.0.0", "inquirer": "^6.5.2", "lodash": "^4.17.20", "mkdirp": "^0.5.1",