From 20b5976c4d5498fd0e665302313390ea9822f8c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 08:39:26 +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-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 --- 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..370987f24213f 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": "^3.13.0", "gatsby-image": "^1.0.24", "gatsby-link": "^1.6.27", "gatsby-plugin-google-analytics": "^1.0.12",