From 8dcd0d1ffd573ee1dadc45dfcadb4f7f2090fb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:35:13 +0000 Subject: [PATCH] chore(deps-dev): bump gatsby-plugin-react-helmet from 5.22.0 to 5.25.0 (#8697) Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 5.22.0 to 5.25.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@5.25.0/packages/gatsby-plugin-react-helmet) --- updated-dependencies: - dependency-name: gatsby-plugin-react-helmet dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29852b2804..751e675001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -109,7 +109,7 @@ "gatsby": "4.23.1", "gatsby-plugin-catch-links": "^4.19.0", "gatsby-plugin-page-creator": "^4.24.0", - "gatsby-plugin-react-helmet": "^5.22.0", + "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-remove-trailing-slashes": "^4.9.0", "gatsby-plugin-styled-components": "^5.24.0", "gatsby-plugin-typescript": "^4.22.0", @@ -15128,9 +15128,9 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "5.22.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.22.0.tgz", - "integrity": "sha512-BkOZuITW579ZHb9NtnDc+5b+iNnEY/BdMSgrJ3CJKvRhi5RVTpm+k3yOwSuIevYt/uYosfEEFG4KbCZ76dHC+g==", + "version": "5.25.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.25.0.tgz", + "integrity": "sha512-sU/xae/sGuYFcFDpqUxwXnaOmx8xrU2Q+XSULqAapji0uTBhW6al6CJsaPFigi8IOG2bQX8ano2iWWcGF3/GHw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4" @@ -41970,9 +41970,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.22.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.22.0.tgz", - "integrity": "sha512-BkOZuITW579ZHb9NtnDc+5b+iNnEY/BdMSgrJ3CJKvRhi5RVTpm+k3yOwSuIevYt/uYosfEEFG4KbCZ76dHC+g==", + "version": "5.25.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.25.0.tgz", + "integrity": "sha512-sU/xae/sGuYFcFDpqUxwXnaOmx8xrU2Q+XSULqAapji0uTBhW6al6CJsaPFigi8IOG2bQX8ano2iWWcGF3/GHw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4" diff --git a/package.json b/package.json index ae13a767db..fab775308f 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "gatsby": "4.23.1", "gatsby-plugin-catch-links": "^4.19.0", "gatsby-plugin-page-creator": "^4.24.0", - "gatsby-plugin-react-helmet": "^5.22.0", + "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-remove-trailing-slashes": "^4.9.0", "gatsby-plugin-styled-components": "^5.24.0", "gatsby-plugin-typescript": "^4.22.0", -- GitLab