diff --git a/package.json b/package.json index d2c91b6..ba70c27 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.11", "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..396f726 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.6.3": + version "7.6.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f" + integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA== 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.11: + version "1.1.11" + resolved "https://registry.yarnpkg.com/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.11.tgz#474e41ad6be0072ec495e14d0693240045f5c980" + integrity sha512-d6tNgjubefD5Q9Z3XESGW+yGl9E8EpE+Hf7cmXeRZ5g8DVA1D+9eltITEWGknL7brl5MEzlCgH9k+NT2z9z+BQ== dependencies: - "@babel/runtime" "^7.0.0" + "@babel/runtime" "^7.6.3" gatsby-plugin-manifest@^2.2.5: version "2.2.5"