From 4b9718453d42d6fb96eacf0611119dd84691f27b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 11 May 2020 02:06:13 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-layout to 1.3.1 --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b9dc6e..1ddbd58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10978,11 +10978,21 @@ } }, "gatsby-plugin-layout": { - "version": "1.1.23", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.23.tgz", - "integrity": "sha512-2nmV0o64EKUR3YqslWv+1ZhvT139NwCPHLN46uyek7ofzWyBtl2bXpnQ1d2LoYeljgEDrPIWpuIS0EzKCJG4nA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.1.tgz", + "integrity": "sha512-bfZ31+Fm+pHMtsLBQ3oFa2dwiS8b2fo3xagxY8IK3R2GAqH7dSo/cepAELGrabpYtE4YyfVZ77nsMLyGzZyOng==", "requires": { - "@babel/runtime": "^7.7.6" + "@babel/runtime": "^7.9.6" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-manifest": { diff --git a/package.json b/package.json index ca352ea..e30e728 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@reach/router": "^1.3.3", "classnames": "^2.2.6", "gatsby": "^2.21.21", - "gatsby-plugin-layout": "^1.1.23", + "gatsby-plugin-layout": "^1.3.1", "gatsby-plugin-manifest": "^2.2.45", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.23",