From 3f4c91cd0add3bd5aeee6eed2a729ba23548ff38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jun 2022 07:48:37 +0000 Subject: [PATCH] fix: examples/using-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- examples/using-drupal/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index cef58447ff911..b0afe39644140 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,15 +5,15 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.14.0", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-drupal": "^3.0.9", - "gatsby-transformer-sharp": "^2.1.1", + "gatsby-transformer-sharp": "^4.8.0", "glamor": "^2.20.40", "gray-percentage": "^2.0.0", "lodash": "^4.17.14",