Skip to content

Commit 05646e6

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-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-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-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/sammytezzy/project/4f0fcef2-a8af-4f60-9617-fd0b6c05ab41?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 14a1ed3 commit 05646e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

starters/default/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^5.12.4",
8+
"gatsby": "^5.13.3",
99
"gatsby-plugin-image": "^3.0.0",
10-
"gatsby-plugin-manifest": "^5.12.0",
11-
"gatsby-plugin-sharp": "^5.12.0",
12-
"gatsby-source-filesystem": "^5.12.0",
13-
"gatsby-transformer-sharp": "^5.12.0",
10+
"gatsby-plugin-manifest": "^5.13.1",
11+
"gatsby-plugin-sharp": "^5.13.1",
12+
"gatsby-source-filesystem": "^5.13.1",
13+
"gatsby-transformer-sharp": "^5.13.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

0 commit comments

Comments
 (0)