swagger-ui 4.13.0 → 4.13.1
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/dist/swagger-ui-es-bundle-core.js +1 -1
- package/dist/swagger-ui-es-bundle-core.js.map +1 -1
- package/dist/swagger-ui-es-bundle.js +1 -1
- package/dist/swagger-ui-es-bundle.js.map +1 -1
- package/dist/swagger-ui-standalone-preset.js +1 -1
- package/dist/swagger-ui-standalone-preset.js.map +1 -1
- package/dist/swagger-ui.css +1 -1
- package/dist/swagger-ui.css.map +1 -1
- package/dist/swagger-ui.js +1 -1
- package/dist/swagger-ui.js.map +1 -1
- package/package.json +14 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.1",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@babel/runtime-corejs3": "^7.
|
|
64
|
+
"@babel/runtime-corejs3": "^7.18.9",
|
|
65
65
|
"@braintree/sanitize-url": "=6.0.0",
|
|
66
66
|
"base64-js": "^1.5.1",
|
|
67
67
|
"classnames": "^2.3.1",
|
|
68
68
|
"css.escape": "1.5.1",
|
|
69
69
|
"deep-extend": "0.6.0",
|
|
70
|
-
"dompurify": "=2.3.
|
|
70
|
+
"dompurify": "=2.3.10",
|
|
71
71
|
"ieee754": "^1.2.1",
|
|
72
72
|
"immutable": "^3.x.x",
|
|
73
73
|
"js-file-download": "^0.4.12",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"@babel/eslint-parser": "=7.17.0",
|
|
104
104
|
"@babel/plugin-proposal-class-properties": "=7.16.7",
|
|
105
105
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
|
|
106
|
-
"@babel/plugin-proposal-object-rest-spread": "=7.
|
|
107
|
-
"@babel/plugin-proposal-optional-chaining": "=7.
|
|
106
|
+
"@babel/plugin-proposal-object-rest-spread": "=7.18.9",
|
|
107
|
+
"@babel/plugin-proposal-optional-chaining": "=7.18.9",
|
|
108
108
|
"@babel/plugin-transform-modules-commonjs": "=7.16.8",
|
|
109
|
-
"@babel/plugin-transform-runtime": "=7.
|
|
109
|
+
"@babel/plugin-transform-runtime": "=7.18.9",
|
|
110
110
|
"@babel/preset-env": "=7.16.8",
|
|
111
111
|
"@babel/preset-react": "=7.14.5",
|
|
112
112
|
"@babel/register": "=7.17.0",
|
|
@@ -131,21 +131,22 @@
|
|
|
131
131
|
"dedent": "^0.7.0",
|
|
132
132
|
"deepmerge": "^4.0.0",
|
|
133
133
|
"enzyme": "=3.11.0",
|
|
134
|
-
"eslint": "^
|
|
134
|
+
"eslint": "^8.20.0",
|
|
135
135
|
"eslint-plugin-import": "^2.25.4",
|
|
136
136
|
"eslint-plugin-jest": "^26.1.1",
|
|
137
137
|
"eslint-plugin-mocha": "^9.0.0",
|
|
138
138
|
"eslint-plugin-react": "^7.27.1",
|
|
139
139
|
"esm": "=3.2.25",
|
|
140
|
-
"expect": "=
|
|
140
|
+
"expect": "=28.1.3",
|
|
141
141
|
"express": "^4.17.1",
|
|
142
142
|
"git-describe": "^4.1.0",
|
|
143
143
|
"html-webpack-plugin": "^5.5.0",
|
|
144
144
|
"html-webpack-skip-assets-plugin": "^1.0.3",
|
|
145
145
|
"husky": "=7.0.4",
|
|
146
146
|
"inspectpack": "=4.7.1",
|
|
147
|
-
"jest": "=
|
|
148
|
-
"jsdom": "=
|
|
147
|
+
"jest": "=28.1.3",
|
|
148
|
+
"jest-environment-jsdom": "=28.1.3",
|
|
149
|
+
"jsdom": "=20.0.0",
|
|
149
150
|
"json-loader": "^0.5.7",
|
|
150
151
|
"json-merger": "^1.1.6",
|
|
151
152
|
"json-server": "=0.17.0",
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
"license-checker": "^25.0.0",
|
|
154
155
|
"lint-staged": "=11.2.6",
|
|
155
156
|
"local-web-server": "^4.2.1",
|
|
156
|
-
"mini-css-extract-plugin": "^2.
|
|
157
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
157
158
|
"mocha": "=8.4.0",
|
|
158
159
|
"npm-audit-ci-wrapper": "^3.0.2",
|
|
159
160
|
"npm-run-all": "^4.1.5",
|
|
@@ -168,7 +169,7 @@
|
|
|
168
169
|
"react-test-renderer": "=17.0.2",
|
|
169
170
|
"release-it": "=14.12.5",
|
|
170
171
|
"rimraf": "^3.0.0",
|
|
171
|
-
"sass": "^1.
|
|
172
|
+
"sass": "^1.54.0",
|
|
172
173
|
"sass-loader": "^9.0.3",
|
|
173
174
|
"sinon": "=12.0.1",
|
|
174
175
|
"source-map-support": "^0.5.21",
|
|
@@ -176,6 +177,7 @@
|
|
|
176
177
|
"stream-browserify": "^3.0.0",
|
|
177
178
|
"tachyons-sass": "^4.9.5",
|
|
178
179
|
"terser-webpack-plugin": "^5.3.1",
|
|
180
|
+
"util": "=0.12.4",
|
|
179
181
|
"webpack": "^5.65.0",
|
|
180
182
|
"webpack-bundle-size-analyzer": "^3.1.0",
|
|
181
183
|
"webpack-cli": "^4.9.2",
|