From ec2db1223ac6c8406ccd6f4a854db6ac3d1e0cc2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 16 Dec 2019 00:06:08 -0500 Subject: [PATCH] chore(deps): bump gatsby-plugin-layout to 1.1.18 --- 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 e89844c..dc024a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10238,11 +10238,21 @@ } }, "gatsby-plugin-layout": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.15.tgz", - "integrity": "sha512-TEKVut2WopvePKfQVhZGUnywcsoikbQbxBB8VND85QLCCoY/5jzvNrCG7YoZ7XEMvuE/wXF3Fum4tp6vIcUZ0w==", + "version": "1.1.18", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.18.tgz", + "integrity": "sha512-e/FV9wQ2Ch+167KNtDe2rHyipMufABS7uCeBW7vo4GPhouGqF3a3Ww25Z4tWDt/lYbUpxfmtRYpvvWuigLUoWw==", "requires": { - "@babel/runtime": "^7.7.2" + "@babel/runtime": "^7.7.6" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.7.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz", + "integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + } } }, "gatsby-plugin-manifest": { diff --git a/package.json b/package.json index fa3e907..fb5b5ca 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@reach/router": "^1.2.1", "gatsby": "^2.18.12", "gatsby-image": "^2.2.36", - "gatsby-plugin-layout": "^1.1.15", + "gatsby-plugin-layout": "^1.1.18", "gatsby-plugin-manifest": "^2.2.29", "gatsby-plugin-mdx": "^1.0.57", "gatsby-plugin-offline": "^3.0.22",