From 5253f0568cc043407b63dc048f1a3bec6d9a81d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 00:25:32 +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-1579269 --- 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",