swagger-client 3.36.0 → 3.36.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-client",
3
- "version": "3.36.0",
3
+ "version": "3.36.1",
4
4
  "description": "SwaggerJS - a collection of interfaces for OAI specs",
5
5
  "browser": {
6
6
  "./src/helpers/btoa.node.js": "./src/helpers/btoa.browser.js",
@@ -74,11 +74,11 @@
74
74
  "dependencies": {
75
75
  "@babel/runtime-corejs3": "^7.22.15",
76
76
  "@scarf/scarf": "=1.4.0",
77
- "@swagger-api/apidom-core": "^1.0.0-rc.1",
78
- "@swagger-api/apidom-error": "^1.0.0-rc.1",
79
- "@swagger-api/apidom-json-pointer": "^1.0.0-rc.1",
80
- "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-rc.1",
81
- "@swagger-api/apidom-reference": "^1.0.0-rc.1",
77
+ "@swagger-api/apidom-core": "^1.3.0",
78
+ "@swagger-api/apidom-error": "^1.3.0",
79
+ "@swagger-api/apidom-json-pointer": "^1.3.0",
80
+ "@swagger-api/apidom-ns-openapi-3-1": "^1.3.0",
81
+ "@swagger-api/apidom-reference": "^1.3.0",
82
82
  "@swaggerexpert/cookie": "^2.0.2",
83
83
  "deepmerge": "~4.3.0",
84
84
  "fast-json-patch": "^3.0.0-1",
@@ -108,23 +108,23 @@
108
108
  "eslint-plugin-import": "=2.32.0",
109
109
  "eslint-plugin-prettier": "=5.5.4",
110
110
  "expect": "^29.0.3",
111
- "glob": "=11.0.3",
111
+ "glob": "=13.0.0",
112
112
  "husky": "^9.0.11",
113
113
  "inspectpack": "=4.7.1",
114
114
  "install": "=0.13.0",
115
- "jest": "^29.0.3",
116
- "jest-environment-jsdom": "^29.0.3",
115
+ "jest": "^29.7.0",
116
+ "jest-environment-jsdom": "^29.7.0",
117
117
  "json-loader": "=0.5.7",
118
118
  "license-checker": "=25.0.1",
119
- "lint-staged": "=16.2.5",
119
+ "lint-staged": "=16.2.7",
120
120
  "lodash": "^4.17.21",
121
121
  "npm-run-all": "=4.1.5",
122
122
  "prettier": "^3.1.1",
123
- "rimraf": "=6.0.1",
123
+ "rimraf": "=6.1.2",
124
124
  "source-map-explorer": "^2.5.3",
125
125
  "terser-webpack-plugin": "^5.0.3",
126
126
  "undici": "^5.28.4",
127
- "webpack": "=5.102.1",
127
+ "webpack": "=5.103.0",
128
128
  "webpack-bundle-size-analyzer": "=3.1.0",
129
129
  "webpack-cli": "=6.0.1",
130
130
  "webpack-stats-plugin": "=1.1.3"
@@ -132,11 +132,14 @@
132
132
  "overrides": {
133
133
  "@swagger-api/apidom-reference": {
134
134
  "@swagger-api/apidom-ns-asyncapi-2": "npm:-@0.0.1",
135
+ "@swagger-api/apidom-ns-asyncapi-3": "npm:-@0.0.1",
135
136
  "@swagger-api/apidom-ns-openapi-2": "npm:-@0.0.1",
136
137
  "@swagger-api/apidom-parser-adapter-api-design-systems-json": "npm:-@0.0.1",
137
138
  "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "npm:-@0.0.1",
138
139
  "@swagger-api/apidom-parser-adapter-asyncapi-json-2": "npm:-@0.0.1",
140
+ "@swagger-api/apidom-parser-adapter-asyncapi-json-3": "npm:-@0.0.1",
139
141
  "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "npm:-@0.0.1",
142
+ "@swagger-api/apidom-parser-adapter-asyncapi-yaml-3": "npm:-@0.0.1",
140
143
  "@swagger-api/apidom-parser-adapter-json": "npm:-@0.0.1",
141
144
  "@swagger-api/apidom-parser-adapter-openapi-json-2": "npm:-@0.0.1",
142
145
  "@swagger-api/apidom-parser-adapter-openapi-yaml-2": "npm:-@0.0.1",