Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/com.ibm.ws.openapi.ui/swagger-ui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<script defer src="liberty-swagger-ui-bundle-f1c1a2ed6d02e7f4ddc4.js"></script><link href="liberty-swagger-ui-b8235ff6458a3afa1d43.css" rel="stylesheet">
<script defer src="liberty-swagger-ui-bundle-da1dc1a0baeedc9561c3.js"></script><link href="liberty-swagger-ui-5a0a78715bba93c70ab8.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/custom-header.css" >
</head>

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Licensed under the MIT License.
*/

/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */

/*! For license information please see swagger-ui-es-bundle-core.js.LICENSE.txt */

Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion dev/com.ibm.ws.openapi.ui/swagger-ui/dist/mpOpenApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<script defer src="liberty-swagger-ui-bundle-f1c1a2ed6d02e7f4ddc4.js"></script><link href="liberty-swagger-ui-b8235ff6458a3afa1d43.css" rel="stylesheet">
<script defer src="liberty-swagger-ui-bundle-da1dc1a0baeedc9561c3.js"></script><link href="liberty-swagger-ui-5a0a78715bba93c70ab8.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/custom-header.css" >
</head>

Expand Down
2 changes: 1 addition & 1 deletion dev/com.ibm.ws.openapi.ui/swagger-ui/dist/openapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>OpenAPI UI</title>
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<script defer src="liberty-swagger-ui-bundle-f1c1a2ed6d02e7f4ddc4.js"></script><link href="liberty-swagger-ui-b8235ff6458a3afa1d43.css" rel="stylesheet">
<script defer src="liberty-swagger-ui-bundle-da1dc1a0baeedc9561c3.js"></script><link href="liberty-swagger-ui-5a0a78715bba93c70ab8.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/custom-header.css" >
</head>

Expand Down
1,281 changes: 684 additions & 597 deletions dev/com.ibm.ws.openapi.ui/swagger-ui/package-lock.json

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions dev/com.ibm.ws.openapi.ui/swagger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"babel-loader": "^10.0.0",
"babel-loader": "^10.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.1",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"cssnano": "^7.1.2",
"cssnano": "^7.1.3",
"dry-uninstall": "0.3.0",
"html-webpack-plugin": "^5.6.6",
"mini-css-extract-plugin": "^2.10.0",
"postcss-loader": "^8.2.1",
"postcss-preset-env": "^11.1.3",
"postcss-preset-env": "^11.2.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"tachyons-sass": "^4.9.5",
"webpack": "^5.105.2",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
},
Expand All @@ -37,7 +37,7 @@
"process": "^0.11.10",
"regenerator-runtime": "^0.14.1",
"stream-browserify": "^3.0.0",
"swagger-ui": "^5.31.2"
"swagger-ui": "^5.32.0"
},
"overrides": {
"axios": "npm:dry-uninstall",
Expand All @@ -47,7 +47,11 @@
"js-yaml": "^4.1.1",
"swagger-ui": {
"react": "^18 <19",
"react-dom": "^18 <19"
"react-dom": "^18 <19",
"dompurify": "^3.3.2"
},
"@swagger-api/apidom-reference": {
"minimatch": "npm:dry-uninstall@0.3.0"
}
},
"browserslist": [
Expand Down
Loading