swagger-ui 5.0.0 → 5.1.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": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "main": "./dist/swagger-ui.js",
5
5
  "module": "./dist/swagger-ui-es-bundle-core.js",
6
6
  "exports": {
@@ -70,13 +70,13 @@
70
70
  "classnames": "^2.3.1",
71
71
  "css.escape": "1.5.1",
72
72
  "deep-extend": "0.6.0",
73
- "dompurify": "=3.0.2",
73
+ "dompurify": "=3.0.3",
74
74
  "ieee754": "^1.2.1",
75
75
  "immutable": "^3.x.x",
76
76
  "js-file-download": "^0.4.12",
77
77
  "js-yaml": "=4.1.0",
78
78
  "lodash": "^4.17.21",
79
- "patch-package": "^6.5.1",
79
+ "patch-package": "^7.0.0",
80
80
  "prop-types": "^15.8.1",
81
81
  "randexp": "^0.5.3",
82
82
  "randombytes": "^2.1.0",
@@ -95,17 +95,17 @@
95
95
  "reselect": "^4.1.8",
96
96
  "serialize-error": "^8.1.0",
97
97
  "sha.js": "^2.4.11",
98
- "swagger-client": "^3.19.8",
98
+ "swagger-client": "^3.19.10",
99
99
  "url-parse": "^1.5.10",
100
100
  "xml": "=1.0.1",
101
101
  "xml-but-prettier": "^1.0.1",
102
102
  "zenscroll": "^4.0.2"
103
103
  },
104
104
  "devDependencies": {
105
- "@babel/cli": "=7.21.5",
105
+ "@babel/cli": "=7.22.5",
106
106
  "@babel/core": "=7.21.0",
107
107
  "@babel/eslint-parser": "=7.21.3",
108
- "@babel/plugin-proposal-class-properties": "=7.16.7",
108
+ "@babel/plugin-proposal-class-properties": "=7.18.6",
109
109
  "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
110
110
  "@babel/plugin-proposal-object-rest-spread": "=7.20.7",
111
111
  "@babel/plugin-proposal-optional-chaining": "=7.21.0",
@@ -129,9 +129,9 @@
129
129
  "buffer": "^6.0.3",
130
130
  "cors": "^2.8.5",
131
131
  "cross-env": "=7.0.3",
132
- "css-loader": "=6.7.4",
132
+ "css-loader": "=6.8.1",
133
133
  "cssnano": "=6.0.1",
134
- "cypress": "=12.13.0",
134
+ "cypress": "=12.14.0",
135
135
  "dedent": "^0.7.0",
136
136
  "deepmerge": "^4.3.1",
137
137
  "enzyme": "=3.11.0",
@@ -186,7 +186,7 @@
186
186
  "webpack-cli": "^4.10.0",
187
187
  "webpack-dev-server": "^4.15.0",
188
188
  "webpack-node-externals": "=3.0.0",
189
- "webpack-stats-plugin": "=1.1.1"
189
+ "webpack-stats-plugin": "=1.1.3"
190
190
  },
191
191
  "config": {
192
192
  "deps_check_dir": ".deps_check"