From 9018cd653c50da1cfe3727601b7fbc438cd56914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:03:47 +0000 Subject: [PATCH] Bump gatsby from 5.13.4 to 5.13.6 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.4 to 5.13.6 - [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.4...gatsby@5.13.6) --- 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 | 10 +++++----- site/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index e386da1e..af8c8df7 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.4", + "gatsby": "^5.13.6", "gatsby-plugin-catch-links": "^5.13.1", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.13.1", @@ -9587,9 +9587,9 @@ } }, "node_modules/gatsby": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.4.tgz", - "integrity": "sha512-ZV5LL4ipWO2HZSWHWdU2qwS++9tr+fxxF+ScbSwzukrrCTHjTq8+DkpfOMiY498lmTUZ5LvRvT0WQmuVx/gXVQ==", + "version": "5.13.6", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.6.tgz", + "integrity": "sha512-WsjhhqMkzCH03aLcP6xsxN08PpLrOjvCivjl6hZCVwxGDw9vz+zK8yFSjPzq2TL5hA4lbQc6bdJaMvaads/DuA==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -9619,7 +9619,7 @@ "@types/http-proxy": "^1.17.11", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", - "@vercel/webpack-asset-relocator-loader": "^1.7.3", + "@vercel/webpack-asset-relocator-loader": "1.7.3", "acorn-loose": "^8.3.0", "acorn-walk": "^8.2.0", "address": "1.2.2", diff --git a/site/package.json b/site/package.json index fddd5b5d..2baf07b5 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.4", + "gatsby": "^5.13.6", "gatsby-plugin-catch-links": "^5.13.1", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.13.1",