diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-23 05:07:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 05:07:17 +0000 |
commit | 679460eedc842f7623e75142141f215a636b2f81 (patch) | |
tree | 9249dac346c30461bd0f39386c76c315a226d457 /FrontEnd | |
parent | 336222d97a1ae4fd990872c266d47cac0e532bd7 (diff) | |
download | timeline-679460eedc842f7623e75142141f215a636b2f81.tar.gz timeline-679460eedc842f7623e75142141f215a636b2f81.tar.bz2 timeline-679460eedc842f7623e75142141f215a636b2f81.zip |
build(deps): Bump bootstrap from 5.0.1 to 5.0.2 in /FrontEnd
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.0.1...v5.0.2)
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 bb693dbc..6feeeb4e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^5.0.7",
"axios": "^0.21.1",
- "bootstrap": "^5.0.1",
+ "bootstrap": "^5.0.2",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^3.1.3",
|