From 6ebcb7b7963f82a7f78a85c22e7c21cddd44c659 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 03:12:44 +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 4b4d7fdc0a6a4..cbed15aefad24 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-typography": "^2.5.11", - "gatsby-source-drupal": "^3.5.33", + "gatsby-source-drupal": "^4.8.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-sharp": "^2.5.15", "react": "^16.4.0",