From d94775fc45b773a062784d5c50f1684b16d23514 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 23:29:06 +0000 Subject: [PATCH] Bump react-router-dom from 5.1.2 to 5.2.0 Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/ReactTraining/react-router/releases) - [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/ReactTraining/react-router/compare/v5.1.2...v5.2.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 2a22f4f..c844b96 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prop-types": "15.7.2", "react": "16.5.1", "react-dom": "16.5.1", - "react-router-dom": "5.1.2" + "react-router-dom": "5.2.0" }, "devDependencies": { "babel-cli": "6.26.0",