diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 06:47:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 06:47:59 +0000 |
commit | 242b3e1a96718bcf5394d3114e5ffd16080cffc5 (patch) | |
tree | d8d11c93e708d72caecbf6eefb2a99879a7db5f3 | |
parent | 8c03352d3a19edbec07d7eefd1415afe86bca35d (diff) | |
download | timeline-242b3e1a96718bcf5394d3114e5ffd16080cffc5.tar.gz timeline-242b3e1a96718bcf5394d3114e5ffd16080cffc5.tar.bz2 timeline-242b3e1a96718bcf5394d3114e5ffd16080cffc5.zip |
build(deps-dev): Bump @types/react-router in /FrontEnd
Bumps [@types/react-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router) from 5.1.11 to 5.1.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c526d2cc..68fd546b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,7 +70,7 @@ "@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
- "@types/react-router": "^5.1.11",
+ "@types/react-router": "^5.1.12",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
|