swagger-ui 4.18.1 → 4.18.3
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.css +1 -1
- package/dist/swagger-ui.js +1 -1
- package/dist/swagger-ui.js.map +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.3",
|
|
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
|
"classnames": "^2.3.1",
|
|
70
70
|
"css.escape": "1.5.1",
|
|
71
71
|
"deep-extend": "0.6.0",
|
|
72
|
-
"dompurify": "=
|
|
72
|
+
"dompurify": "=3.0.2",
|
|
73
73
|
"ieee754": "^1.2.1",
|
|
74
74
|
"immutable": "^3.x.x",
|
|
75
75
|
"js-file-download": "^0.4.12",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"redux": "^4.1.2",
|
|
92
92
|
"redux-immutable": "^4.0.0",
|
|
93
93
|
"remarkable": "^2.0.1",
|
|
94
|
-
"reselect": "^4.1.
|
|
94
|
+
"reselect": "^4.1.8",
|
|
95
95
|
"serialize-error": "^8.1.0",
|
|
96
96
|
"sha.js": "^2.4.11",
|
|
97
|
-
"swagger-client": "^3.19.
|
|
97
|
+
"swagger-client": "^3.19.6",
|
|
98
98
|
"url-parse": "^1.5.8",
|
|
99
99
|
"xml": "=1.0.1",
|
|
100
100
|
"xml-but-prettier": "^1.0.1",
|
|
@@ -103,24 +103,24 @@
|
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@babel/cli": "=7.21.0",
|
|
105
105
|
"@babel/core": "=7.21.0",
|
|
106
|
-
"@babel/eslint-parser": "=7.
|
|
106
|
+
"@babel/eslint-parser": "=7.21.3",
|
|
107
107
|
"@babel/plugin-proposal-class-properties": "=7.16.7",
|
|
108
108
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
|
|
109
109
|
"@babel/plugin-proposal-object-rest-spread": "=7.19.4",
|
|
110
110
|
"@babel/plugin-proposal-optional-chaining": "=7.21.0",
|
|
111
|
-
"@babel/plugin-transform-modules-commonjs": "=7.
|
|
111
|
+
"@babel/plugin-transform-modules-commonjs": "=7.21.2",
|
|
112
112
|
"@babel/plugin-transform-runtime": "=7.21.0",
|
|
113
|
-
"@babel/preset-env": "=7.
|
|
113
|
+
"@babel/preset-env": "=7.21.4",
|
|
114
114
|
"@babel/preset-react": "=7.14.5",
|
|
115
115
|
"@babel/register": "=7.21.0",
|
|
116
|
-
"@commitlint/cli": "^17.
|
|
116
|
+
"@commitlint/cli": "^17.6.1",
|
|
117
117
|
"@commitlint/config-conventional": "^17.4.4",
|
|
118
|
-
"@jest/globals": "=29.
|
|
118
|
+
"@jest/globals": "=29.5.0",
|
|
119
119
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
120
120
|
"@release-it/conventional-changelog": "=5.1.0",
|
|
121
121
|
"@wojtekmaj/enzyme-adapter-react-17": "=0.6.6",
|
|
122
122
|
"autoprefixer": "^10.4.12",
|
|
123
|
-
"babel-loader": "^
|
|
123
|
+
"babel-loader": "^9.1.2",
|
|
124
124
|
"babel-plugin-lodash": "=3.3.4",
|
|
125
125
|
"babel-plugin-module-resolver": "=5.0.0",
|
|
126
126
|
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
|
|
@@ -128,19 +128,19 @@
|
|
|
128
128
|
"buffer": "^6.0.3",
|
|
129
129
|
"cors": "^2.8.5",
|
|
130
130
|
"cross-env": "=7.0.3",
|
|
131
|
-
"css-loader": "=6.7.
|
|
132
|
-
"cssnano": "=
|
|
131
|
+
"css-loader": "=6.7.3",
|
|
132
|
+
"cssnano": "=6.0.0",
|
|
133
133
|
"cypress": "=9.5.1",
|
|
134
134
|
"dedent": "^0.7.0",
|
|
135
|
-
"deepmerge": "^4.
|
|
135
|
+
"deepmerge": "^4.3.1",
|
|
136
136
|
"enzyme": "=3.11.0",
|
|
137
|
-
"eslint": "^8.
|
|
137
|
+
"eslint": "^8.37.0",
|
|
138
138
|
"eslint-plugin-import": "^2.25.4",
|
|
139
139
|
"eslint-plugin-jest": "^26.1.1",
|
|
140
|
-
"eslint-plugin-mocha": "^
|
|
140
|
+
"eslint-plugin-mocha": "^10.1.0",
|
|
141
141
|
"eslint-plugin-react": "^7.27.1",
|
|
142
142
|
"esm": "=3.2.25",
|
|
143
|
-
"expect": "=
|
|
143
|
+
"expect": "=29.5.0",
|
|
144
144
|
"express": "^4.18.2",
|
|
145
145
|
"git-describe": "^4.1.0",
|
|
146
146
|
"html-webpack-plugin": "^5.5.0",
|
|
@@ -149,24 +149,24 @@
|
|
|
149
149
|
"inspectpack": "=4.7.1",
|
|
150
150
|
"jest": "=29.4.3",
|
|
151
151
|
"jest-environment-jsdom": "=29.4.3",
|
|
152
|
-
"jsdom": "=21.1.
|
|
152
|
+
"jsdom": "=21.1.1",
|
|
153
153
|
"json-loader": "^0.5.7",
|
|
154
154
|
"json-merger": "^1.1.9",
|
|
155
|
-
"json-server": "=0.17.
|
|
155
|
+
"json-server": "=0.17.3",
|
|
156
156
|
"less": "^4.1.2",
|
|
157
157
|
"license-checker": "^25.0.0",
|
|
158
|
-
"lint-staged": "
|
|
159
|
-
"local-web-server": "^
|
|
158
|
+
"lint-staged": "^13.2.1",
|
|
159
|
+
"local-web-server": "^5.3.0",
|
|
160
160
|
"mini-css-extract-plugin": "^2.6.1",
|
|
161
161
|
"mocha": "=8.4.0",
|
|
162
162
|
"npm-audit-ci-wrapper": "^3.0.2",
|
|
163
163
|
"npm-run-all": "^4.1.5",
|
|
164
164
|
"oauth2-server": "^2.4.1",
|
|
165
|
-
"open": "^
|
|
165
|
+
"open": "^9.1.0",
|
|
166
166
|
"postcss": "^8.4.14",
|
|
167
|
-
"postcss-loader": "^7.
|
|
168
|
-
"postcss-preset-env": "^8.0
|
|
169
|
-
"prettier": "^2.7
|
|
167
|
+
"postcss-loader": "^7.2.4",
|
|
168
|
+
"postcss-preset-env": "^8.3.0",
|
|
169
|
+
"prettier": "^2.8.7",
|
|
170
170
|
"process": "^0.11.10",
|
|
171
171
|
"react-refresh": "^0.14.0",
|
|
172
172
|
"react-test-renderer": "=17.0.2",
|
|
@@ -179,13 +179,13 @@
|
|
|
179
179
|
"start-server-and-test": "^1.14.0",
|
|
180
180
|
"stream-browserify": "^3.0.0",
|
|
181
181
|
"tachyons-sass": "^4.9.5",
|
|
182
|
-
"terser-webpack-plugin": "^5.3.
|
|
183
|
-
"webpack": "^5.
|
|
182
|
+
"terser-webpack-plugin": "^5.3.7",
|
|
183
|
+
"webpack": "^5.80.0",
|
|
184
184
|
"webpack-bundle-size-analyzer": "^3.1.0",
|
|
185
185
|
"webpack-cli": "^4.10.0",
|
|
186
186
|
"webpack-dev-server": "^4.7.4",
|
|
187
187
|
"webpack-node-externals": "=3.0.0",
|
|
188
|
-
"webpack-stats-plugin": "=1.
|
|
188
|
+
"webpack-stats-plugin": "=1.1.1"
|
|
189
189
|
},
|
|
190
190
|
"config": {
|
|
191
191
|
"deps_check_dir": ".deps_check"
|