From d9f270a77fbd69e6b77e709549430c370bf2db98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 02:22:38 +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-ANSIREGEX-1583908 --- e2e-tests/development-runtime/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e-tests/development-runtime/package.json b/e2e-tests/development-runtime/package.json index baf0df72febfd..f13e406183cb0 100644 --- a/e2e-tests/development-runtime/package.json +++ b/e2e-tests/development-runtime/package.json @@ -4,18 +4,18 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.4.4", + "gatsby": "^3.13.0", "gatsby-plugin-image": "^0.0.2", "gatsby-image": "^2.0.41", - "gatsby-plugin-manifest": "^2.0.17", + "gatsby-plugin-manifest": "^3.3.0", "gatsby-plugin-offline": "^2.1.0", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.37", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-seo": "^0.1.0", "gatsby-source-filesystem": "^2.0.33", "gatsby-transformer-json": "^2.4.14", "gatsby-transformer-remark": "^2.3.12", - "gatsby-transformer-sharp": "^2.1.19", + "gatsby-transformer-sharp": "^3.3.0", "isomorphic-fetch": "^2.2.1", "prop-types": "^15.6.2", "react": "16.8.6",