From b4049a7710d50ad5fa64898bb5f26f65b05156bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 03:12:06 +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-LOADERUTILS-3043105 --- 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..2af7d55d92498 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.0.0", "gatsby-image": "^1.0.24", "gatsby-link": "^1.6.27", "gatsby-plugin-google-analytics": "^1.0.12",