From 6f2d934c8a093fe88fbc6e3e16eccc7fd11bb56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 13:12:48 +0000 Subject: [PATCH] Bump @types/react-router-dom from 5.1.7 to 5.3.1 in /ui Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 5.1.7 to 5.3.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom) --- updated-dependencies: - dependency-name: "@types/react-router-dom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 7a7de2b..7c45cc8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "@types/react": "^17.0.29", "@types/react-dom": "^17.0.9", "@types/react-redux": "7.1.19", - "@types/react-router-dom": "5.1.7", + "@types/react-router-dom": "5.3.1", "@types/react-syntax-highlighter": "13.5.2", "@types/recharts": "1.8.20", "axios": "0.21.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 3c35171..a57cccb 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1975,10 +1975,10 @@ hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react-router-dom@5.1.7": - version "5.1.7" - resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271" - integrity sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg== +"@types/react-router-dom@5.3.1": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.1.tgz#76700ccce6529413ec723024b71f01fc77a4a980" + integrity sha512-UvyRy73318QI83haXlaMwmklHHzV9hjl3u71MmM6wYNu0hOVk9NLTa0vGukf8zXUqnwz4O06ig876YSPpeK28A== dependencies: "@types/history" "*" "@types/react" "*"