From 2d3ad76cffb4cc7e8cdd839fa81c03496b131c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:31:21 +0000 Subject: [PATCH] fix(deps): update dependency gatsby to ^5.12.11 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 04e8201..b1044ce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "axios": "^1.6.2", "bulma": "^0.9.4", - "gatsby": "^5.12.9", + "gatsby": "^5.12.11", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-manifest": "^5.12.3", "gatsby-plugin-offline": "^6.12.3", diff --git a/yarn.lock b/yarn.lock index e234770..1969d94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6223,7 +6223,7 @@ gatsby-page-utils@^3.12.1: lodash "^4.17.21" micromatch "^4.0.5" -gatsby-parcel-config@^1.12.1: +gatsby-parcel-config@1.12.1: version "1.12.1" resolved "https://registry.yarnpkg.com/gatsby-parcel-config/-/gatsby-parcel-config-1.12.1.tgz#248c9d685a75a867eea7f5e48f0a6a9b01144da3" integrity sha512-hH9m/dSJTkdeksBzLGi9U+Pey0CsPeHHrRP6pugxd7owtJUQqid37noyadqnawBo2LOwcGE4o69HhqGxGNXxbw== @@ -6373,10 +6373,10 @@ gatsby-worker@^2.12.0: fs-extra "^11.1.1" signal-exit "^3.0.7" -gatsby@^5.12.9: - version "5.12.9" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.12.9.tgz#61543fb057be701c6d4fd14757decf55fb2ebf57" - integrity sha512-Nu+A4lW/7VDcxdaBypbp/Sw9mEzpfVnDBiwb0yiSW3pZDpC7iKFVVlhK2Ovq6Wy4gyYiE1LjT2sMNGKR1lkh6Q== +gatsby@^5.12.11: + version "5.12.11" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.12.11.tgz#c276d106e80bd5e8e53cc94645d5b08b78ad8b41" + integrity sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w== dependencies: "@babel/code-frame" "^7.18.6" "@babel/core" "^7.20.12" @@ -6465,7 +6465,7 @@ gatsby@^5.12.9: gatsby-legacy-polyfills "^3.12.0" gatsby-link "^5.12.1" gatsby-page-utils "^3.12.1" - gatsby-parcel-config "^1.12.1" + gatsby-parcel-config "1.12.1" gatsby-plugin-page-creator "^5.12.3" gatsby-plugin-typescript "^5.12.1" gatsby-plugin-utils "^4.12.3"