From 70e39d709665660169164bdcb9bfb5dab2030663 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2019 22:25:05 +0000 Subject: [PATCH] Bump @types/react-router from 4.4.2 to 5.0.3 in /src/FilterLists.Web Bumps [@types/react-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router) from 4.4.2 to 5.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router) Signed-off-by: dependabot-preview[bot] --- src/FilterLists.Web/npm-shrinkwrap.json | 6 +++--- src/FilterLists.Web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FilterLists.Web/npm-shrinkwrap.json b/src/FilterLists.Web/npm-shrinkwrap.json index 5bc2057db..bad0095b6 100644 --- a/src/FilterLists.Web/npm-shrinkwrap.json +++ b/src/FilterLists.Web/npm-shrinkwrap.json @@ -50,9 +50,9 @@ } }, "@types/react-router": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-4.4.2.tgz", - "integrity": "sha512-EkRC1pDzrDwZ0WRCtjuAAmBGuoKyPcnO5r7mzDnMB8E+R05VkDanAF25ONaCLd3TyM13F0bHOpKcQPWYs+gzhg==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.0.3.tgz", + "integrity": "sha512-j2Gge5cvxca+5lK9wxovmGPgpVJMwjyu5lTA/Cd6fLGoPq7FXcUE1jFkEdxeyqGGz8VfHYSHCn5Lcn24BzaNKA==", "dev": true, "requires": { "@types/history": "*", diff --git a/src/FilterLists.Web/package.json b/src/FilterLists.Web/package.json index eb735d6c5..a22473aad 100644 --- a/src/FilterLists.Web/package.json +++ b/src/FilterLists.Web/package.json @@ -7,7 +7,7 @@ "@types/react": "^16.7.13", "@types/react-dom": "^16.0.11", "@types/react-hot-loader": "^4.1.0", - "@types/react-router": "^4.4.2", + "@types/react-router": "^5.0.3", "@types/react-router-dom": "^4.3.4", "@types/webpack-env": "^1.14.0", "aspnet-webpack": "^3.0.0",