Skip to content

Commit

Permalink
build(deps): bump gatsby-plugin-react-helmet from 5.25.0 to 6.12.0
Browse files Browse the repository at this point in the history
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/[email protected]/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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Nov 24, 2023
1 parent d251272 commit eada073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eada073

Please sign in to comment.