From f39dd1c9debb2f408fbf741fe5f189e67afb6f1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 16:13:34 +0000 Subject: [PATCH] fix: examples/simple-auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- examples/simple-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-auth/package.json b/examples/simple-auth/package.json index 37981b6fa3d3d..a9ba8740c52f7 100644 --- a/examples/simple-auth/package.json +++ b/examples/simple-auth/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Jason Lengstorf ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.5.0", "gatsby-plugin-react-helmet": "^3.0.0", "prop-types": "^15.6.1", "react": "^16.4.0",