diff --git a/package-lock.json b/package-lock.json index 73b0555..e4e394c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9731,9 +9731,9 @@ "integrity": "sha512-p1NVkn27GUnDA5qHM+Z4cCcLCJIardzZXMon3640sT4xuL/AZJbsx3HEt2KY/5oZu0UXIkytkxzV2Da4rQeUIg==" }, "gatsby-plugin-layout": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.1.tgz", - "integrity": "sha512-bfZ31+Fm+pHMtsLBQ3oFa2dwiS8b2fo3xagxY8IK3R2GAqH7dSo/cepAELGrabpYtE4YyfVZ77nsMLyGzZyOng==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.2.tgz", + "integrity": "sha512-/oc7iJLBjXOs3r3deBUN3YfPZwajvB+18sXjXE25dj7kWHn5qJkCHlLwgfbveLVSuLUxC8ftT31xYMuWc3X3KQ==", "requires": { "@babel/runtime": "^7.9.6" } diff --git a/package.json b/package.json index 1adb463..f77078c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gatsby": "^2.22.11", "gatsby-plugin-anchor-links": "^1.1.1", "gatsby-plugin-google-fonts": "^1.0.1", - "gatsby-plugin-layout": "^1.3.1", + "gatsby-plugin-layout": "^1.3.2", "gatsby-plugin-manifest": "^2.4.6", "gatsby-plugin-polished": "^1.0.4", "gatsby-plugin-prefetch-google-fonts": "^1.4.3",