swagger-ui 5.32.5 → 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.
|
|
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": "
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"reselect": "^5.1.1",
|
|
105
105
|
"serialize-error": "^8.1.0",
|
|
106
106
|
"sha.js": "^2.4.12",
|
|
107
|
-
"swagger-client": "^3.37.
|
|
107
|
+
"swagger-client": "^3.37.4",
|
|
108
108
|
"url-parse": "^1.5.10",
|
|
109
109
|
"xml": "=1.0.1",
|
|
110
110
|
"xml-but-prettier": "^1.0.1",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@babel/cli": "=7.26.4",
|
|
115
|
-
"@babel/core": "=7.
|
|
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,16 +121,17 @@
|
|
|
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": "=
|
|
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
|
-
"@release-it/conventional-changelog": "=
|
|
127
|
+
"@release-it/conventional-changelog": "=11.0.0",
|
|
127
128
|
"@svgr/webpack": "=8.1.0",
|
|
128
129
|
"autoprefixer": "^10.4.21",
|
|
129
130
|
"babel-loader": "^9.2.1",
|
|
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.
|
|
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,35 +145,32 @@
|
|
|
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": "^
|
|
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": "=
|
|
152
|
-
"express": "^4.22.
|
|
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
|
-
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
156
156
|
"husky": "=9.1.7",
|
|
157
157
|
"inspectpack": "=4.7.1",
|
|
158
|
-
"jest": "=
|
|
159
|
-
"jest-environment-jsdom": "=
|
|
158
|
+
"jest": "=30.4.2",
|
|
159
|
+
"jest-environment-jsdom": "=30.4.1",
|
|
160
160
|
"jest-transform-stub": "=2.0.0",
|
|
161
161
|
"jsdom": "=26.0.0",
|
|
162
162
|
"json-loader": "^0.5.7",
|
|
163
|
-
"json-merger": "^
|
|
163
|
+
"json-merger": "^3.0.0",
|
|
164
164
|
"json-server": "=0.17.4",
|
|
165
165
|
"less": "^4.2.2",
|
|
166
166
|
"license-checker": "^25.0.0",
|
|
167
167
|
"lint-staged": "^15.5.0",
|
|
168
|
-
"local-web-server": "^5.4.0",
|
|
169
168
|
"mini-css-extract-plugin": "^2.9.2",
|
|
170
169
|
"npm-audit-ci-wrapper": "^3.0.2",
|
|
171
170
|
"npm-run-all": "^4.1.5",
|
|
172
|
-
"oauth2-server": "^2.4.1",
|
|
173
171
|
"open": "^10.1.0",
|
|
174
|
-
"open-cli": "=
|
|
175
|
-
"postcss": "^8.5.
|
|
172
|
+
"open-cli": "=9.0.0",
|
|
173
|
+
"postcss": "^8.5.12",
|
|
176
174
|
"postcss-loader": "^8.1.1",
|
|
177
175
|
"postcss-preset-env": "^10.1.6",
|
|
178
176
|
"postcss-scss": "^4.0.9",
|
|
@@ -180,10 +178,11 @@
|
|
|
180
178
|
"process": "^0.11.10",
|
|
181
179
|
"react-refresh": "^0.17.0",
|
|
182
180
|
"react-test-renderer": "^18.3.1",
|
|
183
|
-
"release-it": "
|
|
181
|
+
"release-it": "^20.0.1",
|
|
184
182
|
"rimraf": "^6.0.1",
|
|
185
183
|
"sass-embedded": "=1.86.0",
|
|
186
184
|
"sass-loader": "^16.0.4",
|
|
185
|
+
"serve": "=14.2.6",
|
|
187
186
|
"shx": "=0.4.0",
|
|
188
187
|
"sinon": "21.0.1",
|
|
189
188
|
"source-map-support": "^0.5.21",
|
|
@@ -196,7 +195,7 @@
|
|
|
196
195
|
"webpack": "^5.97.1",
|
|
197
196
|
"webpack-bundle-size-analyzer": "^3.1.0",
|
|
198
197
|
"webpack-cli": "^6.0.1",
|
|
199
|
-
"webpack-dev-server": "^5.2.
|
|
198
|
+
"webpack-dev-server": "^5.2.5",
|
|
200
199
|
"webpack-node-externals": "=3.0.0",
|
|
201
200
|
"webpack-stats-plugin": "=1.1.3"
|
|
202
201
|
},
|
|
@@ -204,9 +203,13 @@
|
|
|
204
203
|
"@pmmmwh/react-refresh-webpack-plugin": {
|
|
205
204
|
"webpack-dev-server": "$webpack-dev-server"
|
|
206
205
|
},
|
|
206
|
+
"cypress": {
|
|
207
|
+
"@cypress/request": "^4.0.1"
|
|
208
|
+
},
|
|
207
209
|
"enzyme": {
|
|
208
210
|
"cheerio": "=1.0.0-rc.12"
|
|
209
|
-
}
|
|
211
|
+
},
|
|
212
|
+
"uuid": "^11.1.1"
|
|
210
213
|
},
|
|
211
214
|
"config": {
|
|
212
215
|
"deps_check_dir": ".deps_check"
|