swagger-ui 3.45.1 → 3.48.0

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": "3.45.1",
3
+ "version": "3.48.0",
4
4
  "main": "dist/swagger-ui.js",
5
5
  "module": "dist/swagger-ui-es-bundle.js",
6
6
  "homepage": "https://github.com/swagger-api/swagger-ui",
@@ -54,19 +54,19 @@
54
54
  "security-audit": "run-s -sc security-audit:all security-audit:prod",
55
55
  "security-audit:prod": "npm-audit-ci-wrapper -p -t low",
56
56
  "security-audit:all": "npm-audit-ci-wrapper -t moderate",
57
- "serve-static": "http-server dist/ -i -a 0.0.0.0 -p 3002",
57
+ "serve-static": "ws -d dist/ --hostname 0.0.0.0 -p 3002",
58
58
  "start": "npm-run-all --parallel serve-static open-static"
59
59
  },
60
60
  "dependencies": {
61
- "@babel/runtime-corejs3": "^7.13.10",
61
+ "@babel/runtime-corejs3": "^7.13.17",
62
62
  "@braintree/sanitize-url": "^5.0.0",
63
63
  "@kyleshockey/object-assign-deep": "^0.4.2",
64
64
  "@kyleshockey/xml": "^1.0.2",
65
65
  "base64-js": "^1.5.1",
66
- "classnames": "^2.2.6",
66
+ "classnames": "^2.3.1",
67
67
  "css.escape": "1.5.1",
68
68
  "deep-extend": "0.6.0",
69
- "dompurify": "^2.2.7",
69
+ "dompurify": "^2.2.8",
70
70
  "ieee754": "^1.2.1",
71
71
  "immutable": "^3.x.x",
72
72
  "js-file-download": "^0.4.12",
@@ -89,26 +89,26 @@
89
89
  "redux-immutable": "3.1.0",
90
90
  "remarkable": "^2.0.1",
91
91
  "reselect": "^4.0.0",
92
- "serialize-error": "^2.1.0",
92
+ "serialize-error": "^8.1.0",
93
93
  "sha.js": "^2.4.11",
94
- "swagger-client": "^3.13.1",
94
+ "swagger-client": "^3.13.2",
95
95
  "url-parse": "^1.5.1",
96
96
  "xml-but-prettier": "^1.0.1",
97
97
  "zenscroll": "^4.0.2"
98
98
  },
99
99
  "devDependencies": {
100
- "@babel/cli": "=7.13.10",
101
- "@babel/core": "=7.13.10",
102
- "@babel/eslint-parser": "=7.13.10",
100
+ "@babel/cli": "=7.13.16",
101
+ "@babel/core": "=7.13.16",
102
+ "@babel/eslint-parser": "=7.13.14",
103
103
  "@babel/plugin-proposal-class-properties": "=7.13.0",
104
104
  "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8",
105
- "@babel/plugin-proposal-optional-chaining": "=7.13.8",
106
- "@babel/plugin-transform-runtime": "=7.13.10",
107
- "@babel/preset-env": "=7.13.10",
108
- "@babel/preset-react": "=7.12.13",
109
- "@babel/register": "=7.13.8",
110
- "@commitlint/cli": "^12.0.1",
111
- "@commitlint/config-conventional": "^12.0.1",
105
+ "@babel/plugin-proposal-optional-chaining": "=7.13.12",
106
+ "@babel/plugin-transform-runtime": "=7.13.15",
107
+ "@babel/preset-env": "=7.13.15",
108
+ "@babel/preset-react": "=7.13.13",
109
+ "@babel/register": "=7.13.16",
110
+ "@commitlint/cli": "^12.1.1",
111
+ "@commitlint/config-conventional": "^12.1.1",
112
112
  "@jest/globals": "=26.6.2",
113
113
  "@release-it/conventional-changelog": "=1.1.4",
114
114
  "autoprefixer": "^10.2.5",
@@ -117,46 +117,46 @@
117
117
  "babel-plugin-module-resolver": "=4.1.0",
118
118
  "babel-plugin-transform-react-remove-prop-types": "=0.4.24",
119
119
  "body-parser": "^1.19.0",
120
- "chromedriver": "^87.0.7",
120
+ "chromedriver": "^90.0.0",
121
121
  "cors": "^2.8.5",
122
122
  "cross-env": "=7.0.3",
123
- "css-loader": "=5.1.3",
124
- "cssnano": "=4.1.10",
123
+ "css-loader": "=5.2.4",
124
+ "cssnano": "^4.1.11",
125
125
  "cypress": "^6.7.1",
126
126
  "dedent": "^0.7.0",
127
127
  "deepmerge": "^4.0.0",
128
128
  "enzyme": "^2.7.1",
129
- "eslint": "^7.22.0",
129
+ "eslint": "^7.25.0",
130
130
  "eslint-plugin-import": "^2.21.1",
131
- "eslint-plugin-jest": "=24.1.8",
131
+ "eslint-plugin-jest": "^24.3.5",
132
132
  "eslint-plugin-mocha": "^8.0.8",
133
- "eslint-plugin-react": "^7.22.0",
133
+ "eslint-plugin-react": "^7.23.2",
134
134
  "esm": "=3.2.25",
135
135
  "expect": "^1.20.2",
136
136
  "express": "^4.17.1",
137
137
  "file-loader": "^6.0.0",
138
138
  "git-describe": "^4.0.4",
139
- "http-server": "^0.12.3",
140
- "husky": "=5.1.3",
139
+ "husky": "=6.0.0",
141
140
  "ignore-assets-webpack-plugin": "^2.0.1",
142
- "inspectpack": "=4.6.1",
141
+ "inspectpack": "=4.7.1",
143
142
  "jest": "=26.6.3",
144
- "jsdom": "=16.5.1",
143
+ "jsdom": "=16.5.3",
145
144
  "json-loader": "^0.5.7",
146
145
  "json-merger": "^1.1.2",
147
146
  "json-server": "=0.16.3",
148
147
  "less": "^4.1.1",
149
148
  "license-checker": "^25.0.0",
150
149
  "lint-staged": "=10.5.4",
151
- "mini-css-extract-plugin": "^1.3.9",
150
+ "local-web-server": "^4.2.1",
151
+ "mini-css-extract-plugin": "^1.5.0",
152
152
  "mocha": "=8.3.2",
153
- "nightwatch": "^1.3.6",
153
+ "nightwatch": "^1.6.3",
154
154
  "node-sass": "^4.14.1",
155
155
  "npm-audit-ci-wrapper": "^3.0.0",
156
156
  "npm-run-all": "^4.1.5",
157
157
  "oauth2-server": "^2.4.1",
158
- "open": "^8.0.3",
159
- "postcss": "=8.2.8",
158
+ "open": "^8.0.7",
159
+ "postcss": "=8.2.13",
160
160
  "postcss-loader": "=4.2.0",
161
161
  "postcss-preset-env": "=6.7.0",
162
162
  "prettier": "^2.0.0",
@@ -168,7 +168,7 @@
168
168
  "selenium-server-standalone-jar": "^3.141.5",
169
169
  "source-map-support": "^0.5.19",
170
170
  "tachyons-sass": "^4.9.5",
171
- "terser-webpack-plugin": "^4.0.0",
171
+ "terser-webpack-plugin": "^4.2.3",
172
172
  "url-loader": "^4.1.1",
173
173
  "webpack": "^4.46.0",
174
174
  "webpack-bundle-size-analyzer": "^3.1.0",