From 59cb8575af2965fbf673d1a4b3cb109648124559 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 05:28:28 +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-1038255 --- 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..30566b6898a0e 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": "^3.5.39", "gatsby-source-filesystem": "^1.5.8", "gatsby-transformer-sharp": "^1.6.13", "react-typography": "^0.15.0",