Skip to content

Commit 36ef9fc

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - gatsby from 5.0.0 to 5.12.6. See this package in npm: https://www.npmjs.com/package/gatsby - gatsby-plugin-manifest from 5.0.0 to 5.12.1. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest - gatsby-plugin-sharp from 5.0.0 to 5.12.1. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp - gatsby-source-wordpress from 7.0.0 to 7.12.1. See this package in npm: https://www.npmjs.com/package/gatsby-source-wordpress - gatsby-transformer-sharp from 5.0.0 to 5.12.1. 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
1 parent 14a1ed3 commit 36ef9fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

starters/gatsby-starter-wordpress-blog/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"@fontsource/merriweather": "^4.5.14",
1212
"@fontsource/montserrat": "^4.5.13",
1313
"@wordpress/block-library": "^7.18.0",
14-
"gatsby": "^5.0.0",
14+
"gatsby": "^5.12.6",
1515
"gatsby-plugin-image": "^3.0.0",
16-
"gatsby-plugin-manifest": "^5.0.0",
17-
"gatsby-plugin-sharp": "^5.0.0",
18-
"gatsby-source-wordpress": "^7.0.0",
19-
"gatsby-transformer-sharp": "^5.0.0",
16+
"gatsby-plugin-manifest": "^5.12.1",
17+
"gatsby-plugin-sharp": "^5.12.1",
18+
"gatsby-source-wordpress": "^7.12.1",
19+
"gatsby-transformer-sharp": "^5.12.1",
2020
"html-react-parser": "^3.0.4",
2121
"lodash": "^4.17.21",
2222
"react": "^18.2.0",

0 commit comments

Comments
 (0)