diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-14 06:07:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 06:07:52 +0000 |
commit | 53e6d5385cab8710cdafa8b9f12036a2f4f8a2e2 (patch) | |
tree | d24788fff110709601ea175a7b019bc010d9bd81 | |
parent | df481624ca4c145318a19c088fce3db326dc0a64 (diff) | |
download | timeline-53e6d5385cab8710cdafa8b9f12036a2f4f8a2e2.tar.gz timeline-53e6d5385cab8710cdafa8b9f12036a2f4f8a2e2.tar.bz2 timeline-53e6d5385cab8710cdafa8b9f12036a2f4f8a2e2.zip |
build(deps): Bump bootstrap from 5.0.0 to 5.0.1 in /FrontEnd
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.0.0...v5.0.1)
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 14a72d15..9204ff93 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"axios": "^0.21.1",
- "bootstrap": "^5.0.0",
+ "bootstrap": "^5.0.1",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^3.1.3",
|