Skip to content

Commit 718bcdf

Browse files
Bump gatsby-transformer-yaml from 2.2.12 to 2.2.13
Bumps [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) from 2.2.12 to 2.2.13. - [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.2.13/packages/gatsby-transformer-yaml) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5b8798b commit 718bcdf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.28",
1717
"gatsby-transformer-sharp": "^2.2.21",
18-
"gatsby-transformer-yaml": "^2.2.12",
18+
"gatsby-transformer-yaml": "^2.2.13",
1919
"postcss-custom-media": "^7.0.8",
2020
"postcss-nested": "^4.1.2",
2121
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5414,12 +5414,12 @@ gatsby-transformer-sharp@^2.2.21:
54145414
semver "^5.7.1"
54155415
sharp "^0.23.1"
54165416

5417-
gatsby-transformer-yaml@^2.2.12:
5418-
version "2.2.12"
5419-
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.2.12.tgz#21e59fccb1bbf5812916f1796534250d35df114a"
5420-
integrity sha512-wkgF5ydsT2H005M77x7LwmaPZBwqp4jUW1eP4/YJwolp36tsBKMPGZBGCN5PvysrkxEXtF7KO0Mhj2PNhvqyxw==
5417+
gatsby-transformer-yaml@^2.2.13:
5418+
version "2.2.13"
5419+
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.2.13.tgz#2e3f578af4641efc7cd4f5013f0bce8886d390ae"
5420+
integrity sha512-fJsHzznHC2l9C4Ooml85IE6T+FWOhvQ6y29oII9C8t7TUg0k8+do7MViY2OgCLwrw0AEcyr0/IFdVIjP6sQfKQ==
54215421
dependencies:
5422-
"@babel/runtime" "^7.6.2"
5422+
"@babel/runtime" "^7.6.3"
54235423
js-yaml "^3.13.1"
54245424
lodash "^4.17.15"
54255425
unist-util-select "^1.5.0"

0 commit comments

Comments
 (0)