Skip to content

Commit 839a8ed

Browse files
Bump gatsby-transformer-yaml from 2.2.12 to 2.4.1
Bumps [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) from 2.2.12 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>
1 parent 3a9f462 commit 839a8ed

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gatsby-plugin-sharp": "^2.2.27",
1616
"gatsby-source-filesystem": "^2.1.57",
1717
"gatsby-transformer-sharp": "^2.2.21",
18-
"gatsby-transformer-yaml": "^2.2.12",
18+
"gatsby-transformer-yaml": "^2.4.1",
1919
"postcss-custom-media": "^7.0.8",
2020
"postcss-nested": "^4.1.2",
2121
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@
756756
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
757757
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
758758

759-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7":
760-
version "7.8.7"
761-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.7.tgz#8fefce9802db54881ba59f90bb28719b4996324d"
762-
integrity sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==
759+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.6":
760+
version "7.9.6"
761+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
762+
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
763763
dependencies:
764764
regenerator-runtime "^0.13.4"
765765

@@ -5429,12 +5429,12 @@ gatsby-transformer-sharp@^2.2.21:
54295429
semver "^5.7.1"
54305430
sharp "^0.23.1"
54315431

5432-
gatsby-transformer-yaml@^2.2.12:
5433-
version "2.2.12"
5434-
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.2.12.tgz#21e59fccb1bbf5812916f1796534250d35df114a"
5435-
integrity sha512-wkgF5ydsT2H005M77x7LwmaPZBwqp4jUW1eP4/YJwolp36tsBKMPGZBGCN5PvysrkxEXtF7KO0Mhj2PNhvqyxw==
5432+
gatsby-transformer-yaml@^2.4.1:
5433+
version "2.4.1"
5434+
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.4.1.tgz#30d08368b9be723d0681db08eba6ff3e2feb4772"
5435+
integrity sha512-wgi1POFasE81MzJ7zhS9g4jsFiQBic2twzqPYpuMH9BF311yx2w4L4PES0Y0SsPy9y+juBKoV+VL9lP8IIKh3w==
54365436
dependencies:
5437-
"@babel/runtime" "^7.6.2"
5437+
"@babel/runtime" "^7.9.6"
54385438
js-yaml "^3.13.1"
54395439
lodash "^4.17.15"
54405440
unist-util-select "^1.5.0"

0 commit comments

Comments
 (0)