This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7225b3bf20 Bump swagger-ui-dist from 5.32.10 to 5.32.11 in
/framework/rest-api
7225b3bf20 is described below
commit 7225b3bf20688cf977c5dad942efbd3e0cacba3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 13:59:20 2026 +0000
Bump swagger-ui-dist from 5.32.10 to 5.32.11 in /framework/rest-api
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from
5.32.10 to 5.32.11.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.10...v5.32.11)
---
updated-dependencies:
- dependency-name: swagger-ui-dist
dependency-version: 5.32.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
framework/rest-api/package-lock.json | 8 ++++----
framework/rest-api/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/framework/rest-api/package-lock.json
b/framework/rest-api/package-lock.json
index 4521e63b5a..6f43cc1c7c 100644
--- a/framework/rest-api/package-lock.json
+++ b/framework/rest-api/package-lock.json
@@ -8,7 +8,7 @@
"license": "Apache-2.0",
"dependencies": {
"redoc": "2.5.3",
- "swagger-ui-dist": "5.32.10"
+ "swagger-ui-dist": "5.32.11"
}
},
"node_modules/@babel/runtime": {
@@ -1116,9 +1116,9 @@
"peer": true
},
"node_modules/swagger-ui-dist": {
- "version": "5.32.10",
- "resolved":
"https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.32.10.tgz",
- "integrity":
"sha512-RTrAPrp/J5H/H8JvRBOpR3qCsIhntOweFwaasR0TD2Y6a/7VUYYFnjyB3MFe1niAg3VkEQGT9pVZ0r225jvJJA==",
+ "version": "5.32.11",
+ "resolved":
"https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.32.11.tgz",
+ "integrity":
"sha512-NEZzRuxHHQkbG3GCjNbzz+XRDoM7AztnXyzc2VCW5RXUvZBDW7bb3W29/SPfvav3yOzqnDTOLP2Xzbjxo0bldQ==",
"license": "Apache-2.0",
"dependencies": {
"@scarf/scarf": "=1.4.0"
diff --git a/framework/rest-api/package.json b/framework/rest-api/package.json
index 6e5aa605b4..a0fe4569b7 100644
--- a/framework/rest-api/package.json
+++ b/framework/rest-api/package.json
@@ -4,7 +4,7 @@
"repository": "https://github.com/apache/ofbiz-framework.git",
"license": "Apache-2.0",
"dependencies": {
- "swagger-ui-dist": "5.32.10",
+ "swagger-ui-dist": "5.32.11",
"redoc": "2.5.3"
},
"overrides": {