From e7b11697f1350f597a119d88dd55cdfee8c9c733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:27:14 +0000 Subject: [PATCH] Bump gatsby from 5.13.6 to 5.13.7 in /site in the gatsby group Bumps the gatsby group in /site with 1 update: [gatsby](https://github.com/gatsbyjs/gatsby). Updates `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 dependency-group: gatsby ... Signed-off-by: dependabot[bot] --- site/package-lock.json | 8 ++++---- site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index cff0fca0..9c3ecef3 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mdx-js/react": "^2.3.0", "dracula-prism": "^2.1.16", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-catch-links": "^5.13.1", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.13.1", @@ -9618,9 +9618,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/site/package.json b/site/package.json index fd3b39a3..d7a300bb 100644 --- a/site/package.json +++ b/site/package.json @@ -9,7 +9,7 @@ "dependencies": { "@mdx-js/react": "^2.3.0", "dracula-prism": "^2.1.16", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-catch-links": "^5.13.1", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.13.1",