build(deps): bump gatsby-plugin-sharp in /packages/website

Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.9.1/packages/gatsby-plugin-sharp)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-16 12:30:03 +00:00 committed by GitHub
parent 284e3e7e5a
commit 3f7c133cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -20,7 +20,7 @@
"gatsby-plugin-postcss": "5.9.0", "gatsby-plugin-postcss": "5.9.0",
"gatsby-plugin-react-helmet": "5.9.0", "gatsby-plugin-react-helmet": "5.9.0",
"gatsby-plugin-robots-txt": "1.7.0", "gatsby-plugin-robots-txt": "1.7.0",
"gatsby-plugin-sharp": "4.9.0", "gatsby-plugin-sharp": "4.9.1",
"gatsby-plugin-sitemap": "5.9.0", "gatsby-plugin-sitemap": "5.9.0",
"gatsby-plugin-svgr": "3.0.0-beta.0", "gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-source-filesystem": "4.9.1", "gatsby-source-filesystem": "4.9.1",

View File

@ -6350,10 +6350,10 @@ gatsby-plugin-robots-txt@1.7.0:
"@babel/runtime" "^7.16.7" "@babel/runtime" "^7.16.7"
generate-robotstxt "^8.0.3" generate-robotstxt "^8.0.3"
gatsby-plugin-sharp@4.9.0: gatsby-plugin-sharp@4.9.1:
version "4.9.0" version "4.9.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.9.0.tgz#c1370d00d55e025d2e5d1d9b3017865ea9d890c7" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.9.1.tgz#44667f134be1855fe666ed58839bd280527337bd"
integrity sha512-65JcqL11kyecTDYl3uZ/SvBI2FRJgSC7JTxzoV1ZOJkNQpn4nRLRUFL5UTijnnwU9+tba3i6gxKtZEAlE94pcA== integrity sha512-oHnuxIok0Ct3nktn53XQFX36QXwa4H9hjj5lkxaY3zh0giYJmFAsHyvus6DKzGQ14cTC3AkvaD+rqv4SGdjRcg==
dependencies: dependencies:
"@babel/runtime" "^7.15.4" "@babel/runtime" "^7.15.4"
async "^3.2.3" async "^3.2.3"
@ -6361,9 +6361,9 @@ gatsby-plugin-sharp@4.9.0:
debug "^4.3.3" debug "^4.3.3"
filenamify "^4.3.0" filenamify "^4.3.0"
fs-extra "^10.0.0" fs-extra "^10.0.0"
gatsby-core-utils "^3.9.0" gatsby-core-utils "^3.9.1"
gatsby-plugin-utils "^3.3.0" gatsby-plugin-utils "^3.3.0"
gatsby-telemetry "^3.9.0" gatsby-telemetry "^3.9.1"
got "^11.8.3" got "^11.8.3"
lodash "^4.17.21" lodash "^4.17.21"
mini-svg-data-uri "^1.4.3" mini-svg-data-uri "^1.4.3"
@ -6445,10 +6445,10 @@ gatsby-source-filesystem@4.9.1:
valid-url "^1.0.9" valid-url "^1.0.9"
xstate "^4.26.1" xstate "^4.26.1"
gatsby-telemetry@^3.9.0: gatsby-telemetry@^3.9.0, gatsby-telemetry@^3.9.1:
version "3.9.0" version "3.9.1"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.9.0.tgz#d438841a6351ab1fd02c71244cdf78350694f070" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.9.1.tgz#3c20c7e0cb363ccaae41fb581ab289330b5d7f69"
integrity sha512-ifqJ4KS16mbpfZ5oVaU4WEbk6gccivVqjCbzfVGgqtl+C8B0u1CeShvr4NcJE1FdVFYIOB4uJeV9Wym03B075A== integrity sha512-ChXTshfvo5njd/u6kSZErDUvc/uSmtOEuo7wrt/68Xjz2JVG6nsLlRxaZpx0DxnDAInouItMVX0VF40RAU7qKg==
dependencies: dependencies:
"@babel/code-frame" "^7.14.0" "@babel/code-frame" "^7.14.0"
"@babel/runtime" "^7.15.4" "@babel/runtime" "^7.15.4"
@ -6458,7 +6458,7 @@ gatsby-telemetry@^3.9.0:
boxen "^4.2.0" boxen "^4.2.0"
configstore "^5.0.1" configstore "^5.0.1"
fs-extra "^10.0.0" fs-extra "^10.0.0"
gatsby-core-utils "^3.9.0" gatsby-core-utils "^3.9.1"
git-up "^4.0.5" git-up "^4.0.5"
is-docker "^2.2.1" is-docker "^2.2.1"
lodash "^4.17.21" lodash "^4.17.21"