Bump gatsby-transformer-yaml from 2.4.0 to 2.4.1 in /website (#1328)

Bumps [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) from 2.4.0 to 2.4.1.
- [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@2.4.1/packages/gatsby-transformer-yaml)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-12 15:53:59 +02:00 committed by GitHub
parent f0d3513655
commit 8da06fec32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@
"gatsby-remark-social-cards": "https://github.com/pepibumur/gatsby-remark-social-cards.git#0.5.2",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-theme-tailwindcss": "^1.1.0",
"gatsby-transformer-yaml": "^2.4.0",
"gatsby-transformer-yaml": "^2.4.1",
"graphviz-react": "^1.0.4",
"is-absolute-url": "^3.0.3",
"moment": "^2.25.3",

View File

@ -7899,12 +7899,12 @@ gatsby-theme-tailwindcss@^1.1.0:
tailwind.macro "^1.0.0-alpha.10"
tailwindcss "^1.2.0"
gatsby-transformer-yaml@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.4.0.tgz#05c723596329cdc2b36e0927d28f1c15cfcaa4fc"
integrity sha512-q+jvg+EsQE2Fvehno0/TIgDnNT14S4dPOP8OqC5zhEJUzVRKX8DgMEWkEvMA/Ml3OnqusjgtQ3jHZ+zfMva49A==
gatsby-transformer-yaml@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.4.1.tgz#30d08368b9be723d0681db08eba6ff3e2feb4772"
integrity sha512-wgi1POFasE81MzJ7zhS9g4jsFiQBic2twzqPYpuMH9BF311yx2w4L4PES0Y0SsPy9y+juBKoV+VL9lP8IIKh3w==
dependencies:
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.9.6"
js-yaml "^3.13.1"
lodash "^4.17.15"
unist-util-select "^1.5.0"