swagger-ui 5.32.6 → 5.32.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swagger-ui",
3
- "version": "5.32.6",
3
+ "version": "5.32.7",
4
4
  "main": "./dist/swagger-ui.js",
5
5
  "module": "./dist/swagger-ui-es-bundle-core.js",
6
6
  "exports": {
@@ -69,7 +69,7 @@
69
69
  "security-audit": "run-s -sc security-audit:all security-audit:prod",
70
70
  "security-audit:prod": "npm-audit-ci-wrapper -p -t low",
71
71
  "security-audit:all": "npm-audit-ci-wrapper -t moderate",
72
- "serve-static": "ws -d dist/ --hostname 0.0.0.0 -p 3002",
72
+ "serve-static": "serve dist/ -l 3002 --no-clipboard",
73
73
  "start": "npm-run-all --parallel serve-static open-static"
74
74
  },
75
75
  "dependencies": {
@@ -80,11 +80,11 @@
80
80
  "classnames": "^2.5.1",
81
81
  "css.escape": "1.5.1",
82
82
  "deep-extend": "0.6.0",
83
- "dompurify": "^3.4.0",
83
+ "dompurify": "^3.4.11",
84
84
  "ieee754": "^1.2.1",
85
85
  "immutable": "^3.x.x",
86
86
  "js-file-download": "^0.4.12",
87
- "js-yaml": "=4.1.1",
87
+ "js-yaml": "=4.2.0",
88
88
  "lodash": "^4.18.1",
89
89
  "prop-types": "^15.8.1",
90
90
  "randexp": "^0.5.3",
@@ -112,7 +112,7 @@
112
112
  },
113
113
  "devDependencies": {
114
114
  "@babel/cli": "=7.26.4",
115
- "@babel/core": "=7.26.10",
115
+ "@babel/core": "=7.29.6",
116
116
  "@babel/eslint-parser": "=7.26.10",
117
117
  "@babel/plugin-transform-runtime": "=7.26.10",
118
118
  "@babel/preset-env": "=7.27.2",
@@ -121,7 +121,8 @@
121
121
  "@cfaester/enzyme-adapter-react-18": "=0.8.0",
122
122
  "@commitlint/cli": "^19.8.0",
123
123
  "@commitlint/config-conventional": "^19.8.0",
124
- "@jest/globals": "=29.7.0",
124
+ "@jest/globals": "=30.4.1",
125
+ "@node-oauth/oauth2-server": "=5.3.0",
125
126
  "@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
126
127
  "@release-it/conventional-changelog": "=11.0.0",
127
128
  "@svgr/webpack": "=8.1.0",
@@ -130,7 +131,7 @@
130
131
  "babel-plugin-lodash": "=3.3.4",
131
132
  "babel-plugin-module-resolver": "=5.0.2",
132
133
  "babel-plugin-transform-react-remove-prop-types": "=0.4.24",
133
- "body-parser": "^1.20.4",
134
+ "body-parser": "^1.20.5",
134
135
  "cheerio": "=1.0.0",
135
136
  "copy-webpack-plugin": "14.0.0",
136
137
  "cors": "^2.8.5",
@@ -144,33 +145,31 @@
144
145
  "eslint": "^8.57.0",
145
146
  "eslint-config-prettier": "^10.1.1",
146
147
  "eslint-plugin-import": "^2.31.0",
147
- "eslint-plugin-jest": "^28.12.0",
148
+ "eslint-plugin-jest": "^29.15.2",
148
149
  "eslint-plugin-prettier": "^5.2.3",
149
150
  "eslint-plugin-react": "^7.37.4",
150
151
  "esm": "=3.2.25",
151
- "expect": "=29.7.0",
152
- "express": "^4.22.1",
152
+ "expect": "=30.4.1",
153
+ "express": "^4.22.2",
153
154
  "git-describe": "^4.1.0",
154
155
  "html-webpack-plugin": "^5.6.3",
155
156
  "husky": "=9.1.7",
156
157
  "inspectpack": "=4.7.1",
157
- "jest": "=29.7.0",
158
- "jest-environment-jsdom": "=29.7.0",
158
+ "jest": "=30.4.2",
159
+ "jest-environment-jsdom": "=30.4.1",
159
160
  "jest-transform-stub": "=2.0.0",
160
161
  "jsdom": "=26.0.0",
161
162
  "json-loader": "^0.5.7",
162
- "json-merger": "^2.0.0",
163
+ "json-merger": "^3.0.0",
163
164
  "json-server": "=0.17.4",
164
165
  "less": "^4.2.2",
165
166
  "license-checker": "^25.0.0",
166
167
  "lint-staged": "^15.5.0",
167
- "local-web-server": "^5.4.0",
168
168
  "mini-css-extract-plugin": "^2.9.2",
169
169
  "npm-audit-ci-wrapper": "^3.0.2",
170
170
  "npm-run-all": "^4.1.5",
171
- "oauth2-server": "^2.4.1",
172
171
  "open": "^10.1.0",
173
- "open-cli": "=8.0.0",
172
+ "open-cli": "=9.0.0",
174
173
  "postcss": "^8.5.12",
175
174
  "postcss-loader": "^8.1.1",
176
175
  "postcss-preset-env": "^10.1.6",
@@ -183,6 +182,7 @@
183
182
  "rimraf": "^6.0.1",
184
183
  "sass-embedded": "=1.86.0",
185
184
  "sass-loader": "^16.0.4",
185
+ "serve": "=14.2.6",
186
186
  "shx": "=0.4.0",
187
187
  "sinon": "21.0.1",
188
188
  "source-map-support": "^0.5.21",
@@ -195,7 +195,7 @@
195
195
  "webpack": "^5.97.1",
196
196
  "webpack-bundle-size-analyzer": "^3.1.0",
197
197
  "webpack-cli": "^6.0.1",
198
- "webpack-dev-server": "^5.2.2",
198
+ "webpack-dev-server": "^5.2.5",
199
199
  "webpack-node-externals": "=3.0.0",
200
200
  "webpack-stats-plugin": "=1.1.3"
201
201
  },
@@ -203,9 +203,13 @@
203
203
  "@pmmmwh/react-refresh-webpack-plugin": {
204
204
  "webpack-dev-server": "$webpack-dev-server"
205
205
  },
206
+ "cypress": {
207
+ "@cypress/request": "^4.0.1"
208
+ },
206
209
  "enzyme": {
207
210
  "cheerio": "=1.0.0-rc.12"
208
- }
211
+ },
212
+ "uuid": "^11.1.1"
209
213
  },
210
214
  "config": {
211
215
  "deps_check_dir": ".deps_check"