From 9706f32411183211c811d9b2bb42145e183cdc8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 21:20:10 +0000 Subject: [PATCH] build(deps-dev): bump history from 1.17.0 to 5.0.0 Bumps [history](https://github.com/ReactTraining/history) from 1.17.0 to 5.0.0. - [Release notes](https://github.com/ReactTraining/history/releases) - [Commits](https://github.com/ReactTraining/history/compare/v1.17.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aa08162..e04f2faf 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react": "^16.1.1", "react-dom": "^16.1.1", "react-test-renderer": "^16.1.1", - "history": "^1.16.0", + "history": "^5.0.0", "prop-types": "^15.5.10", "react-redux": "^4.0.0", "react-router": "^3.0.0",