diff --git a/package-lock.json b/package-lock.json index 7d1f840..409fd9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9038,21 +9038,11 @@ } }, "gatsby-plugin-layout": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.10.tgz", - "integrity": "sha512-FUvwZyH7YN1L1LUXQiUbqy/YfU7iC4ZfZZ5jD8btCO3yD2h3s6C1c8V35l7Yte9MAVBNGa+0ztKsqLLKKw1g7g==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.13.tgz", + "integrity": "sha512-/UqHYq4/ODFXH/LHG1PoAJfRbZcE2EGN1ozf502P0W9/AvFBjnXbOr8aD7UXtgE0iO+jZtVr+I0uHbqQnBTmpA==", "requires": { - "@babel/runtime": "^7.6.2" - }, - "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" - } - } + "@babel/runtime": "^7.6.3" } }, "gatsby-plugin-manifest": { diff --git a/package.json b/package.json index 057b601..7b72a97 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@reach/router": "^1.2.1", "gatsby": "^2.17.2", "gatsby-image": "^2.2.29", - "gatsby-plugin-layout": "^1.1.10", + "gatsby-plugin-layout": "^1.1.13", "gatsby-plugin-manifest": "^2.2.20", "gatsby-plugin-mdx": "^1.0.49", "gatsby-plugin-offline": "^3.0.12",