From 804a278aa0d361126da24f6b6fe1cb7bf0be8a66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 10:18:35 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-image from 0.4.1 to 0.7.2 Snyk has created this PR to upgrade gatsby-plugin-image from 0.4.1 to 0.7.2. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-image See this project in Snyk: https://app.snyk.io/org/rutam21/project/e28273a2-5d64-4973-9646-bea7945ccbfc?utm_source=github&utm_medium=referral&page=upgrade-pr --- e2e-tests/path-prefix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/path-prefix/package.json b/e2e-tests/path-prefix/package.json index 82319edd4fa91..d220bffc5fe61 100644 --- a/e2e-tests/path-prefix/package.json +++ b/e2e-tests/path-prefix/package.json @@ -7,7 +7,7 @@ "cypress": "^3.1.0", "gatsby": "^2.3.34", "gatsby-plugin-feed": "^2.1.2", - "gatsby-plugin-image": "^0.4.0", + "gatsby-plugin-image": "^0.7.2", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-react-helmet": "^3.0.6",