From b0c272891577b564df31a133eedc4a7359eb2252 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 02:21:27 +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-YAML-5458867 --- 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 6688a38ca8277..27f18a25cf72c 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -5,7 +5,7 @@ "author": "scott.eckenthal@gmail.com", "dependencies": { "app-root-dir": "^1.0.2", - "gatsby": "^2.24.63", + "gatsby": "^4.25.2", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-react-docgen": "^5.2.12", "gatsby-transformer-remark": "^2.8.35",