From 80de999968adb71d0cafcf6fca6c62c9aaac0a1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 16:59:40 +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-GOT-2932019 --- examples/image-processing/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index 4b4d7fdc0a6a4..6ab12bdfe2265 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -5,11 +5,11 @@ "version": "1.0.0", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.14.0", "gatsby-image": "^2.4.19", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-source-drupal": "^3.5.33", "gatsby-source-filesystem": "^2.3.30",