swagger-ui 4.1.1 → 4.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swagger-ui",
3
- "version": "4.1.1",
3
+ "version": "4.2.1",
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",
@@ -52,7 +52,7 @@
52
52
  "start": "npm-run-all --parallel serve-static open-static"
53
53
  },
54
54
  "dependencies": {
55
- "@babel/runtime-corejs3": "^7.16.3",
55
+ "@babel/runtime-corejs3": "^7.16.8",
56
56
  "@braintree/sanitize-url": "^5.0.2",
57
57
  "base64-js": "^1.5.1",
58
58
  "classnames": "^2.3.1",
@@ -79,10 +79,10 @@
79
79
  "redux": "^4.1.2",
80
80
  "redux-immutable": "^4.0.0",
81
81
  "remarkable": "^2.0.1",
82
- "reselect": "^4.0.0",
82
+ "reselect": "^4.1.5",
83
83
  "serialize-error": "^8.1.0",
84
84
  "sha.js": "^2.4.11",
85
- "swagger-client": "^3.17.0",
85
+ "swagger-client": "^3.18.2",
86
86
  "url-parse": "^1.5.3",
87
87
  "xml": "=1.0.1",
88
88
  "xml-but-prettier": "^1.0.1",
@@ -94,12 +94,14 @@
94
94
  "@babel/eslint-parser": "=7.16.3",
95
95
  "@babel/plugin-proposal-class-properties": "=7.16.0",
96
96
  "@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
97
- "@babel/plugin-proposal-optional-chaining": "=7.14.5",
98
- "@babel/plugin-transform-runtime": "=7.16.4",
99
- "@babel/preset-env": "=7.14.7",
97
+ "@babel/plugin-proposal-object-rest-spread": "=7.16.7",
98
+ "@babel/plugin-proposal-optional-chaining": "=7.16.0",
99
+ "@babel/plugin-transform-modules-commonjs": "=7.16.8",
100
+ "@babel/plugin-transform-runtime": "=7.16.8",
101
+ "@babel/preset-env": "=7.16.8",
100
102
  "@babel/preset-react": "=7.14.5",
101
103
  "@babel/register": "=7.16.0",
102
- "@commitlint/cli": "^12.1.4",
104
+ "@commitlint/cli": "^15.0.0",
103
105
  "@commitlint/config-conventional": "^15.0.0",
104
106
  "@jest/globals": "=27.0.6",
105
107
  "@release-it/conventional-changelog": "=3.0.1",
@@ -119,24 +121,24 @@
119
121
  "deepmerge": "^4.0.0",
120
122
  "enzyme": "=3.11.0",
121
123
  "eslint": "^7.29.0",
122
- "eslint-plugin-import": "^2.25.2",
124
+ "eslint-plugin-import": "^2.25.3",
123
125
  "eslint-plugin-jest": "^25.2.4",
124
126
  "eslint-plugin-mocha": "^9.0.0",
125
- "eslint-plugin-react": "^7.27.0",
127
+ "eslint-plugin-react": "^7.27.1",
126
128
  "esm": "=3.2.25",
127
- "expect": "=27.3.1",
129
+ "expect": "=27.4.2",
128
130
  "express": "^4.17.1",
129
131
  "file-loader": "^6.0.0",
130
132
  "git-describe": "^4.1.0",
131
133
  "husky": "=7.0.4",
132
134
  "ignore-assets-webpack-plugin": "^2.0.1",
133
135
  "inspectpack": "=4.7.1",
134
- "jest": "=27.0.6",
136
+ "jest": "=27.4.7",
135
137
  "jsdom": "=16.6.0",
136
138
  "json-loader": "^0.5.7",
137
139
  "json-merger": "^1.1.6",
138
140
  "json-server": "=0.17.0",
139
- "less": "^4.1.1",
141
+ "less": "^4.1.2",
140
142
  "license-checker": "^25.0.0",
141
143
  "lint-staged": "=11.2.6",
142
144
  "local-web-server": "^4.2.1",
@@ -146,18 +148,18 @@
146
148
  "npm-run-all": "^4.1.5",
147
149
  "oauth2-server": "^2.4.1",
148
150
  "open": "^8.4.0",
149
- "postcss": "=8.3.11",
150
- "postcss-loader": "=4.3.0",
151
- "postcss-preset-env": "=6.7.0",
151
+ "postcss": "^8.4.5",
152
+ "postcss-loader": "^4.3.0",
153
+ "postcss-preset-env": "^7.2.3",
152
154
  "prettier": "^2.3.0",
153
155
  "raw-loader": "^4.0.0",
154
156
  "react-test-renderer": "=17.0.2",
155
157
  "release-it": "=14.10.0",
156
158
  "rimraf": "^3.0.0",
157
- "sass": "^1.35.1",
159
+ "sass": "^1.49.0",
158
160
  "sass-loader": "^9.0.3",
159
161
  "sinon": "=12.0.1",
160
- "source-map-support": "^0.5.19",
162
+ "source-map-support": "^0.5.21",
161
163
  "start-server-and-test": "=1.14.0",
162
164
  "tachyons-sass": "^4.9.5",
163
165
  "terser-webpack-plugin": "^4.2.3",