diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-05 05:05:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 05:05:28 +0000 |
commit | 741dec9d10a08e383670b4b5c589f78dc64dbd6c (patch) | |
tree | 95e7e63ef3642ddbd814a2e4efa4377a6953c086 /FrontEnd | |
parent | 6f35ab168cba7baf091ccefbdf5214fc79197131 (diff) | |
download | timeline-741dec9d10a08e383670b4b5c589f78dc64dbd6c.tar.gz timeline-741dec9d10a08e383670b4b5c589f78dc64dbd6c.tar.bz2 timeline-741dec9d10a08e383670b4b5c589f78dc64dbd6c.zip |
build(deps): Bump bootstrap from 5.0.2 to 5.1.0 in /FrontEnd
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.0.2...v5.1.0)
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 52159844..18405a1e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -9,7 +9,7 @@ "@microsoft/signalr": "^5.0.8",
"@popperjs/core": "^2.9.3",
"axios": "^0.21.1",
- "bootstrap": "^5.0.2",
+ "bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^4.0.0",
|