From 4d3964752b127ab15b8dfc31499fd58449307a15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Mar 2021 21:32:41 +0000 Subject: [PATCH] fix: examples/using-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- examples/using-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 235779219f420..950be1f3e284e 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -6,7 +6,7 @@ "dependencies": { "emotion": "^9.2.12", "emotion-server": "^9.2.12", - "gatsby": "^2.0.36", + "gatsby": "^3.0.0", "gatsby-image": "^2.0.19", "gatsby-plugin-emotion": "^2.0.6", "gatsby-plugin-netlify": "^2.0.3",