From f58b483e819ee5334dc898a55269307d8994c019 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 03:38:05 +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-NORMALIZEURL-1296539 --- 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",