diff --git a/package-lock.json b/package-lock.json index 8e7fd9d..319bc3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8890,11 +8890,11 @@ } }, "gatsby-plugin-layout": { - "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==", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.10.tgz", + "integrity": "sha512-FUvwZyH7YN1L1LUXQiUbqy/YfU7iC4ZfZZ5jD8btCO3yD2h3s6C1c8V35l7Yte9MAVBNGa+0ztKsqLLKKw1g7g==", "requires": { - "@babel/runtime": "^7.6.0" + "@babel/runtime": "^7.6.2" }, "dependencies": { "@babel/runtime": { diff --git a/package.json b/package.json index c0a0246..d3a0b22 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@reach/router": "^1.2.1", "gatsby": "^2.15.29", "gatsby-image": "^2.2.24", - "gatsby-plugin-layout": "^1.1.8", + "gatsby-plugin-layout": "^1.1.10", "gatsby-plugin-manifest": "^2.2.18", "gatsby-plugin-mdx": "^1.0.43", "gatsby-plugin-offline": "^3.0.8",