From abc202a1202c8f6f57849c936b4f83781624649d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:27:55 +0000 Subject: [PATCH] build(deps): Bump gatsby-plugin-layout from 4.14.0 to 4.15.0 Bumps [gatsby-plugin-layout](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-layout) from 4.14.0 to 4.15.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.15.0/packages/gatsby-plugin-layout) --- updated-dependencies: - dependency-name: gatsby-plugin-layout dependency-version: 4.15.0 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 e0139a5c..d28530ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "decode-uri-component": "^0.4.1", "gatsby": "^5.14.6", "gatsby-plugin-feed": "^5.15.0", - "gatsby-plugin-layout": "^4.14.0", + "gatsby-plugin-layout": "^4.15.0", "gatsby-plugin-matomo": "^0.17.0", "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sitemap": "^6.15.0", @@ -12080,9 +12080,9 @@ } }, "node_modules/gatsby-plugin-layout": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.14.0.tgz", - "integrity": "sha512-DG7Rva3hgbqgDxNT7JbJAGxwAPyhOppAorK1ioeyToLqa4BPWBWggIYD65Uuetkh5633Sx44q1L5ygpiB0QJkw==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.15.0.tgz", + "integrity": "sha512-0kqqzz4Eusz0swQ/brI7EmOe0doV+b6nlerK5BxAyTurJ0Z9E57e6pL2klbLf2VvaokuyFyJlfRVd4Pqa4Hetw==", "dependencies": { "@babel/runtime": "^7.20.13" }, @@ -34822,9 +34822,9 @@ } }, "gatsby-plugin-layout": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.14.0.tgz", - "integrity": "sha512-DG7Rva3hgbqgDxNT7JbJAGxwAPyhOppAorK1ioeyToLqa4BPWBWggIYD65Uuetkh5633Sx44q1L5ygpiB0QJkw==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-4.15.0.tgz", + "integrity": "sha512-0kqqzz4Eusz0swQ/brI7EmOe0doV+b6nlerK5BxAyTurJ0Z9E57e6pL2klbLf2VvaokuyFyJlfRVd4Pqa4Hetw==", "requires": { "@babel/runtime": "^7.20.13" } diff --git a/package.json b/package.json index 4ce047fe..48b31d3e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "decode-uri-component": "^0.4.1", "gatsby": "^5.14.6", "gatsby-plugin-feed": "^5.15.0", - "gatsby-plugin-layout": "^4.14.0", + "gatsby-plugin-layout": "^4.15.0", "gatsby-plugin-matomo": "^0.17.0", "gatsby-plugin-sass": "^6.14.0", "gatsby-plugin-sitemap": "^6.15.0",