swagger-ui 4.13.0 → 4.14.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,10 +1,11 @@
1
1
  {
2
2
  "name": "swagger-ui",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "main": "./dist/swagger-ui.js",
5
5
  "module": "./dist/swagger-ui-es-bundle-core.js",
6
6
  "exports": {
7
7
  "./dist/swagger-ui.css": "./dist/swagger-ui.css",
8
+ "./dist/oauth2-redirect.html": "./dist/oauth2-redirect.html",
8
9
  ".": {
9
10
  "import": "./dist/swagger-ui-es-bundle-core.js",
10
11
  "require": "./dist/swagger-ui.js"
@@ -61,13 +62,13 @@
61
62
  "start": "npm-run-all --parallel serve-static open-static"
62
63
  },
63
64
  "dependencies": {
64
- "@babel/runtime-corejs3": "^7.16.8",
65
+ "@babel/runtime-corejs3": "^7.18.9",
65
66
  "@braintree/sanitize-url": "=6.0.0",
66
67
  "base64-js": "^1.5.1",
67
68
  "classnames": "^2.3.1",
68
69
  "css.escape": "1.5.1",
69
70
  "deep-extend": "0.6.0",
70
- "dompurify": "=2.3.3",
71
+ "dompurify": "=2.3.10",
71
72
  "ieee754": "^1.2.1",
72
73
  "immutable": "^3.x.x",
73
74
  "js-file-download": "^0.4.12",
@@ -78,7 +79,7 @@
78
79
  "randombytes": "^2.1.0",
79
80
  "react": "=17.0.2",
80
81
  "react-copy-to-clipboard": "5.0.4",
81
- "react-debounce-input": "=3.2.4",
82
+ "react-debounce-input": "=3.3.0",
82
83
  "react-dom": "=17.0.2",
83
84
  "react-immutable-proptypes": "2.2.0",
84
85
  "react-immutable-pure-component": "^2.2.0",
@@ -103,10 +104,10 @@
103
104
  "@babel/eslint-parser": "=7.17.0",
104
105
  "@babel/plugin-proposal-class-properties": "=7.16.7",
105
106
  "@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
106
- "@babel/plugin-proposal-object-rest-spread": "=7.16.7",
107
- "@babel/plugin-proposal-optional-chaining": "=7.16.0",
107
+ "@babel/plugin-proposal-object-rest-spread": "=7.18.9",
108
+ "@babel/plugin-proposal-optional-chaining": "=7.18.9",
108
109
  "@babel/plugin-transform-modules-commonjs": "=7.16.8",
109
- "@babel/plugin-transform-runtime": "=7.16.8",
110
+ "@babel/plugin-transform-runtime": "=7.18.9",
110
111
  "@babel/preset-env": "=7.16.8",
111
112
  "@babel/preset-react": "=7.14.5",
112
113
  "@babel/register": "=7.17.0",
@@ -114,7 +115,7 @@
114
115
  "@commitlint/config-conventional": "^16.2.1",
115
116
  "@jest/globals": "=27.0.6",
116
117
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
117
- "@release-it/conventional-changelog": "=3.0.1",
118
+ "@release-it/conventional-changelog": "=5.1.0",
118
119
  "@wojtekmaj/enzyme-adapter-react-17": "=0.6.6",
119
120
  "autoprefixer": "^10.4.0",
120
121
  "babel-loader": "^8.2.3",
@@ -126,49 +127,50 @@
126
127
  "cors": "^2.8.5",
127
128
  "cross-env": "=7.0.3",
128
129
  "css-loader": "=6.7.1",
129
- "cssnano": "=5.1.0",
130
+ "cssnano": "=5.1.12",
130
131
  "cypress": "=9.5.1",
131
132
  "dedent": "^0.7.0",
132
133
  "deepmerge": "^4.0.0",
133
134
  "enzyme": "=3.11.0",
134
- "eslint": "^7.29.0",
135
+ "eslint": "^8.20.0",
135
136
  "eslint-plugin-import": "^2.25.4",
136
137
  "eslint-plugin-jest": "^26.1.1",
137
138
  "eslint-plugin-mocha": "^9.0.0",
138
139
  "eslint-plugin-react": "^7.27.1",
139
140
  "esm": "=3.2.25",
140
- "expect": "=27.5.1",
141
+ "expect": "=28.1.3",
141
142
  "express": "^4.17.1",
142
143
  "git-describe": "^4.1.0",
143
144
  "html-webpack-plugin": "^5.5.0",
144
145
  "html-webpack-skip-assets-plugin": "^1.0.3",
145
146
  "husky": "=7.0.4",
146
147
  "inspectpack": "=4.7.1",
147
- "jest": "=27.5.1",
148
- "jsdom": "=16.6.0",
148
+ "jest": "=28.1.3",
149
+ "jest-environment-jsdom": "=28.1.3",
150
+ "jsdom": "=20.0.0",
149
151
  "json-loader": "^0.5.7",
150
- "json-merger": "^1.1.6",
152
+ "json-merger": "^1.1.9",
151
153
  "json-server": "=0.17.0",
152
154
  "less": "^4.1.2",
153
155
  "license-checker": "^25.0.0",
154
156
  "lint-staged": "=11.2.6",
155
157
  "local-web-server": "^4.2.1",
156
- "mini-css-extract-plugin": "^2.5.3",
158
+ "mini-css-extract-plugin": "^2.6.1",
157
159
  "mocha": "=8.4.0",
158
160
  "npm-audit-ci-wrapper": "^3.0.2",
159
161
  "npm-run-all": "^4.1.5",
160
162
  "oauth2-server": "^2.4.1",
161
163
  "open": "^8.4.0",
162
- "postcss": "^8.4.5",
164
+ "postcss": "^8.4.14",
163
165
  "postcss-loader": "^6.2.1",
164
166
  "postcss-preset-env": "^7.4.3",
165
167
  "prettier": "^2.5.1",
166
168
  "process": "^0.11.10",
167
169
  "react-refresh": "^0.11.0",
168
170
  "react-test-renderer": "=17.0.2",
169
- "release-it": "=14.12.5",
171
+ "release-it": "=15.3.0",
170
172
  "rimraf": "^3.0.0",
171
- "sass": "^1.49.0",
173
+ "sass": "^1.54.0",
172
174
  "sass-loader": "^9.0.3",
173
175
  "sinon": "=12.0.1",
174
176
  "source-map-support": "^0.5.21",
@@ -178,7 +180,7 @@
178
180
  "terser-webpack-plugin": "^5.3.1",
179
181
  "webpack": "^5.65.0",
180
182
  "webpack-bundle-size-analyzer": "^3.1.0",
181
- "webpack-cli": "^4.9.2",
183
+ "webpack-cli": "^4.10.0",
182
184
  "webpack-dev-server": "^4.7.4",
183
185
  "webpack-node-externals": "=3.0.0",
184
186
  "webpack-stats-plugin": "=1.0.3"