swagger-ui 5.11.8 → 5.11.9
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.11.
|
|
3
|
+
"version": "5.11.9",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@babel/runtime-corejs3": "^7.
|
|
75
|
+
"@babel/runtime-corejs3": "^7.24.0",
|
|
76
76
|
"@braintree/sanitize-url": "=7.0.0",
|
|
77
77
|
"base64-js": "^1.5.1",
|
|
78
78
|
"classnames": "^2.5.1",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"reselect": "^5.1.0",
|
|
104
104
|
"serialize-error": "^8.1.0",
|
|
105
105
|
"sha.js": "^2.4.11",
|
|
106
|
-
"swagger-client": "^3.25.
|
|
106
|
+
"swagger-client": "^3.25.4",
|
|
107
107
|
"url-parse": "^1.5.10",
|
|
108
108
|
"xml": "=1.0.1",
|
|
109
109
|
"xml-but-prettier": "^1.0.1",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@babel/cli": "=7.23.9",
|
|
114
114
|
"@babel/core": "=7.23.9",
|
|
115
115
|
"@babel/eslint-parser": "=7.23.10",
|
|
116
|
-
"@babel/plugin-transform-runtime": "=7.
|
|
116
|
+
"@babel/plugin-transform-runtime": "=7.24.0",
|
|
117
117
|
"@babel/preset-env": "=7.23.9",
|
|
118
118
|
"@babel/preset-react": "=7.23.3",
|
|
119
119
|
"@babel/register": "=7.23.7",
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
"cors": "^2.8.5",
|
|
135
135
|
"cross-env": "=7.0.3",
|
|
136
136
|
"css-loader": "=6.10.0",
|
|
137
|
-
"cssnano": "=6.0.
|
|
137
|
+
"cssnano": "=6.0.5",
|
|
138
138
|
"cypress": "=13.6.6",
|
|
139
139
|
"dedent": "^1.5.1",
|
|
140
140
|
"deepmerge": "^4.3.1",
|
|
141
141
|
"enzyme": "=3.11.0",
|
|
142
|
-
"eslint": "^8.
|
|
142
|
+
"eslint": "^8.57.0",
|
|
143
143
|
"eslint-plugin-import": "^2.29.0",
|
|
144
144
|
"eslint-plugin-jest": "^27.9.0",
|
|
145
145
|
"eslint-plugin-react": "^7.33.2",
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
"license-checker": "^25.0.0",
|
|
163
163
|
"lint-staged": "^15.2.2",
|
|
164
164
|
"local-web-server": "^5.3.1",
|
|
165
|
-
"mini-css-extract-plugin": "^2.8.
|
|
165
|
+
"mini-css-extract-plugin": "^2.8.1",
|
|
166
166
|
"npm-audit-ci-wrapper": "^3.0.2",
|
|
167
167
|
"npm-run-all": "^4.1.5",
|
|
168
168
|
"oauth2-server": "^2.4.1",
|
|
169
|
-
"open": "^10.0.
|
|
169
|
+
"open": "^10.0.4",
|
|
170
170
|
"postcss": "^8.4.35",
|
|
171
171
|
"postcss-loader": "^8.1.0",
|
|
172
172
|
"postcss-preset-env": "^9.4.0",
|