From de5a99a30ba521340f9c14baf5a8a850927e7ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 01:33:07 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet from 5.5.0 to 5.6.0 in /packages/website Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 5.5.0 to 5.6.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.6.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] --- packages/website/package.json | 4 ++-- packages/website/yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 06db14d5..a3c15795 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -22,14 +22,14 @@ "gatsby-plugin-offline": "5.4.0", "gatsby-plugin-postcss": "5.6.0", "gatsby-plugin-purgecss": "6.1.0", - "gatsby-plugin-react-helmet": "5.5.0", + "gatsby-plugin-react-helmet": "5.6.0", "gatsby-plugin-robots-txt": "1.6.14", "gatsby-plugin-sharp": "4.5.2", "gatsby-plugin-sitemap": "5.5.0", "gatsby-plugin-svgr": "3.0.0-beta.0", "gatsby-remark-classes": "1.0.2", "gatsby-remark-copy-linked-files": "5.5.0", - "gatsby-remark-images": "6.5.2", + "gatsby-remark-images": "6.6.0", "gatsby-remark-prismjs": "6.5.0", "gatsby-remark-responsive-iframe": "5.5.0", "gatsby-remark-smartypants": "5.6.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 2a4aaa2f..3f1bb54e 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6180,10 +6180,10 @@ gatsby-plugin-purgecss@6.1.0: merge-anything "^4.0.1" purgecss "^4.0.2" -gatsby-plugin-react-helmet@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.5.0.tgz#b36e07ca3d37d085ac150f825e658bcad3e786b5" - integrity sha512-1GJQS9+2lIkZrxXNfvFmNf5imJfVWWcxJBU2DfPlm9uByp5CZRDrGGXuth1ThTllrCmC4DBkrqIUQLAG36B9kw== +gatsby-plugin-react-helmet@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.6.0.tgz#9757d9164d66fc1201f1cf9af751c63fdb740420" + integrity sha512-EdJv0w569Bdaxq46sFX2UExsb1COdTGCXcjg53a31nhFmWo42PBuTBUhGKcsbdmomCaipl9j39NsHjj3opioBQ== dependencies: "@babel/runtime" "^7.15.4" @@ -6356,15 +6356,15 @@ gatsby-remark-copy-linked-files@5.5.0: probe-image-size "^6.0.0" unist-util-visit "^2.0.3" -gatsby-remark-images@6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.5.2.tgz#1a653569ecbb35dc09de55992eccea98a8997d67" - integrity sha512-E6Cf9Vz1jo7pVS7CAao3cV4xSS9IRehxmzZjIo+rKpqQk7r2PeFrzvPbLltuhkiDJG6oupn+Njk6u/r530+97A== +gatsby-remark-images@6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.6.0.tgz#4fd5b26715dace7f0308cb356ec9b4a9cf3cacfe" + integrity sha512-GZTq2fQnTDLOA7O+eoWi8iztLLuoRHFHiu3YTb6ahKZbbKtCM8JumiEOS3m/mZ64GJGjPSA1PCYdeliQiNq3WQ== dependencies: "@babel/runtime" "^7.15.4" chalk "^4.1.2" cheerio "^1.0.0-rc.10" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" is-relative-url "^3.0.0" lodash "^4.17.21" mdast-util-definitions "^4.0.0"