Update dependency gatsby-plugin-sharp to v3.2.1

This commit is contained in:
Renovate Bot 2021-04-07 13:14:29 +00:00 committed by renovate[bot]
parent b5607f3dcc
commit 2dc937d6d5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12760,9 +12760,9 @@
}
},
"gatsby-plugin-sharp": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.2.0.tgz",
"integrity": "sha512-+Y4z/Q0bQL+wA1kb9wvAKlSz+o0+2V3IRxhu8kx/0pfpk48Q0apk+v4UMn7l835yocKfsePj8qvW7Ez0D47O9A==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.2.1.tgz",
"integrity": "sha512-ZAEiDehEz7VRgykQSVwg0ESu9c+rA2BUfi6+VCi2ppemRezXm+jGUkSTo+WUhjiPmEhQq+IIOOWe4lpslJoZRg==",
"requires": {
"@babel/runtime": "^7.12.5",
"async": "^3.2.0",

View file

@ -32,7 +32,7 @@
"gatsby-plugin-react-i18next": "1.1.1",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "4.2.0",
"gatsby-plugin-sharp": "3.2.0",
"gatsby-plugin-sharp": "3.2.1",
"gatsby-plugin-sitemap": "3.2.0",
"gatsby-source-filesystem": "3.2.0",
"gatsby-transformer-json": "3.2.0",