From 3bce6e56e8321fb436b44a3cba38b6cb51e971fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:35:27 +0000 Subject: [PATCH] fix: examples/image-processing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 --- examples/image-processing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index c435f9d464dc3..590751dfb61c2 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.5.0", "gatsby-image": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",