From 50e0c1e59ffa39781ad86f0e1dab3136ec6e219c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Mar 2021 05:50:48 +0000 Subject: [PATCH] fix: examples/using-sqip/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- examples/using-sqip/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-sqip/package.json b/examples/using-sqip/package.json index c5ca53dc69d73..26cdf951f5294 100644 --- a/examples/using-sqip/package.json +++ b/examples/using-sqip/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Benedikt Rötsch ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-sharp": "^2.6.36", "gatsby-source-filesystem": "^2.3.30",