From 5d913028a91241aa7dbf9ba4b99a2a5769014bca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 May 2023 18:51:57 +0000 Subject: [PATCH] fix: e2e-tests/development-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 --- e2e-tests/development-runtime/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/development-runtime/package.json b/e2e-tests/development-runtime/package.json index baf0df72febfd..9cf0ad931e59a 100644 --- a/e2e-tests/development-runtime/package.json +++ b/e2e-tests/development-runtime/package.json @@ -4,13 +4,13 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.4.4", + "gatsby": "^3.0.0", "gatsby-plugin-image": "^0.0.2", "gatsby-image": "^2.0.41", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.1.0", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.37", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-seo": "^0.1.0", "gatsby-source-filesystem": "^2.0.33", "gatsby-transformer-json": "^2.4.14",