diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-17 05:06:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 05:06:46 +0000 |
commit | 5b39bacb79c1ff2e69fe0fae60e604323f96cc01 (patch) | |
tree | 838bb196069f814534ef7d65bfd74ddebd80adb7 | |
parent | c9284e06b512e877489f56edf2df2c96b754286c (diff) | |
download | timeline-5b39bacb79c1ff2e69fe0fae60e604323f96cc01.tar.gz timeline-5b39bacb79c1ff2e69fe0fae60e604323f96cc01.tar.bz2 timeline-5b39bacb79c1ff2e69fe0fae60e604323f96cc01.zip |
build(deps): Bump bootstrap-icons from 1.7.0 to 1.7.1 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](https://github.com/twbs/icons/compare/v1.7.0...v1.7.1)
---
updated-dependencies:
- dependency-name: bootstrap-icons
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 88407474..c9582b16 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,7 +10,7 @@ "@popperjs/core": "^2.10.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.7.0",
+ "bootstrap-icons": "^1.7.1",
"classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.19.1",
|