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 a0f0340185 Bump swagger-ui-dist from 5.32.8 to 5.32.10 in
/framework/rest-api
a0f0340185 is described below
commit a0f034018541e2361c9348c08b8ec6f964b5c032
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 13:34:47 2026 +0000
Bump swagger-ui-dist from 5.32.8 to 5.32.10 in /framework/rest-api
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from
5.32.8 to 5.32.10.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
-
[Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.8...v5.32.10)
---
updated-dependencies:
- dependency-name: swagger-ui-dist
dependency-version: 5.32.10
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 653ce81cbe..5953c7cd3d 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.8"
+ "swagger-ui-dist": "5.32.10"
}
},
"node_modules/@babel/runtime": {
@@ -1101,9 +1101,9 @@
"peer": true
},
"node_modules/swagger-ui-dist": {
- "version": "5.32.8",
- "resolved":
"https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.32.8.tgz",
- "integrity":
"sha512-dgMdWXIgnI4zX4OPhKEdWnlDODbgm8W3AX0Ivn/BBqcUh6xZsBxhZMnvk6DJyRz1BTrj8dPxtarmEGgkz30oyA==",
+ "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==",
"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 ecb125472d..ae1aba9c0c 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.8",
+ "swagger-ui-dist": "5.32.10",
"redoc": "2.5.3"
},
"overrides": {