Skip to content

Commit 0b4daa4

Browse files
committed
fix: examples/using-gatsby-image/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803
1 parent 18850cf commit 0b4daa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/using-gatsby-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"gatsby-image": "^2.0.19",
1212
"gatsby-plugin-emotion": "^4.0.6",
1313
"gatsby-plugin-netlify": "^2.0.3",
14-
"gatsby-plugin-sharp": "^2.0.11",
14+
"gatsby-plugin-sharp": "^4.25.1",
1515
"gatsby-plugin-typography": "^2.2.1",
1616
"gatsby-source-filesystem": "^2.0.7",
1717
"gatsby-transformer-sharp": "^2.1.7",

0 commit comments

Comments
 (0)