Skip to content

Commit f73622b

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - gatsby from 5.12.4 to 5.13.3. See this package in npm: https://www.npmjs.com/package/gatsby - gatsby-plugin-feed from 5.12.0 to 5.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-feed - gatsby-plugin-manifest from 5.12.0 to 5.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest - gatsby-plugin-sharp from 5.12.0 to 5.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp - gatsby-remark-images from 7.12.0 to 7.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-remark-images - gatsby-remark-prismjs from 7.12.0 to 7.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-remark-prismjs - gatsby-remark-responsive-iframe from 6.12.0 to 6.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-remark-responsive-iframe - gatsby-source-filesystem from 5.12.0 to 5.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-source-filesystem - gatsby-transformer-remark from 6.12.0 to 6.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-transformer-remark - gatsby-transformer-sharp from 5.12.0 to 5.13.1. See this package in npm: https://www.npmjs.com/package/gatsby-transformer-sharp See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/c2ba23e1-8e78-4d98-a602-4215c0203b4d?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 14a1ed3 commit f73622b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

starters/blog/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"dependencies": {
1111
"@fontsource/merriweather": "^4.5.14",
1212
"@fontsource/montserrat": "^4.5.13",
13-
"gatsby": "^5.12.4",
14-
"gatsby-plugin-feed": "^5.12.0",
13+
"gatsby": "^5.13.3",
14+
"gatsby-plugin-feed": "^5.13.1",
1515
"gatsby-plugin-image": "^3.0.0",
16-
"gatsby-plugin-manifest": "^5.12.0",
17-
"gatsby-plugin-sharp": "^5.12.0",
18-
"gatsby-remark-images": "^7.12.0",
19-
"gatsby-remark-prismjs": "^7.12.0",
20-
"gatsby-remark-responsive-iframe": "^6.12.0",
21-
"gatsby-source-filesystem": "^5.12.0",
22-
"gatsby-transformer-remark": "^6.12.0",
23-
"gatsby-transformer-sharp": "^5.12.0",
16+
"gatsby-plugin-manifest": "^5.13.1",
17+
"gatsby-plugin-sharp": "^5.13.1",
18+
"gatsby-remark-images": "^7.13.1",
19+
"gatsby-remark-prismjs": "^7.13.1",
20+
"gatsby-remark-responsive-iframe": "^6.13.1",
21+
"gatsby-source-filesystem": "^5.13.1",
22+
"gatsby-transformer-remark": "^6.13.1",
23+
"gatsby-transformer-sharp": "^5.13.1",
2424
"prismjs": "^1.29.0",
2525
"react": "^18.1.0",
2626
"react-dom": "^18.1.0"

0 commit comments

Comments
 (0)