From 87175b3de20ee24166ec8908e029bdaee9c95d5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jun 2021 18:05:18 +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-POSTCSS-1255640 --- 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 237b7e5880339..4912312b544e5 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": "^1.9.112", + "gatsby": "^2.19.25", "gatsby-image": "^1.0.24", "gatsby-link": "^1.6.27", "gatsby-plugin-google-analytics": "^1.0.12",