From 8028def0bc7b6e578f2b78c01ea60ff4374f0b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:17:49 +0000 Subject: [PATCH] build(deps): 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 463e59f..a259710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "JRL", "dependencies": { - "gatsby": "5.13.6", + "gatsby": "5.13.7", "gatsby-plugin-react-svg": "3.3.0", "gatsby-plugin-sass": "6.13.1", "gatsby-plugin-sitemap": "6.13.1", @@ -9462,9 +9462,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", @@ -25698,9 +25698,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "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==", "requires": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index e3153e8..d298bb5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test": "cypress run --config baseUrl=${CYPRESS_BASE_URL:-'http://localhost:8000'}" }, "dependencies": { - "gatsby": "5.13.6", + "gatsby": "5.13.7", "gatsby-plugin-react-svg": "3.3.0", "gatsby-plugin-sass": "6.13.1", "gatsby-plugin-sitemap": "6.13.1",