diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-04 07:19:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 07:19:18 +0000 |
commit | 91cc65f4a2dd38417a5ee3f5c48f4ea8e1420a59 (patch) | |
tree | 400facb7ab7f8bb3aecfc465bf66909cdc8c44f5 | |
parent | 0a7f72a93d1be36702057be0644b14a64871f502 (diff) | |
parent | f2b317e18b803785e921681b8d901a81c58cec50 (diff) | |
download | timeline-91cc65f4a2dd38417a5ee3f5c48f4ea8e1420a59.tar.gz timeline-91cc65f4a2dd38417a5ee3f5c48f4ea8e1420a59.tar.bz2 timeline-91cc65f4a2dd38417a5ee3f5c48f4ea8e1420a59.zip |
Merge pull request #342 from crupest/dependabot/npm_and_yarn/FrontEnd/react-bootstrap-1.5.1
-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",
|