From f1e77d56ad0fd7b7576fcec88b16147788540ad3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 19:58:41 +0000 Subject: [PATCH] fix: examples/using-redux/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- examples/using-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-redux/package.json b/examples/using-redux/package.json index 56fbe4000cc98..59f3f691ed702 100644 --- a/examples/using-redux/package.json +++ b/examples/using-redux/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^5.15.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-redux": "5.0.5",