From 51036ce2b9b84efdf6396872d598e729d37a2e7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 08:30:09 +0000 Subject: [PATCH] chore(deps): bump react-helmet from 5.2.1 to 6.0.0 in /web Bumps [react-helmet](https://github.com/nfl/react-helmet) from 5.2.1 to 6.0.0. - [Release notes](https://github.com/nfl/react-helmet/releases) - [Changelog](https://github.com/nfl/react-helmet/blob/master/CHANGELOG.md) - [Commits](https://github.com/nfl/react-helmet/commits/6.0.0) Signed-off-by: dependabot-preview[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index ff0b83c..57de3e0 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-ga": "^2.7.0", - "react-helmet": "^5.2.1", + "react-helmet": "^6.0.0", "react-i18next": "11.3.4", "react-icons": "^3.9.0", "react-router": "^5.1.2",