From 43fd6ddd797cf705509e2a8d52120872b2f88079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:14:48 +0000 Subject: [PATCH] build(deps): Bump gatsby from 5.14.4 to 5.14.5 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.14.4 to 5.14.5. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.4...gatsby@5.14.5) --- updated-dependencies: - dependency-name: gatsby dependency-version: 5.14.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4569de72..571a622c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mui/material": "^7.1.2", "axios": "^1.10.0", "decode-uri-component": "^0.4.1", - "gatsby": "^5.14.4", + "gatsby": "^5.14.5", "gatsby-plugin-feed": "^5.14.0", "gatsby-plugin-layout": "^4.14.0", "gatsby-plugin-matomo": "^0.17.0", @@ -11585,9 +11585,9 @@ } }, "node_modules/gatsby": { - "version": "5.14.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.4.tgz", - "integrity": "sha512-PZFbGk7/M0E3qWHJdFt2C1tzNeOf8Ou0akMMbZ5tqbu2CZ+7pj1bHUS8jezQfhnSVcvxAJEZ+Tm+M+wtdp17kQ==", + "version": "5.14.5", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.5.tgz", + "integrity": "sha512-j3OO6O1IrUl6jliXCZdLaT3TWgzFO6CvZE8rS0Eh/3f3S6tmv11/jfSeqXCCgKyCNOKhM2aW02rj0ffA7c0ttQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -33821,9 +33821,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "gatsby": { - "version": "5.14.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.4.tgz", - "integrity": "sha512-PZFbGk7/M0E3qWHJdFt2C1tzNeOf8Ou0akMMbZ5tqbu2CZ+7pj1bHUS8jezQfhnSVcvxAJEZ+Tm+M+wtdp17kQ==", + "version": "5.14.5", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.5.tgz", + "integrity": "sha512-j3OO6O1IrUl6jliXCZdLaT3TWgzFO6CvZE8rS0Eh/3f3S6tmv11/jfSeqXCCgKyCNOKhM2aW02rj0ffA7c0ttQ==", "requires": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index ca331c5d..524762df 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mui/material": "^7.1.2", "axios": "^1.10.0", "decode-uri-component": "^0.4.1", - "gatsby": "^5.14.4", + "gatsby": "^5.14.5", "gatsby-plugin-feed": "^5.14.0", "gatsby-plugin-layout": "^4.14.0", "gatsby-plugin-matomo": "^0.17.0",