From f72037050df2d2d7d4d5f871a5aaee5fd29e28f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:37:51 +0000 Subject: [PATCH] build(deps): Bump gatsby-plugin-layout from 4.12.0 to 4.13.0 Bumps [gatsby-plugin-layout](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-layout) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-layout/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.13.0/packages/gatsby-plugin-layout) --- updated-dependencies: - dependency-name: gatsby-plugin-layout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cd6db04e..0f4ec293f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "gatsby": "^5.12.12", "gatsby-link": "^5.12.1", "gatsby-plugin-feed": "^5.12.3", - "gatsby-plugin-layout": "^4.12.0", + "gatsby-plugin-layout": "^4.13.0", "gatsby-plugin-matomo": "^0.16.2", "gatsby-plugin-sass": "^6.12.3", "gatsby-plugin-sitemap": "^6.12.3", @@ -12031,9 +12031,9 @@ } }, "node_modules/gatsby-plugin-layout": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.12.0.tgz", - "integrity": "sha512-MTLmay29gGvRu/v/6dNhD7tg2T6AMaUE1HAOGnCFo+oHZFRh7CMdte3RoGZUYi2NT49VPsADsDWI4a0JyI+oRw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.13.0.tgz", + "integrity": "sha512-HaKfbyQbmf2ZbZcfUEpILm41I6b5DRiufLJ0lZ00xtasMhCVpfhwKpSMXUTKM7Ldzy3DK+vOGL3AjhcE8BliDQ==", "dependencies": { "@babel/runtime": "^7.20.13" }, @@ -34010,9 +34010,9 @@ } }, "gatsby-plugin-layout": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.12.0.tgz", - "integrity": "sha512-MTLmay29gGvRu/v/6dNhD7tg2T6AMaUE1HAOGnCFo+oHZFRh7CMdte3RoGZUYi2NT49VPsADsDWI4a0JyI+oRw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.13.0.tgz", + "integrity": "sha512-HaKfbyQbmf2ZbZcfUEpILm41I6b5DRiufLJ0lZ00xtasMhCVpfhwKpSMXUTKM7Ldzy3DK+vOGL3AjhcE8BliDQ==", "requires": { "@babel/runtime": "^7.20.13" } diff --git a/package.json b/package.json index 640f56c20..b3b5c2fb6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby": "^5.12.12", "gatsby-link": "^5.12.1", "gatsby-plugin-feed": "^5.12.3", - "gatsby-plugin-layout": "^4.12.0", + "gatsby-plugin-layout": "^4.13.0", "gatsby-plugin-matomo": "^0.16.2", "gatsby-plugin-sass": "^6.12.3", "gatsby-plugin-sitemap": "^6.12.3",