diff --git a/package-lock.json b/package-lock.json index 066dde4..1406c0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8755,11 +8755,21 @@ } }, "gatsby-plugin-layout": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.2.tgz", - "integrity": "sha512-nXtF5SJbx+qcSQBXLnpq3YeaPN0LEbkkH3HOJcoFfynzY0cKH4o09+IO3WGxoV/XLBjcxc3OxZFwBqQaeL6Keg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.8.tgz", + "integrity": "sha512-NbCjp3ONr+NcUrXGv/70ax82ZXpQqMLzI5A8n0T0f6FOXUqigpmuUWH2LnK+Fe9Kpl3n3renBLbtM/3R2LQlig==", "requires": { - "@babel/runtime": "^7.0.0" + "@babel/runtime": "^7.6.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", + "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + } } }, "gatsby-plugin-manifest": { diff --git a/package.json b/package.json index 09517f0..0578e16 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@reach/router": "^1.2.1", "gatsby": "^2.15.21", "gatsby-image": "^2.2.20", - "gatsby-plugin-layout": "^1.1.2", + "gatsby-plugin-layout": "^1.1.8", "gatsby-plugin-manifest": "^2.2.4", "gatsby-plugin-mdx": "^1.0.22", "gatsby-plugin-offline": "^2.2.4",