From b571cc51485b95f495ffad1378c0afdda0f95d86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Nov 2023 04:53:43 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-image from 3.0.0 to 3.12.3 Snyk has created this PR to upgrade gatsby-plugin-image from 3.0.0 to 3.12.3. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-image See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/4d0e3b9c-be4d-47f2-840c-b487311dd2e0?utm_source=github&utm_medium=referral&page=upgrade-pr --- starters/gatsby-starter-wordpress-blog/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/gatsby-starter-wordpress-blog/package.json b/starters/gatsby-starter-wordpress-blog/package.json index d4993a21b0c3d..c8da5024aa1cf 100644 --- a/starters/gatsby-starter-wordpress-blog/package.json +++ b/starters/gatsby-starter-wordpress-blog/package.json @@ -12,7 +12,7 @@ "@fontsource/montserrat": "^4.5.13", "@wordpress/block-library": "^7.18.0", "gatsby": "^5.0.0", - "gatsby-plugin-image": "^3.0.0", + "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.0.0", "gatsby-plugin-sharp": "^5.0.0", "gatsby-source-wordpress": "^7.0.0",