From 192aafe74f3073716c9cdaa43586bf24eea3ebbd Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Fri, 5 Jan 2024 17:58: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-AXIOS-6144788
---
 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 51007fdcb8375..4c181f0915a51 100644
--- a/examples/image-processing/package.json
+++ b/examples/image-processing/package.json
@@ -5,13 +5,13 @@
   "version": "1.0.0",
   "author": "Florian Kissling <sechskilo@gmail.com>",
   "dependencies": {
-    "gatsby": "^2.0.0",
+    "gatsby": "^4.0.0",
     "gatsby-image": "^2.0.5",
     "gatsby-plugin-google-analytics": "^2.0.5",
     "gatsby-plugin-offline": "^2.0.5",
     "gatsby-plugin-sharp": "^2.0.5",
     "gatsby-plugin-typography": "^2.2.0",
-    "gatsby-source-drupal": "^3.0.0",
+    "gatsby-source-drupal": "^4.8.0",
     "gatsby-source-filesystem": "^2.0.1",
     "gatsby-transformer-sharp": "^2.1.1",
     "react": "^16.4.0",