From 6d47fc98e16f147ed99edf2824daef6a1ce7630a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 21:20:47 +0000 Subject: [PATCH] build(deps-dev): update history requirement from ^1.16.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.16.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 8ce66e33..6685eb61 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": "^4.10.1", "prop-types": "^15.5.10", "react-redux": "^4.0.0", "react-router": "^3.0.0",