This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push:
new 12613bff Bump bootstrap in /web/src/main/resources/saga-frontend
12613bff is described below
commit 12613bfffdd269f19b762bc6e1c30b7cffff733a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 22 05:26:24 2023 +0000
Bump bootstrap in /web/src/main/resources/saga-frontend
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.0.0 to 4.3.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.0.0...v4.3.1)
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
web/src/main/resources/saga-frontend/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/main/resources/saga-frontend/package.json
b/web/src/main/resources/saga-frontend/package.json
index 4a7f09d8..720b971c 100644
--- a/web/src/main/resources/saga-frontend/package.json
+++ b/web/src/main/resources/saga-frontend/package.json
@@ -38,7 +38,7 @@
"@nebular/theme": "2.0.0-rc.10",
"@ng-bootstrap/ng-bootstrap": "1.0.0",
"angular2-toaster": "6.0.0",
- "bootstrap": "4.0.0",
+ "bootstrap": "4.3.1",
"classlist.js": "1.1.20150312",
"core-js": "2.5.1",
"express": "^4.16.4",