This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new c03cb18 Use Bootstrap 5.3.8
c03cb18 is described below
commit c03cb18d4e3d10b66bbc591d23121b694f348bba
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Dec 15 20:37:20 2025 +0000
Use Bootstrap 5.3.8
---
bootstrap/source/package-lock.json | 42 ++++++++++++++++++++++++++++++++++++++
bootstrap/source/package.json | 5 +++++
2 files changed, 47 insertions(+)
diff --git a/bootstrap/source/package-lock.json
b/bootstrap/source/package-lock.json
new file mode 100644
index 0000000..b60370d
--- /dev/null
+++ b/bootstrap/source/package-lock.json
@@ -0,0 +1,42 @@
+{
+ "name": "source",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "dependencies": {
+ "bootstrap": "5.3.8"
+ }
+ },
+ "node_modules/@popperjs/core": {
+ "version": "2.11.8",
+ "resolved":
"https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
+ "integrity":
"sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
+ "license": "MIT",
+ "peer": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/popperjs"
+ }
+ },
+ "node_modules/bootstrap": {
+ "version": "5.3.8",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz",
+ "integrity":
"sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/twbs"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/bootstrap"
+ }
+ ],
+ "license": "MIT",
+ "peerDependencies": {
+ "@popperjs/core": "^2.11.8"
+ }
+ }
+ }
+}
diff --git a/bootstrap/source/package.json b/bootstrap/source/package.json
new file mode 100644
index 0000000..f87cddf
--- /dev/null
+++ b/bootstrap/source/package.json
@@ -0,0 +1,5 @@
+{
+ "dependencies": {
+ "bootstrap": "5.3.8"
+ }
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]