From 9c686520e528c77f25032eed6a916fa1e853e068 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Dec 2023 07:17:15 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - gatsby from 5.0.0 to 5.12.10. See this package in npm: https://www.npmjs.com/package/gatsby - gatsby-plugin-manifest from 5.0.0 to 5.12.3. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest - gatsby-plugin-sharp from 5.0.0 to 5.12.3. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp - gatsby-source-wordpress from 7.0.0 to 7.12.3. See this package in npm: https://www.npmjs.com/package/gatsby-source-wordpress - gatsby-transformer-sharp from 5.0.0 to 5.12.3. See this package in npm: https://www.npmjs.com/package/gatsby-transformer-sharp See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/20794044-5f49-41de-a492-223de49c2642?utm_source=github&utm_medium=referral&page=upgrade-pr --- starters/gatsby-starter-wordpress-blog/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/starters/gatsby-starter-wordpress-blog/package.json b/starters/gatsby-starter-wordpress-blog/package.json index d4993a21b0c3d..7ded649d1eee3 100644 --- a/starters/gatsby-starter-wordpress-blog/package.json +++ b/starters/gatsby-starter-wordpress-blog/package.json @@ -11,12 +11,12 @@ "@fontsource/merriweather": "^4.5.14", "@fontsource/montserrat": "^4.5.13", "@wordpress/block-library": "^7.18.0", - "gatsby": "^5.0.0", + "gatsby": "^5.12.10", "gatsby-plugin-image": "^3.0.0", - "gatsby-plugin-manifest": "^5.0.0", - "gatsby-plugin-sharp": "^5.0.0", - "gatsby-source-wordpress": "^7.0.0", - "gatsby-transformer-sharp": "^5.0.0", + "gatsby-plugin-manifest": "^5.12.3", + "gatsby-plugin-sharp": "^5.12.3", + "gatsby-source-wordpress": "^7.12.3", + "gatsby-transformer-sharp": "^5.12.3", "html-react-parser": "^3.0.4", "lodash": "^4.17.21", "react": "^18.2.0",