diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-12 06:51:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 06:51:57 +0000 |
commit | 7d418b061a686ef20e815bcafdbc643748e4d860 (patch) | |
tree | 0a8181e9b23615974117a73e692fc6d4a11daec0 | |
parent | 6861ee732105e02b9af4c8a9551844faa6d68eb8 (diff) | |
download | timeline-7d418b061a686ef20e815bcafdbc643748e4d860.tar.gz timeline-7d418b061a686ef20e815bcafdbc643748e4d860.tar.bz2 timeline-7d418b061a686ef20e815bcafdbc643748e4d860.zip |
build(deps): Bump react-bootstrap from 1.5.1 to 1.5.2 in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v1.5.1...v1.5.2)
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 8a03aa0f..a71e85cb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -18,7 +18,7 @@ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.5.1",
+ "react-bootstrap": "^1.5.2",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.9",
"react-inlinesvg": "^2.2.2",
|