diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-03 06:49:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 06:49:09 +0000 |
commit | 583a1e7f98122945b7502fe0b0e6e156dc219cb1 (patch) | |
tree | e055719bb66c13966243e23c8fe3c27e8231a662 /FrontEnd/package.json | |
parent | d421e7eb65ce877dd9b63891b12521a55e2fcaee (diff) | |
download | timeline-583a1e7f98122945b7502fe0b0e6e156dc219cb1.tar.gz timeline-583a1e7f98122945b7502fe0b0e6e156dc219cb1.tar.bz2 timeline-583a1e7f98122945b7502fe0b0e6e156dc219cb1.zip |
build(deps): Bump react-bootstrap from 1.5.0 to 1.5.1 in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.5.0 to 1.5.1.
- [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.0...v1.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 94e8e99b..49d5662a 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.0",
+ "react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.8",
"react-inlinesvg": "^2.2.2",
|