From 9c05fe8434bb48003c68c4c8320bda60ad39b51f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 02:32:05 +0000 Subject: [PATCH] fix: examples/no-plugins/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- examples/no-plugins/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no-plugins/package.json b/examples/no-plugins/package.json index cc4396ccaeff8..575a67741efac 100644 --- a/examples/no-plugins/package.json +++ b/examples/no-plugins/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.25.2", "lodash": "^4.17.20", "react": "^16.4.0", "react-dom": "^16.4.0",