From 1756e6c304798a05be9df10da0100ba932ae74f1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 10 Mar 2020 01:23:59 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-layout to 1.1.23 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9795d0..3e6797e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9735,9 +9735,9 @@ } }, "gatsby-plugin-layout": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.21.tgz", - "integrity": "sha512-UJB6wHPIRILXzFurek3wNjTuctN/m3Y+OnttoOUUqOrvy38v/y0JDEE4Osiiw0CaaHvngYU93gBs++iHZfwxtw==", + "version": "1.1.23", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.23.tgz", + "integrity": "sha512-2nmV0o64EKUR3YqslWv+1ZhvT139NwCPHLN46uyek7ofzWyBtl2bXpnQ1d2LoYeljgEDrPIWpuIS0EzKCJG4nA==", "requires": { "@babel/runtime": "^7.7.6" } diff --git a/package.json b/package.json index 9299e05..aae8f41 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@reach/router": "^1.3.3", "gatsby": "^2.19.34", - "gatsby-plugin-layout": "^1.1.21", + "gatsby-plugin-layout": "^1.1.23", "gatsby-plugin-manifest": "^2.2.39", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.21",