From 37aff70ee1e28068dc4f11f41eff7c2165d14e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 10:59:58 +0000 Subject: [PATCH] Bump gatsby-plugin-react-helmet in /packages/website Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 4.12.0 to 4.13.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@4.13.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 | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 31e553bc..664e6283 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-offline": "^4.12.0", "gatsby-plugin-postcss": "^4.12.0", "gatsby-plugin-purgecss": "^6.0.2", - "gatsby-plugin-react-helmet": "^4.12.0", + "gatsby-plugin-react-helmet": "^4.13.0", "gatsby-plugin-robots-txt": "^1.6.9", "gatsby-plugin-sharp": "^3.12.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", @@ -58,7 +58,7 @@ "react-share": "^4.4.0", "react-svg-loader": "^3.0.3", "react-syntax-highlighter": "^15.4.4", - "react-use": "^17.2.4", + "react-use": "^17.3.1", "skynet-js": "^4.0.11-beta", "stream-browserify": "^3.0.0", "swr": "^1.0.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 6722fb2f..bd6f536f 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6890,10 +6890,10 @@ gatsby-plugin-purgecss@^6.0.2: merge-anything "^4.0.1" purgecss "^4.0.2" -gatsby-plugin-react-helmet@^4.12.0: - version "4.12.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.12.0.tgz#85272d332497cf51ef399b48f06b1d4c81f3e42a" - integrity sha512-vjVy+tEWGWgyTP7QnJEK2P++ctQ+mWBYGu92fSeHoEFhkxp7G0/v8E92YAPu0cKHEp7cwo4kEXo5++cWqj3QDQ== +gatsby-plugin-react-helmet@^4.13.0: + version "4.13.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.13.0.tgz#58f50bc9afb0f04a0726453c0827a59d7a159c7a" + integrity sha512-GwIqbhFtPDryftM6NEWdjgWNDpWhyifgshDxtIh8PMSEIs7VMg2tgLQf8W8EpSP7yXu3aKDm/pxFXRlPZPk9cA== dependencies: "@babel/runtime" "^7.14.8" @@ -12495,10 +12495,10 @@ react-universal-interface@^0.6.2: resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== -react-use@^17.2.4: - version "17.2.4" - resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.2.4.tgz#1f89be3db0a8237c79253db0a15e12bbe3cfeff1" - integrity sha512-vQGpsAM0F5UIlshw5UI8ULGPS4yn5rm7/qvn3T1Gnkrz7YRMEEMh+ynKcmRloOyiIeLvKWiQjMiwRGtdbgs5qQ== +react-use@^17.3.1: + version "17.3.1" + resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.3.1.tgz#12b248555775519aa2b900b22f1928d029bf99d1" + integrity sha512-hs7+tS4rRm1QLHPfanLCqXIi632tP4V7Sai1ENUP2WTufU6am++tU9uSw9YrNCFqbABiEv0ndKU1XCUcfu2tXA== dependencies: "@types/js-cookie" "^2.2.6" "@xobotyi/scrollbar-width" "^1.9.5"