From 88bb65aed8eb74a69a15e836ec5fac4fb6ea8e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:59:28 +0000 Subject: [PATCH] Bump gatsby from 5.13.6 to 5.13.7 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.13.6 to 5.13.7. - [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.13.6...gatsby@5.13.7) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0acddb5e..9eb8a8746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/react-fontawesome": "0.2.2", "@mdx-js/react": "2.3.0", "darkmode-js": "1.5.7", - "gatsby": "5.13.6", + "gatsby": "5.13.7", "gatsby-plugin-feed": "5.13.1", "gatsby-plugin-google-analytics": "5.13.1", "gatsby-plugin-image": "3.13.1", @@ -10391,9 +10391,9 @@ } }, "node_modules/gatsby": { - "version": "5.13.6", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.6.tgz", - "integrity": "sha512-WsjhhqMkzCH03aLcP6xsxN08PpLrOjvCivjl6hZCVwxGDw9vz+zK8yFSjPzq2TL5hA4lbQc6bdJaMvaads/DuA==", + "version": "5.13.7", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.7.tgz", + "integrity": "sha512-slQ0Ky+5ev5dMV6svAgQYWRw3lztTcj6FhmnGvFPWSwrE/L+2TlQG0Izjm8DRoqzQVBp0z+hkCEiRVF7IdzLCw==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", diff --git a/package.json b/package.json index 87028c8a2..1de6a0191 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@fortawesome/react-fontawesome": "0.2.2", "@mdx-js/react": "2.3.0", "darkmode-js": "1.5.7", - "gatsby": "5.13.6", + "gatsby": "5.13.7", "gatsby-plugin-feed": "5.13.1", "gatsby-plugin-google-analytics": "5.13.1", "gatsby-plugin-image": "3.13.1",