From eada073f32e5f61225f297b5d1902404ed5a9df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 04:53:20 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-helmet from 5.25.0 to 6.12.0 Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 5.25.0 to 6.12.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.12.0/packages/gatsby-plugin-react-helmet) --- updated-dependencies: - dependency-name: gatsby-plugin-react-helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 925b428a..488f289a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-manifest": "^4.19.0", "gatsby-plugin-offline": "^5.19.0", "gatsby-plugin-purgecss": "^6.0.1", - "gatsby-plugin-react-helmet": "^5.19.0", + "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-react-i18next": "^2.0.1", "gatsby-plugin-sass": "^5.19.0", "gatsby-plugin-sharp": "^4.23.0", diff --git a/yarn.lock b/yarn.lock index 540b340b..e38f0093 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7277,12 +7277,12 @@ gatsby-plugin-purgecss@^6.0.1: merge-anything "^5.1.4" purgecss "^4.1.3" -gatsby-plugin-react-helmet@^5.19.0: - version "5.25.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.25.0.tgz#6849d405bfbc0846e73449d4425b45f84ec58fbb" - integrity sha512-sU/xae/sGuYFcFDpqUxwXnaOmx8xrU2Q+XSULqAapji0uTBhW6al6CJsaPFigi8IOG2bQX8ano2iWWcGF3/GHw== +gatsby-plugin-react-helmet@^6.12.0: + version "6.12.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.12.0.tgz#8e6a2ec967a33a0c48266316c92844ea3272d4b2" + integrity sha512-agcBCT9H8nlpkAU3D1fUeJbjh7IMPjGO/njoa7avIYLGsQ2nyGlHwcrEmS2zBHxYKaxPkztvr47OpCdnuEIvEw== dependencies: - "@babel/runtime" "^7.15.4" + "@babel/runtime" "^7.20.13" gatsby-plugin-react-i18next@^2.0.1: version "2.0.5"