From d6bc1ed410135d66f58dba11b697427ecfa46a9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Dec 2021 11:51:17 +0000 Subject: [PATCH] fix: examples/styleguide/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/npm:braces:20180219 --- examples/styleguide/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 1f699aa446c98..43a755ba63fa7 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -7,7 +7,7 @@ "app-root-dir": "^1.0.2", "gatsby": "latest", "gatsby-link": "latest", - "gatsby-source-filesystem": "^1.5.11", + "gatsby-source-filesystem": "^2.1.16", "gatsby-transformer-react-docgen": "^1.0.11", "gatsby-transformer-remark": "^1.7.25", "glamor": "^2.20.40",