From 7f8f4f5b6b0c20ea4a0c6f058e1ecb4d1fdb9e4b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Thu, 3 Dec 2020 13:44:44 -0500 Subject: [PATCH] chore(deps): bump gatsby-plugin-layout to 1.6.0 --- 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 5d652cf..076eec7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13787,11 +13787,21 @@ } }, "gatsby-plugin-layout": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.2.tgz", - "integrity": "sha512-/oc7iJLBjXOs3r3deBUN3YfPZwajvB+18sXjXE25dj7kWHn5qJkCHlLwgfbveLVSuLUxC8ftT31xYMuWc3X3KQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.6.0.tgz", + "integrity": "sha512-KuMKXNJWF5dbfrW72u+chbmhpyamjl8JlxOo8jSXucbGLqZqBxFsAPnmvRW8TqDKqYjnU1uB1qPtO7vTD2rZDA==", "requires": { - "@babel/runtime": "^7.9.6" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-manifest": { diff --git a/package.json b/package.json index 107dfa1..aea71f9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@reach/router": "^1.3.4", "classnames": "^2.2.6", "gatsby": "^2.28.0", - "gatsby-plugin-layout": "^1.3.2", + "gatsby-plugin-layout": "^1.6.0", "gatsby-plugin-manifest": "^2.4.9", "gatsby-plugin-mdx": "^1.2.16", "gatsby-plugin-polished": "^1.0.4",