From 0e7f869e5f63dc393fdb372f7985e558c272f934 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:19:17 +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-6032459 --- 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..746569f7c9380 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-google-analytics": "^1.0.12", "gatsby-plugin-offline": "latest", "gatsby-plugin-sharp": "^1.6.20", - "gatsby-source-drupal": "^1.3.7", + "gatsby-source-drupal": "^4.8.0", "gatsby-source-filesystem": "^1.5.8", "gatsby-transformer-sharp": "^1.6.13", "react-typography": "^0.15.0",