From 30223b9b423bc5c9753746a2eb725e821a2afe2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 09:55:06 +0000 Subject: [PATCH] Bump gatsby from 4.25.6 to 4.25.7 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 4.25.6 to 4.25.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@4.25.6...gatsby@4.25.7) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26183c7..bb4ec3a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@vercel/analytics": "^1.0.1", "babel-plugin-styled-components": "^2.1.1", - "gatsby": "^4.25.6", + "gatsby": "^4.25.7", "gatsby-cli": "^5.7.0", "gatsby-image": "^3.11.0", "gatsby-link": "^4.4.0", diff --git a/yarn.lock b/yarn.lock index 6ff95fa..218fe11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5596,10 +5596,10 @@ gatsby-worker@^1.25.0: "@babel/core" "^7.15.5" "@babel/runtime" "^7.15.4" -gatsby@^4.25.6: - version "4.25.6" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.25.6.tgz#1519be7cb429df13c110d921a0b9db68b8777260" - integrity sha512-6kkUBWtGgb+SMd36ZdHpFJ+f/sq62ngRMVkM0Tna5AKcGnzLZgnA1h9/OHlU3bSz9TGNsyRcU7yFSlwxmStQgw== +gatsby@^4.25.7: + version "4.25.7" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.25.7.tgz#56a0c7f9e25fcf895864d88fd648f97e26dd560f" + integrity sha512-kspM1XokxDw2YqC2hkPKQTfWSNSq/AnY8PNYSrUM+MCsyIKFuGqSVchNonZN1g8/nCoh4jQpBYXH5Uw2Hrs6Sw== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5"