From 1269d6b5817adc8ce0abeebc97419788c820b80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 00:50:15 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-helmet in /docs Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 5.6.0 to 5.11.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.11.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] --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 6706cca6eaac..952e3633d3cc 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -24,7 +24,7 @@ "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^5.11.1", - "gatsby-plugin-react-helmet": "^5.6.0", + "gatsby-plugin-react-helmet": "^5.11.0", "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.7.0", "gatsby-plugin-sharp": "^4.9.0", @@ -12801,9 +12801,9 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.6.0.tgz", - "integrity": "sha512-EdJv0w569Bdaxq46sFX2UExsb1COdTGCXcjg53a31nhFmWo42PBuTBUhGKcsbdmomCaipl9j39NsHjj3opioBQ==", + "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==", "dependencies": { "@babel/runtime": "^7.15.4" }, @@ -35431,9 +35431,9 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.6.0.tgz", - "integrity": "sha512-EdJv0w569Bdaxq46sFX2UExsb1COdTGCXcjg53a31nhFmWo42PBuTBUhGKcsbdmomCaipl9j39NsHjj3opioBQ==", + "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==", "requires": { "@babel/runtime": "^7.15.4" } diff --git a/docs/package.json b/docs/package.json index 6f601a044812..e3435b3c25a2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^5.11.1", - "gatsby-plugin-react-helmet": "^5.6.0", + "gatsby-plugin-react-helmet": "^5.11.0", "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.7.0", "gatsby-plugin-sharp": "^4.9.0",