From d6a04f221f6bdcb696d5cff5907ba6ba1c44f498 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 19:27:16 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-page-creator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- packages/gatsby-plugin-page-creator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 7a62d2296fff0..b86fcc895d787 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -24,7 +24,7 @@ "fs-exists-cached": "^1.0.0", "glob": "^7.1.1", "lodash": "^4.17.10", - "micromatch": "^3.1.10", + "micromatch": "^4.0.0", "parse-filepath": "^1.0.1", "slash": "^1.0.0" },