From 1159a5295ed3a45e1e5f35c88520cc4af404b812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:37:14 +0000 Subject: [PATCH] fix(deps): update dependency gatsby to v5.13.7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 72afdda2..1196c9e4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@mdx-js/react": "3.0.1", "embla-carousel-autoplay": "^8.0.0-rc17", "embla-carousel-react": "^8.0.0-rc17", - "gatsby": "5.13.6", + "gatsby": "5.13.7", "gatsby-plugin-catch-links": "5.13.1", "gatsby-plugin-emotion": "8.13.1", "gatsby-plugin-i18n-l10n": "5.6.2", diff --git a/yarn.lock b/yarn.lock index 53a14c1c..74eedff3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8574,10 +8574,10 @@ gatsby-worker@^2.13.1: fs-extra "^11.1.1" signal-exit "^3.0.7" -gatsby@5.13.6: - version "5.13.6" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.13.6.tgz#e49f376ef3518f7fef3525cc155c6424dc62227b" - integrity sha512-WsjhhqMkzCH03aLcP6xsxN08PpLrOjvCivjl6hZCVwxGDw9vz+zK8yFSjPzq2TL5hA4lbQc6bdJaMvaads/DuA== +gatsby@5.13.7: + version "5.13.7" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.13.7.tgz#51b90f907ec230c1555571e54087aca4434087e4" + integrity sha512-slQ0Ky+5ev5dMV6svAgQYWRw3lztTcj6FhmnGvFPWSwrE/L+2TlQG0Izjm8DRoqzQVBp0z+hkCEiRVF7IdzLCw== dependencies: "@babel/code-frame" "^7.18.6" "@babel/core" "^7.20.12"