From eb3e2bc48be35e7945cc90ebddbdeff210a22709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:46:33 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 5.11.0 to 5.19.0 Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 5.11.0 to 5.19.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.19.0/packages/gatsby-plugin-react-helmet) --- updated-dependencies: - dependency-name: gatsby-plugin-react-helmet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 7e2a38e..e1f0e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-image": "^2.11.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-offline": "^5.11.1", - "gatsby-plugin-react-helmet": "^5.11.0", + "gatsby-plugin-react-helmet": "^5.19.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-styled-components": "^5.11.0", @@ -11558,9 +11558,9 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.11.0.tgz", - "integrity": "sha512-4ouGsfCCjbXtuz9/IR8YU2PfcHQ/peSHHr5UwIu6X/cJ2A8ykZHFMewQ4ve8dfHSBmNKDBuoFe6D0Y8Q4MDI8w==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.19.0.tgz", + "integrity": "sha512-XXrJYfHqoaUe57oAF+/ljPHncrvYk0UonES3aUwynbWsR8UXhQpdbwqIOYZPGQgPsc1X55Kzdo+/3pU1gA9ajQ==", "dependencies": { "@babel/runtime": "^7.15.4" }, @@ -31458,9 +31458,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.11.0.tgz", - "integrity": "sha512-4ouGsfCCjbXtuz9/IR8YU2PfcHQ/peSHHr5UwIu6X/cJ2A8ykZHFMewQ4ve8dfHSBmNKDBuoFe6D0Y8Q4MDI8w==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.19.0.tgz", + "integrity": "sha512-XXrJYfHqoaUe57oAF+/ljPHncrvYk0UonES3aUwynbWsR8UXhQpdbwqIOYZPGQgPsc1X55Kzdo+/3pU1gA9ajQ==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/package.json b/package.json index 1032f60..fe5b1f2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-image": "^2.11.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-offline": "^5.11.1", - "gatsby-plugin-react-helmet": "^5.11.0", + "gatsby-plugin-react-helmet": "^5.19.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-plugin-sitemap": "^5.11.1", "gatsby-plugin-styled-components": "^5.11.0",