Bump gatsby-transformer-yaml from 4.5.0 to 4.6.0 in /packages/website

Bumps [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@4.6.0/packages/gatsby-transformer-yaml)

---
updated-dependencies:
- dependency-name: gatsby-transformer-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-27 02:42:27 +00:00 committed by GitHub
parent c91de0c645
commit d9ff1d28f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -22,7 +22,7 @@
"gatsby-plugin-offline": "5.4.0",
"gatsby-plugin-postcss": "5.6.0",
"gatsby-plugin-purgecss": "6.1.0",
"gatsby-plugin-react-helmet": "5.5.0",
"gatsby-plugin-react-helmet": "5.6.0",
"gatsby-plugin-robots-txt": "1.6.14",
"gatsby-plugin-sharp": "4.5.2",
"gatsby-plugin-sitemap": "5.5.0",
@ -35,9 +35,9 @@
"gatsby-remark-smartypants": "5.6.0",
"gatsby-source-filesystem": "4.5.2",
"gatsby-transformer-json": "4.5.0",
"gatsby-transformer-remark": "5.4.0",
"gatsby-transformer-remark": "5.6.0",
"gatsby-transformer-sharp": "4.6.0",
"gatsby-transformer-yaml": "4.5.0",
"gatsby-transformer-yaml": "4.6.0",
"gbimage-bridge": "0.2.1",
"http-status-codes": "2.2.0",
"jsonp": "0.2.1",

View File

@ -6180,10 +6180,10 @@ gatsby-plugin-purgecss@6.1.0:
merge-anything "^4.0.1"
purgecss "^4.0.2"
gatsby-plugin-react-helmet@5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.5.0.tgz#b36e07ca3d37d085ac150f825e658bcad3e786b5"
integrity sha512-1GJQS9+2lIkZrxXNfvFmNf5imJfVWWcxJBU2DfPlm9uByp5CZRDrGGXuth1ThTllrCmC4DBkrqIUQLAG36B9kw==
gatsby-plugin-react-helmet@5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.6.0.tgz#9757d9164d66fc1201f1cf9af751c63fdb740420"
integrity sha512-EdJv0w569Bdaxq46sFX2UExsb1COdTGCXcjg53a31nhFmWo42PBuTBUhGKcsbdmomCaipl9j39NsHjj3opioBQ==
dependencies:
"@babel/runtime" "^7.15.4"
@ -6449,13 +6449,13 @@ gatsby-transformer-json@4.5.0:
"@babel/runtime" "^7.15.4"
bluebird "^3.7.2"
gatsby-transformer-remark@5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.4.0.tgz#967a35b1088ede570ea23382bb4c2eba0e4293bb"
integrity sha512-/oYNNeqgIVwsh30nxbuOamN/8hHQoTMFToxW9tsjYgmB11NDwHQpCi89dL/Y+8mN01FiKy4N1LbRurJNoleGbg==
gatsby-transformer-remark@5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.6.0.tgz#72947ecc7136241c771c832407afa2a8727ff5a3"
integrity sha512-+h3DEpY4sfenpcNYbir5eFt73lx5JEcWsEl5RZbsqvQ/1MT5lt4+aRWsJk8yP0F81ah7uS4dRJuruG2sxjpeYA==
dependencies:
"@babel/runtime" "^7.15.4"
gatsby-core-utils "^3.4.0"
gatsby-core-utils "^3.6.0"
gray-matter "^4.0.3"
hast-util-raw "^6.0.2"
hast-util-to-html "^7.1.3"
@ -6491,10 +6491,10 @@ gatsby-transformer-sharp@4.6.0:
semver "^7.3.5"
sharp "^0.29.3"
gatsby-transformer-yaml@4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.5.0.tgz#9977c27269a1ccd7964738499d87dffcfc921383"
integrity sha512-ClCzShtwhHNqZBQalXBSsw2+xz0YsR9Lcln4rn8gjqavZyQyqnYdY9w+GsHVLw8Vfl2oQNeswq57ZF27EtvZrw==
gatsby-transformer-yaml@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.6.0.tgz#e9ef02cea00321a60b74f9e3a6a8f7283a562c10"
integrity sha512-S1xVbA0gVg/edlasoziCnE3Uyp0DzhyBR3pl3xJq/HkTP0RWq1KqbRH9BRJa+qF7h+mQ80VTOtqA9LjL2iYEeQ==
dependencies:
"@babel/runtime" "^7.15.4"
js-yaml "^3.14.1"