diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-30 05:05:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 05:05:40 +0000 |
commit | b8a80528402a8b514b6eb4cb8d50afeddffaf335 (patch) | |
tree | 214e7d894247694fba41c5808ff4472d9c9c826d | |
parent | 2d0014fcfb1525c0efb9e6a797c21923df2cf32a (diff) | |
download | timeline-b8a80528402a8b514b6eb4cb8d50afeddffaf335.tar.gz timeline-b8a80528402a8b514b6eb4cb8d50afeddffaf335.tar.bz2 timeline-b8a80528402a8b514b6eb4cb8d50afeddffaf335.zip |
build(deps): Bump react-router-dom from 5.2.0 to 5.2.1 in /FrontEnd
Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.2.0...v5.2.1)
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 fe27297b..aacd00c5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -27,7 +27,7 @@ "react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
- "react-router-dom": "^5.2.0",
+ "react-router-dom": "^5.2.1",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
|