diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:14:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:14:13 +0000 |
commit | 3fefb1872dd868b180c4fe876e3a2781c5cd4435 (patch) | |
tree | 853b594c4120a84836b29781c52a534be3d7052f | |
parent | 3a1e6122af10265ee3edd976651c1d7575bea406 (diff) | |
download | timeline-3fefb1872dd868b180c4fe876e3a2781c5cd4435.tar.gz timeline-3fefb1872dd868b180c4fe876e3a2781c5cd4435.tar.bz2 timeline-3fefb1872dd868b180c4fe876e3a2781c5cd4435.zip |
build(deps): Bump bootstrap-icons from 1.3.0 to 1.4.0 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](https://github.com/twbs/icons/compare/v1.3.0...v1.4.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 3f2aaa52..64a90d9e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
- "bootstrap-icons": "^1.3.0",
+ "bootstrap-icons": "^1.4.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",
|