From 0b1ada8bb65642eae00c0c91d02bb92c120bf7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:33:39 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-helmet in /gatsby-theme-mate 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] --- gatsby-theme-mate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-theme-mate/package.json b/gatsby-theme-mate/package.json index 9d612b0..eae4a9c 100644 --- a/gatsby-theme-mate/package.json +++ b/gatsby-theme-mate/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-fontawesome-css": "^1.2.0", "gatsby-plugin-image": "^2.10.0", "gatsby-plugin-manifest": "^4.10.1", - "gatsby-plugin-react-helmet": "^5.10.0", + "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-styled-components": "^5.10.0", "gatsby-plugin-typescript": "^4.10.0",