From 35251db6ce9eb027bd29c0870a9757fd6cbf9cec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 20:05:56 +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-GLOBPARENT-1016905 --- 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 b9759fd94ad87..5b6689ceac833 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": "^3.13.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-redux": "5.0.5",