diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-26 05:07:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 05:07:23 +0000 |
commit | 604100b6c3074b595737082a89240b0b0486a67b (patch) | |
tree | 8381db2dea21bb941d1f3c63ef086eece5e16ae8 | |
parent | a7ff022736019fe7ec67abb2af5ba469f099c1f2 (diff) | |
download | timeline-604100b6c3074b595737082a89240b0b0486a67b.tar.gz timeline-604100b6c3074b595737082a89240b0b0486a67b.tar.bz2 timeline-604100b6c3074b595737082a89240b0b0486a67b.zip |
build(deps): Bump bootstrap-icons from 1.8.2 to 1.8.3 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](https://github.com/twbs/icons/compare/v1.8.2...v1.8.3)
---
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 cea98672..dff52330 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,7 +10,7 @@ "@popperjs/core": "^2.11.5",
"axios": "^0.27.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.8.2",
+ "bootstrap-icons": "^1.8.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.22.7",
|