diff options
author | crupest <crupest@outlook.com> | 2022-05-26 13:50:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 13:50:55 +0800 |
commit | 3139780ae330c44789c6588f2105ca152f9ffb76 (patch) | |
tree | 8381db2dea21bb941d1f3c63ef086eece5e16ae8 | |
parent | a7ff022736019fe7ec67abb2af5ba469f099c1f2 (diff) | |
parent | 604100b6c3074b595737082a89240b0b0486a67b (diff) | |
download | timeline-3139780ae330c44789c6588f2105ca152f9ffb76.tar.gz timeline-3139780ae330c44789c6588f2105ca152f9ffb76.tar.bz2 timeline-3139780ae330c44789c6588f2105ca152f9ffb76.zip |
Merge pull request #1227 from crupest/dependabot/npm_and_yarn/FrontEnd/bootstrap-icons-1.8.3
build(deps): Bump bootstrap-icons from 1.8.2 to 1.8.3 in /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 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",
|