From 04cdc8ba999bb0b67f9774bfce6c9920d47335c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:00:51 +0000 Subject: [PATCH] Bump gatsby-plugin-layout from 1.1.2 to 1.1.20 Bumps [gatsby-plugin-layout](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-layout) from 1.1.2 to 1.1.20. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-layout/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.1.20/packages/gatsby-plugin-layout) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d2c91b6..02fd87a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby": "^2.13.57", "gatsby-image": "^2.2.8", "gatsby-plugin-google-analytics": "^2.1.7", - "gatsby-plugin-layout": "^1.1.2", + "gatsby-plugin-layout": "^1.1.20", "gatsby-plugin-manifest": "^2.2.5", "gatsby-plugin-offline": "^2.2.4", "gatsby-plugin-react-helmet": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 3681fa9..f224a80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -910,10 +910,10 @@ "@babel/plugin-transform-react-jsx-self" "^7.0.0" "@babel/plugin-transform-react-jsx-source" "^7.0.0" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5": - version "7.5.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" - integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.6": + version "7.7.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.7.tgz#194769ca8d6d7790ec23605af9ee3e42a0aa79cf" + integrity sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA== dependencies: regenerator-runtime "^0.13.2" @@ -5380,12 +5380,12 @@ gatsby-plugin-google-analytics@^2.1.7: dependencies: "@babel/runtime" "^7.0.0" -gatsby-plugin-layout@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.2.tgz#f3f9ed8c034ebc9d3116a12ae3457f852ddf2490" - integrity sha512-nXtF5SJbx+qcSQBXLnpq3YeaPN0LEbkkH3HOJcoFfynzY0cKH4o09+IO3WGxoV/XLBjcxc3OxZFwBqQaeL6Keg== +gatsby-plugin-layout@^1.1.20: + version "1.1.20" + resolved "https://registry.yarnpkg.com/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.20.tgz#27d797690e69185db686d756c6908ceb33f4ea04" + integrity sha512-eXRihxUoXbo3sep77eUuraUHloVUd3rqdLMBykLaN6zwYXTE9AZYOPCB/dFTUtdd6K5KP11OqZYgyNMnbObneA== dependencies: - "@babel/runtime" "^7.0.0" + "@babel/runtime" "^7.7.6" gatsby-plugin-manifest@^2.2.5: version "2.2.5"