From 506807178b857f933ced86f2d416e0507516eeb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 03:49:36 +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-WS-7266574 --- 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 4b4d7fdc0a6a4..fe3fb46d0008b 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.24.63", + "gatsby": "^4.22.0", "gatsby-image": "^2.4.19", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10",