From 84e8222bc98239da5cd2f8b6d74b5c8714ca5977 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 09:21:41 +0000 Subject: [PATCH] Update history requirement from ^1.17.0 to ^4.10.1 Updates the requirements on [history](https://github.com/ReactTraining/history) to permit the latest version. - [Release notes](https://github.com/ReactTraining/history/releases) - [Changelog](https://github.com/ReactTraining/history/blob/master/createBrowserHistory.js) - [Commits](https://github.com/ReactTraining/history/compare/v1.17.0...v4.10.1) 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 7f53d98d..f4ed41c8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint": "^7.0.0", "fastclick": "~1.0.6", "father": "^2.29.2", - "history": "^1.17.0", + "history": "^4.10.1", "immutability-helper": "^3.0.1", "less": "^3.11.1", "less-loader": "^5.0.0",