diff options
author | crupest <crupest@outlook.com> | 2021-11-09 19:59:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 19:59:15 +0800 |
commit | 549ce10096e7f833ed31fdde1fdbf040b5076548 (patch) | |
tree | e7ffa407b6c54babead4d3ddb3f79b8d2fda8185 | |
parent | 3e61b1be57777ca04e7a9ac6eaa38abd876a1867 (diff) | |
parent | 205604141eb3034f3f32d06f470bd93fab9fd036 (diff) | |
download | timeline-549ce10096e7f833ed31fdde1fdbf040b5076548.tar.gz timeline-549ce10096e7f833ed31fdde1fdbf040b5076548.tar.bz2 timeline-549ce10096e7f833ed31fdde1fdbf040b5076548.zip |
Merge pull request #875 from crupest/dependabot/npm_and_yarn/FrontEnd/bootstrap-5.1.3
build(deps): Bump bootstrap from 5.1.1 to 5.1.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 a60fa870..f582ea47 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -9,7 +9,7 @@ "@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.2",
"axios": "^0.21.4",
- "bootstrap": "^5.1.1",
+ "bootstrap": "^5.1.3",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^4.0.1",
|