diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-11 05:51:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 05:51:36 +0000 |
commit | eb536e968a83d07432c5d128d8401e26b2ee8a61 (patch) | |
tree | 74fb00120b6b4722d2e4cacb180903c493d4a628 | |
parent | fa31396596915490e5447336920b3efe5d05f778 (diff) | |
download | timeline-eb536e968a83d07432c5d128d8401e26b2ee8a61.tar.gz timeline-eb536e968a83d07432c5d128d8401e26b2ee8a61.tar.bz2 timeline-eb536e968a83d07432c5d128d8401e26b2ee8a61.zip |
build(deps): Bump bootstrap-icons from 1.4.1 to 1.5.0 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](https://github.com/twbs/icons/compare/v1.4.1...v1.5.0)
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 04ad248d..73e8d5b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.0.0",
- "bootstrap-icons": "^1.4.1",
+ "bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.12.1",
|