@asyncapi/cli 0.60.2 → 0.60.3

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.
@@ -9,7 +9,7 @@
9
9
  "version": "0.1.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@asyncapi/glee": "^0.28.3"
12
+ "@asyncapi/glee": "^0.29.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^20.5.9"
@@ -31,28 +31,6 @@
31
31
  "node": ">=6.0.0"
32
32
  }
33
33
  },
34
- "node_modules/@apidevtools/json-schema-ref-parser": {
35
- "version": "9.1.2",
36
- "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.2.tgz",
37
- "integrity": "sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==",
38
- "dependencies": {
39
- "@jsdevtools/ono": "^7.1.3",
40
- "@types/json-schema": "^7.0.6",
41
- "call-me-maybe": "^1.0.1",
42
- "js-yaml": "^4.1.0"
43
- }
44
- },
45
- "node_modules/@apidevtools/json-schema-ref-parser/node_modules/js-yaml": {
46
- "version": "4.1.0",
47
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
48
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
49
- "dependencies": {
50
- "argparse": "^2.0.1"
51
- },
52
- "bin": {
53
- "js-yaml": "bin/js-yaml.js"
54
- }
55
- },
56
34
  "node_modules/@asyncapi/avro-schema-parser": {
57
35
  "version": "3.0.3",
58
36
  "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz",
@@ -177,12 +155,12 @@
177
155
  }
178
156
  },
179
157
  "node_modules/@asyncapi/generator": {
180
- "version": "1.14.1",
181
- "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.14.1.tgz",
182
- "integrity": "sha512-lb3UutcTCkt6GmOZwXgejYq99ADqju/CXtvwG/ITfmqNCoVRpSXUaEXa13Q1I4K7zWNsYMyj3Q8yoTwyEStsFA==",
158
+ "version": "1.14.3",
159
+ "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.14.3.tgz",
160
+ "integrity": "sha512-GSuIoxvzk6Z7yutHvgIZs/HLDcb+mxBYFPsuya9ou/qHqxuV153hOHSntOONgbX3Xe8632ykTPhB4ItHx+OXEA==",
183
161
  "dependencies": {
184
- "@asyncapi/generator-react-sdk": "^0.2.23",
185
- "@asyncapi/parser": "^2.1.1",
162
+ "@asyncapi/generator-react-sdk": "^1.0.2",
163
+ "@asyncapi/parser": "^2.1.2",
186
164
  "@npmcli/arborist": "^2.2.4",
187
165
  "@smoya/multi-parser": "^4.0.0",
188
166
  "ajv": "^8.12.0",
@@ -217,11 +195,11 @@
217
195
  }
218
196
  },
219
197
  "node_modules/@asyncapi/generator-react-sdk": {
220
- "version": "0.2.25",
221
- "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz",
222
- "integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==",
198
+ "version": "1.0.2",
199
+ "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.2.tgz",
200
+ "integrity": "sha512-7RLR+ZznajT4nW8X94ygdd8q+YOVW4S1Rbw4j00jJmjRCZPia6+0uJLAu1JD/FDcCs3RgpWrwQsIO59FnPEwuw==",
223
201
  "dependencies": {
224
- "@asyncapi/parser": "^1.15.1",
202
+ "@asyncapi/parser": "^2.1.2",
225
203
  "@babel/core": "7.12.9",
226
204
  "@babel/preset-env": "^7.12.7",
227
205
  "@babel/preset-react": "^7.12.7",
@@ -234,25 +212,35 @@
234
212
  }
235
213
  },
236
214
  "node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/parser": {
237
- "version": "1.18.1",
238
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz",
239
- "integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==",
240
- "dependencies": {
241
- "@apidevtools/json-schema-ref-parser": "^9.0.6",
242
- "@asyncapi/specs": "^4.1.1",
243
- "@fmvilas/pseudo-yaml-ast": "^0.3.1",
244
- "ajv": "^6.10.1",
245
- "js-yaml": "^3.13.1",
246
- "json-to-ast": "^2.1.0",
247
- "lodash.clonedeep": "^4.5.0",
248
- "node-fetch": "^2.6.0",
249
- "tiny-merge-patch": "^0.1.2"
215
+ "version": "2.1.2",
216
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
217
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
218
+ "dependencies": {
219
+ "@asyncapi/specs": "^5.1.0",
220
+ "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
221
+ "@stoplight/json": "^3.20.2",
222
+ "@stoplight/json-ref-readers": "^1.2.2",
223
+ "@stoplight/json-ref-resolver": "^3.1.5",
224
+ "@stoplight/spectral-core": "^1.16.1",
225
+ "@stoplight/spectral-functions": "^1.7.2",
226
+ "@stoplight/spectral-parsers": "^1.0.2",
227
+ "@stoplight/spectral-ref-resolver": "^1.0.3",
228
+ "@stoplight/types": "^13.12.0",
229
+ "@types/json-schema": "^7.0.11",
230
+ "@types/urijs": "^1.19.19",
231
+ "ajv": "^8.11.0",
232
+ "ajv-errors": "^3.0.0",
233
+ "ajv-formats": "^2.1.1",
234
+ "avsc": "^5.7.5",
235
+ "js-yaml": "^4.1.0",
236
+ "jsonpath-plus": "^7.2.0",
237
+ "node-fetch": "2.6.7"
250
238
  }
251
239
  },
252
240
  "node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/specs": {
253
- "version": "4.3.1",
254
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.3.1.tgz",
255
- "integrity": "sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==",
241
+ "version": "5.1.0",
242
+ "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
243
+ "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
256
244
  "dependencies": {
257
245
  "@types/json-schema": "^7.0.11"
258
246
  }
@@ -287,11 +275,69 @@
287
275
  "url": "https://opencollective.com/babel"
288
276
  }
289
277
  },
278
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/ajv": {
279
+ "version": "8.12.0",
280
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
281
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
282
+ "dependencies": {
283
+ "fast-deep-equal": "^3.1.1",
284
+ "json-schema-traverse": "^1.0.0",
285
+ "require-from-string": "^2.0.2",
286
+ "uri-js": "^4.2.2"
287
+ },
288
+ "funding": {
289
+ "type": "github",
290
+ "url": "https://github.com/sponsors/epoberezkin"
291
+ }
292
+ },
293
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/ajv-errors": {
294
+ "version": "3.0.0",
295
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
296
+ "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
297
+ "peerDependencies": {
298
+ "ajv": "^8.0.1"
299
+ }
300
+ },
290
301
  "node_modules/@asyncapi/generator-react-sdk/node_modules/convert-source-map": {
291
302
  "version": "1.9.0",
292
303
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
293
304
  "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
294
305
  },
306
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/js-yaml": {
307
+ "version": "4.1.0",
308
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
309
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
310
+ "dependencies": {
311
+ "argparse": "^2.0.1"
312
+ },
313
+ "bin": {
314
+ "js-yaml": "bin/js-yaml.js"
315
+ }
316
+ },
317
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/json-schema-traverse": {
318
+ "version": "1.0.0",
319
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
320
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
321
+ },
322
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/node-fetch": {
323
+ "version": "2.6.7",
324
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
325
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
326
+ "dependencies": {
327
+ "whatwg-url": "^5.0.0"
328
+ },
329
+ "engines": {
330
+ "node": "4.x || >=6.0.0"
331
+ },
332
+ "peerDependencies": {
333
+ "encoding": "^0.1.0"
334
+ },
335
+ "peerDependenciesMeta": {
336
+ "encoding": {
337
+ "optional": true
338
+ }
339
+ }
340
+ },
295
341
  "node_modules/@asyncapi/generator-react-sdk/node_modules/semver": {
296
342
  "version": "5.7.2",
297
343
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
@@ -308,10 +354,29 @@
308
354
  "node": ">=0.10.0"
309
355
  }
310
356
  },
357
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/tr46": {
358
+ "version": "0.0.3",
359
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
360
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
361
+ },
362
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/webidl-conversions": {
363
+ "version": "3.0.1",
364
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
365
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
366
+ },
367
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/whatwg-url": {
368
+ "version": "5.0.0",
369
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
370
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
371
+ "dependencies": {
372
+ "tr46": "~0.0.3",
373
+ "webidl-conversions": "^3.0.0"
374
+ }
375
+ },
311
376
  "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser": {
312
- "version": "2.1.1",
313
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
314
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
377
+ "version": "2.1.2",
378
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
379
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
315
380
  "dependencies": {
316
381
  "@asyncapi/specs": "^5.1.0",
317
382
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -331,9 +396,7 @@
331
396
  "avsc": "^5.7.5",
332
397
  "js-yaml": "^4.1.0",
333
398
  "jsonpath-plus": "^7.2.0",
334
- "node-fetch": "2.6.7",
335
- "ramldt2jsonschema": "^1.2.3",
336
- "webapi-parser": "^0.5.0"
399
+ "node-fetch": "2.6.7"
337
400
  }
338
401
  },
339
402
  "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/js-yaml": {
@@ -422,14 +485,14 @@
422
485
  }
423
486
  },
424
487
  "node_modules/@asyncapi/glee": {
425
- "version": "0.28.3",
426
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.28.3.tgz",
427
- "integrity": "sha512-gk9r5CN+uc9kD/K5fFKOyMXaW5GxoUFQS1TAzfql5IrtIChwPqRUyf9ClKTCQf6Ae9jY0q02cxAUDXIJyIqgOw==",
488
+ "version": "0.29.0",
489
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.29.0.tgz",
490
+ "integrity": "sha512-Zyw/7PpbloT7SBN65oOkTOzKt0cJc4C1OHFNcEO5orV4kf8kVbAL3sS22keBfA0T+oS7k85+Yiv9amjEqBwvXw==",
428
491
  "dependencies": {
429
- "@asyncapi/generator": "^1.14.1",
492
+ "@asyncapi/generator": "^1.14.3",
430
493
  "@asyncapi/html-template": "^1.0.0",
431
494
  "@asyncapi/markdown-template": "^1.4.0",
432
- "@asyncapi/parser": "^2.1.2",
495
+ "@asyncapi/parser": "^3.0.0-next-major-spec.12",
433
496
  "@types/jest": "^27.4.0",
434
497
  "@types/qs": "^6.9.7",
435
498
  "ajv": "^6.12.6",
@@ -468,20 +531,16 @@
468
531
  }
469
532
  },
470
533
  "node_modules/@asyncapi/glee/node_modules/@asyncapi/parser": {
471
- "version": "2.1.2",
472
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
473
- "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
534
+ "version": "3.0.0-next-major-spec.12",
535
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.12.tgz",
536
+ "integrity": "sha512-68b3ceprIrkAWC9FLBOQqK+H9iQnwRNj2G8/s7OyvsNVpyRpNOe4xETUm/RkfyZYTjpLC2sGqbX42SEU0PW2+g==",
474
537
  "dependencies": {
475
- "@asyncapi/specs": "^5.1.0",
538
+ "@asyncapi/specs": "^6.0.0-next-major-spec.9",
476
539
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
477
- "@stoplight/json": "^3.20.2",
478
- "@stoplight/json-ref-readers": "^1.2.2",
479
540
  "@stoplight/json-ref-resolver": "^3.1.5",
480
541
  "@stoplight/spectral-core": "^1.16.1",
481
542
  "@stoplight/spectral-functions": "^1.7.2",
482
543
  "@stoplight/spectral-parsers": "^1.0.2",
483
- "@stoplight/spectral-ref-resolver": "^1.0.3",
484
- "@stoplight/types": "^13.12.0",
485
544
  "@types/json-schema": "^7.0.11",
486
545
  "@types/urijs": "^1.19.19",
487
546
  "ajv": "^8.11.0",
@@ -490,7 +549,9 @@
490
549
  "avsc": "^5.7.5",
491
550
  "js-yaml": "^4.1.0",
492
551
  "jsonpath-plus": "^7.2.0",
493
- "node-fetch": "2.6.7"
552
+ "node-fetch": "2.6.7",
553
+ "ramldt2jsonschema": "^1.2.3",
554
+ "webapi-parser": "^0.5.0"
494
555
  }
495
556
  },
496
557
  "node_modules/@asyncapi/glee/node_modules/@asyncapi/parser/node_modules/ajv": {
@@ -516,14 +577,6 @@
516
577
  "ajv": "^8.0.1"
517
578
  }
518
579
  },
519
- "node_modules/@asyncapi/glee/node_modules/@asyncapi/specs": {
520
- "version": "5.1.0",
521
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
522
- "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
523
- "dependencies": {
524
- "@types/json-schema": "^7.0.11"
525
- }
526
- },
527
580
  "node_modules/@asyncapi/glee/node_modules/js-yaml": {
528
581
  "version": "4.1.0",
529
582
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
@@ -593,187 +646,6 @@
593
646
  "sync-fetch": "^0.5.2"
594
647
  }
595
648
  },
596
- "node_modules/@asyncapi/html-template/node_modules/@asyncapi/generator-react-sdk": {
597
- "version": "1.0.1",
598
- "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.1.tgz",
599
- "integrity": "sha512-bklhrOGpK20nlNB5+Jq2NGKgKwetPMez9pKl3h/Kwo1hcysWXVYSJRFS57M7oTagQIo1or6zpg+KYXjzkW+7ZQ==",
600
- "dependencies": {
601
- "@asyncapi/parser": "^2.1.1",
602
- "@babel/core": "7.12.9",
603
- "@babel/preset-env": "^7.12.7",
604
- "@babel/preset-react": "^7.12.7",
605
- "@rollup/plugin-babel": "^5.2.1",
606
- "babel-plugin-source-map-support": "^2.1.3",
607
- "prop-types": "^15.7.2",
608
- "react": "^17.0.1",
609
- "rollup": "^2.60.1",
610
- "source-map-support": "^0.5.19"
611
- }
612
- },
613
- "node_modules/@asyncapi/html-template/node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/parser": {
614
- "version": "2.1.1",
615
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
616
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
617
- "dependencies": {
618
- "@asyncapi/specs": "^5.1.0",
619
- "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
620
- "@stoplight/json": "^3.20.2",
621
- "@stoplight/json-ref-readers": "^1.2.2",
622
- "@stoplight/json-ref-resolver": "^3.1.5",
623
- "@stoplight/spectral-core": "^1.16.1",
624
- "@stoplight/spectral-functions": "^1.7.2",
625
- "@stoplight/spectral-parsers": "^1.0.2",
626
- "@stoplight/spectral-ref-resolver": "^1.0.3",
627
- "@stoplight/types": "^13.12.0",
628
- "@types/json-schema": "^7.0.11",
629
- "@types/urijs": "^1.19.19",
630
- "ajv": "^8.11.0",
631
- "ajv-errors": "^3.0.0",
632
- "ajv-formats": "^2.1.1",
633
- "avsc": "^5.7.5",
634
- "js-yaml": "^4.1.0",
635
- "jsonpath-plus": "^7.2.0",
636
- "node-fetch": "2.6.7",
637
- "ramldt2jsonschema": "^1.2.3",
638
- "webapi-parser": "^0.5.0"
639
- }
640
- },
641
- "node_modules/@asyncapi/html-template/node_modules/@asyncapi/specs": {
642
- "version": "5.1.0",
643
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
644
- "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
645
- "dependencies": {
646
- "@types/json-schema": "^7.0.11"
647
- }
648
- },
649
- "node_modules/@asyncapi/html-template/node_modules/@babel/core": {
650
- "version": "7.12.9",
651
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
652
- "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
653
- "dependencies": {
654
- "@babel/code-frame": "^7.10.4",
655
- "@babel/generator": "^7.12.5",
656
- "@babel/helper-module-transforms": "^7.12.1",
657
- "@babel/helpers": "^7.12.5",
658
- "@babel/parser": "^7.12.7",
659
- "@babel/template": "^7.12.7",
660
- "@babel/traverse": "^7.12.9",
661
- "@babel/types": "^7.12.7",
662
- "convert-source-map": "^1.7.0",
663
- "debug": "^4.1.0",
664
- "gensync": "^1.0.0-beta.1",
665
- "json5": "^2.1.2",
666
- "lodash": "^4.17.19",
667
- "resolve": "^1.3.2",
668
- "semver": "^5.4.1",
669
- "source-map": "^0.5.0"
670
- },
671
- "engines": {
672
- "node": ">=6.9.0"
673
- },
674
- "funding": {
675
- "type": "opencollective",
676
- "url": "https://opencollective.com/babel"
677
- }
678
- },
679
- "node_modules/@asyncapi/html-template/node_modules/ajv": {
680
- "version": "8.12.0",
681
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
682
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
683
- "dependencies": {
684
- "fast-deep-equal": "^3.1.1",
685
- "json-schema-traverse": "^1.0.0",
686
- "require-from-string": "^2.0.2",
687
- "uri-js": "^4.2.2"
688
- },
689
- "funding": {
690
- "type": "github",
691
- "url": "https://github.com/sponsors/epoberezkin"
692
- }
693
- },
694
- "node_modules/@asyncapi/html-template/node_modules/ajv-errors": {
695
- "version": "3.0.0",
696
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
697
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
698
- "peerDependencies": {
699
- "ajv": "^8.0.1"
700
- }
701
- },
702
- "node_modules/@asyncapi/html-template/node_modules/convert-source-map": {
703
- "version": "1.9.0",
704
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
705
- "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
706
- },
707
- "node_modules/@asyncapi/html-template/node_modules/js-yaml": {
708
- "version": "4.1.0",
709
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
710
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
711
- "dependencies": {
712
- "argparse": "^2.0.1"
713
- },
714
- "bin": {
715
- "js-yaml": "bin/js-yaml.js"
716
- }
717
- },
718
- "node_modules/@asyncapi/html-template/node_modules/json-schema-traverse": {
719
- "version": "1.0.0",
720
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
721
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
722
- },
723
- "node_modules/@asyncapi/html-template/node_modules/node-fetch": {
724
- "version": "2.6.7",
725
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
726
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
727
- "dependencies": {
728
- "whatwg-url": "^5.0.0"
729
- },
730
- "engines": {
731
- "node": "4.x || >=6.0.0"
732
- },
733
- "peerDependencies": {
734
- "encoding": "^0.1.0"
735
- },
736
- "peerDependenciesMeta": {
737
- "encoding": {
738
- "optional": true
739
- }
740
- }
741
- },
742
- "node_modules/@asyncapi/html-template/node_modules/semver": {
743
- "version": "5.7.2",
744
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
745
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
746
- "bin": {
747
- "semver": "bin/semver"
748
- }
749
- },
750
- "node_modules/@asyncapi/html-template/node_modules/source-map": {
751
- "version": "0.5.7",
752
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
753
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
754
- "engines": {
755
- "node": ">=0.10.0"
756
- }
757
- },
758
- "node_modules/@asyncapi/html-template/node_modules/tr46": {
759
- "version": "0.0.3",
760
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
761
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
762
- },
763
- "node_modules/@asyncapi/html-template/node_modules/webidl-conversions": {
764
- "version": "3.0.1",
765
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
766
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
767
- },
768
- "node_modules/@asyncapi/html-template/node_modules/whatwg-url": {
769
- "version": "5.0.0",
770
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
771
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
772
- "dependencies": {
773
- "tr46": "~0.0.3",
774
- "webidl-conversions": "^3.0.0"
775
- }
776
- },
777
649
  "node_modules/@asyncapi/markdown-template": {
778
650
  "version": "1.4.0",
779
651
  "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.4.0.tgz",
@@ -784,183 +656,6 @@
784
656
  "yaml": "^1.10.2"
785
657
  }
786
658
  },
787
- "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/generator-react-sdk": {
788
- "version": "1.0.0",
789
- "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz",
790
- "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==",
791
- "dependencies": {
792
- "@asyncapi/parser": "^2.1.0-next-major-spec.9",
793
- "@babel/core": "7.12.9",
794
- "@babel/preset-env": "^7.12.7",
795
- "@babel/preset-react": "^7.12.7",
796
- "@rollup/plugin-babel": "^5.2.1",
797
- "babel-plugin-source-map-support": "^2.1.3",
798
- "prop-types": "^15.7.2",
799
- "react": "^17.0.1",
800
- "rollup": "^2.60.1",
801
- "source-map-support": "^0.5.19"
802
- }
803
- },
804
- "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/parser": {
805
- "version": "2.1.0",
806
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
807
- "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==",
808
- "dependencies": {
809
- "@asyncapi/specs": "^5.1.0",
810
- "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
811
- "@stoplight/json-ref-resolver": "^3.1.5",
812
- "@stoplight/spectral-core": "^1.16.1",
813
- "@stoplight/spectral-functions": "^1.7.2",
814
- "@stoplight/spectral-parsers": "^1.0.2",
815
- "@types/json-schema": "^7.0.11",
816
- "@types/urijs": "^1.19.19",
817
- "ajv": "^8.11.0",
818
- "ajv-errors": "^3.0.0",
819
- "ajv-formats": "^2.1.1",
820
- "avsc": "^5.7.5",
821
- "js-yaml": "^4.1.0",
822
- "jsonpath-plus": "^7.2.0",
823
- "node-fetch": "2.6.7",
824
- "ramldt2jsonschema": "^1.2.3",
825
- "webapi-parser": "^0.5.0"
826
- }
827
- },
828
- "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/specs": {
829
- "version": "5.1.0",
830
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
831
- "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
832
- "dependencies": {
833
- "@types/json-schema": "^7.0.11"
834
- }
835
- },
836
- "node_modules/@asyncapi/markdown-template/node_modules/@babel/core": {
837
- "version": "7.12.9",
838
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
839
- "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
840
- "dependencies": {
841
- "@babel/code-frame": "^7.10.4",
842
- "@babel/generator": "^7.12.5",
843
- "@babel/helper-module-transforms": "^7.12.1",
844
- "@babel/helpers": "^7.12.5",
845
- "@babel/parser": "^7.12.7",
846
- "@babel/template": "^7.12.7",
847
- "@babel/traverse": "^7.12.9",
848
- "@babel/types": "^7.12.7",
849
- "convert-source-map": "^1.7.0",
850
- "debug": "^4.1.0",
851
- "gensync": "^1.0.0-beta.1",
852
- "json5": "^2.1.2",
853
- "lodash": "^4.17.19",
854
- "resolve": "^1.3.2",
855
- "semver": "^5.4.1",
856
- "source-map": "^0.5.0"
857
- },
858
- "engines": {
859
- "node": ">=6.9.0"
860
- },
861
- "funding": {
862
- "type": "opencollective",
863
- "url": "https://opencollective.com/babel"
864
- }
865
- },
866
- "node_modules/@asyncapi/markdown-template/node_modules/ajv": {
867
- "version": "8.12.0",
868
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
869
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
870
- "dependencies": {
871
- "fast-deep-equal": "^3.1.1",
872
- "json-schema-traverse": "^1.0.0",
873
- "require-from-string": "^2.0.2",
874
- "uri-js": "^4.2.2"
875
- },
876
- "funding": {
877
- "type": "github",
878
- "url": "https://github.com/sponsors/epoberezkin"
879
- }
880
- },
881
- "node_modules/@asyncapi/markdown-template/node_modules/ajv-errors": {
882
- "version": "3.0.0",
883
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
884
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
885
- "peerDependencies": {
886
- "ajv": "^8.0.1"
887
- }
888
- },
889
- "node_modules/@asyncapi/markdown-template/node_modules/convert-source-map": {
890
- "version": "1.9.0",
891
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
892
- "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
893
- },
894
- "node_modules/@asyncapi/markdown-template/node_modules/js-yaml": {
895
- "version": "4.1.0",
896
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
897
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
898
- "dependencies": {
899
- "argparse": "^2.0.1"
900
- },
901
- "bin": {
902
- "js-yaml": "bin/js-yaml.js"
903
- }
904
- },
905
- "node_modules/@asyncapi/markdown-template/node_modules/json-schema-traverse": {
906
- "version": "1.0.0",
907
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
908
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
909
- },
910
- "node_modules/@asyncapi/markdown-template/node_modules/node-fetch": {
911
- "version": "2.6.7",
912
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
913
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
914
- "dependencies": {
915
- "whatwg-url": "^5.0.0"
916
- },
917
- "engines": {
918
- "node": "4.x || >=6.0.0"
919
- },
920
- "peerDependencies": {
921
- "encoding": "^0.1.0"
922
- },
923
- "peerDependenciesMeta": {
924
- "encoding": {
925
- "optional": true
926
- }
927
- }
928
- },
929
- "node_modules/@asyncapi/markdown-template/node_modules/semver": {
930
- "version": "5.7.2",
931
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
932
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
933
- "bin": {
934
- "semver": "bin/semver"
935
- }
936
- },
937
- "node_modules/@asyncapi/markdown-template/node_modules/source-map": {
938
- "version": "0.5.7",
939
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
940
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
941
- "engines": {
942
- "node": ">=0.10.0"
943
- }
944
- },
945
- "node_modules/@asyncapi/markdown-template/node_modules/tr46": {
946
- "version": "0.0.3",
947
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
948
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
949
- },
950
- "node_modules/@asyncapi/markdown-template/node_modules/webidl-conversions": {
951
- "version": "3.0.1",
952
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
953
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
954
- },
955
- "node_modules/@asyncapi/markdown-template/node_modules/whatwg-url": {
956
- "version": "5.0.0",
957
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
958
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
959
- "dependencies": {
960
- "tr46": "~0.0.3",
961
- "webidl-conversions": "^3.0.0"
962
- }
963
- },
964
659
  "node_modules/@asyncapi/openapi-schema-parser": {
965
660
  "version": "3.0.4",
966
661
  "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz",
@@ -1311,20 +1006,20 @@
1311
1006
  }
1312
1007
  },
1313
1008
  "node_modules/@asyncapi/raml-dt-schema-parser": {
1314
- "version": "4.0.5",
1315
- "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.5.tgz",
1316
- "integrity": "sha512-pIxaQo3p34LIi8RQzgPexv5JnydGEcDr8TVvMzyzu9Z1hPyZTX0+nOjfNAlcsNN7Nq34d18r0oKxf+Ml5rMoEQ==",
1009
+ "version": "4.0.6",
1010
+ "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.6.tgz",
1011
+ "integrity": "sha512-3l3WFTDrgtbel6xY9ohWtAA/DVJangGrLKIDOr+zGacQ5gZNxRRapamXcPJPel5Ut+bnG9jDTh8WJqoC6TZ+EQ==",
1317
1012
  "dependencies": {
1318
- "@asyncapi/parser": "^2.1.1",
1013
+ "@asyncapi/parser": "^2.1.2",
1319
1014
  "js-yaml": "^4.1.0",
1320
1015
  "ramldt2jsonschema": "^1.2.3",
1321
1016
  "webapi-parser": "^0.5.0"
1322
1017
  }
1323
1018
  },
1324
1019
  "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/parser": {
1325
- "version": "2.1.1",
1326
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
1327
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
1020
+ "version": "2.1.2",
1021
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
1022
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
1328
1023
  "dependencies": {
1329
1024
  "@asyncapi/specs": "^5.1.0",
1330
1025
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -1344,9 +1039,7 @@
1344
1039
  "avsc": "^5.7.5",
1345
1040
  "js-yaml": "^4.1.0",
1346
1041
  "jsonpath-plus": "^7.2.0",
1347
- "node-fetch": "2.6.7",
1348
- "ramldt2jsonschema": "^1.2.3",
1349
- "webapi-parser": "^0.5.0"
1042
+ "node-fetch": "2.6.7"
1350
1043
  }
1351
1044
  },
1352
1045
  "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/specs": {
@@ -3346,15 +3039,7 @@
3346
3039
  "argparse": "^2.0.1"
3347
3040
  },
3348
3041
  "bin": {
3349
- "js-yaml": "bin/js-yaml.js"
3350
- }
3351
- },
3352
- "node_modules/@fmvilas/pseudo-yaml-ast": {
3353
- "version": "0.3.1",
3354
- "resolved": "https://registry.npmjs.org/@fmvilas/pseudo-yaml-ast/-/pseudo-yaml-ast-0.3.1.tgz",
3355
- "integrity": "sha512-8OAB74W2a9M3k9bjYD8AjVXkX+qO8c0SqNT5HlgOqx7AxSw8xdksEcZp7gFtfi+4njSxT6+76ZR+1ubjAwQHOg==",
3356
- "dependencies": {
3357
- "yaml-ast-parser": "0.0.43"
3042
+ "js-yaml": "bin/js-yaml.js"
3358
3043
  }
3359
3044
  },
3360
3045
  "node_modules/@gar/promisify": {
@@ -3862,11 +3547,6 @@
3862
3547
  "@jridgewell/sourcemap-codec": "^1.4.14"
3863
3548
  }
3864
3549
  },
3865
- "node_modules/@jsdevtools/ono": {
3866
- "version": "7.1.3",
3867
- "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz",
3868
- "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg=="
3869
- },
3870
3550
  "node_modules/@jsep-plugin/regex": {
3871
3551
  "version": "1.0.3",
3872
3552
  "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
@@ -5769,11 +5449,6 @@
5769
5449
  "url": "https://github.com/sponsors/ljharb"
5770
5450
  }
5771
5451
  },
5772
- "node_modules/call-me-maybe": {
5773
- "version": "1.0.2",
5774
- "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz",
5775
- "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ=="
5776
- },
5777
5452
  "node_modules/callsites": {
5778
5453
  "version": "3.1.0",
5779
5454
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -8885,11 +8560,6 @@
8885
8560
  "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
8886
8561
  "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY="
8887
8562
  },
8888
- "node_modules/lodash.clonedeep": {
8889
- "version": "4.5.0",
8890
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
8891
- "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ=="
8892
- },
8893
8563
  "node_modules/lodash.debounce": {
8894
8564
  "version": "4.0.8",
8895
8565
  "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -9972,9 +9642,9 @@
9972
9642
  },
9973
9643
  "node_modules/parserv2": {
9974
9644
  "name": "@asyncapi/parser",
9975
- "version": "2.1.1",
9976
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
9977
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
9645
+ "version": "2.1.2",
9646
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
9647
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
9978
9648
  "dependencies": {
9979
9649
  "@asyncapi/specs": "^5.1.0",
9980
9650
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -9994,9 +9664,7 @@
9994
9664
  "avsc": "^5.7.5",
9995
9665
  "js-yaml": "^4.1.0",
9996
9666
  "jsonpath-plus": "^7.2.0",
9997
- "node-fetch": "2.6.7",
9998
- "ramldt2jsonschema": "^1.2.3",
9999
- "webapi-parser": "^0.5.0"
9667
+ "node-fetch": "2.6.7"
10000
9668
  }
10001
9669
  },
10002
9670
  "node_modules/parserv2/node_modules/@asyncapi/specs": {
@@ -10086,9 +9754,9 @@
10086
9754
  },
10087
9755
  "node_modules/parserv3": {
10088
9756
  "name": "@asyncapi/parser",
10089
- "version": "3.0.0-next-major-spec.7",
10090
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.7.tgz",
10091
- "integrity": "sha512-iCVCd66h6NXrIVu7aK5RwGuJ4g1j+qD88xxejUwczbpGbhJkuZUzF5jReWNNAizETJttnAwW0rBKjZF4HVqOiQ==",
9757
+ "version": "3.0.0-next-major-spec.12",
9758
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.12.tgz",
9759
+ "integrity": "sha512-68b3ceprIrkAWC9FLBOQqK+H9iQnwRNj2G8/s7OyvsNVpyRpNOe4xETUm/RkfyZYTjpLC2sGqbX42SEU0PW2+g==",
10092
9760
  "dependencies": {
10093
9761
  "@asyncapi/specs": "^6.0.0-next-major-spec.9",
10094
9762
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -11745,9 +11413,9 @@
11745
11413
  }
11746
11414
  },
11747
11415
  "node_modules/simple-git": {
11748
- "version": "3.20.0",
11749
- "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.20.0.tgz",
11750
- "integrity": "sha512-ozK8tl2hvLts8ijTs18iFruE+RoqmC/mqZhjs/+V7gS5W68JpJ3+FCTmLVqmR59MaUQ52MfGQuWsIqfsTbbJ0Q==",
11416
+ "version": "3.21.0",
11417
+ "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.21.0.tgz",
11418
+ "integrity": "sha512-oTzw9248AF5bDTMk9MrxsRzEzivMlY+DWH0yWS4VYpMhNLhDWnN06pCtaUyPnqv/FpsdeNmRqmZugMABHRPdDA==",
11751
11419
  "dependencies": {
11752
11420
  "@kwsites/file-exists": "^1.1.1",
11753
11421
  "@kwsites/promise-deferred": "^1.1.1",
@@ -12237,11 +11905,6 @@
12237
11905
  "resolved": "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz",
12238
11906
  "integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw=="
12239
11907
  },
12240
- "node_modules/tiny-merge-patch": {
12241
- "version": "0.1.2",
12242
- "resolved": "https://registry.npmjs.org/tiny-merge-patch/-/tiny-merge-patch-0.1.2.tgz",
12243
- "integrity": "sha512-NLoA//tTMBPTr0oGdq+fxnvVR0tDa8tOcG9ZGbuovGzROadZ404qOV4g01jeWa5S8MC9nAOvu5bQgCW7s8tlWQ=="
12244
- },
12245
11908
  "node_modules/tinycolor2": {
12246
11909
  "version": "1.4.2",
12247
11910
  "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
@@ -12353,9 +12016,9 @@
12353
12016
  }
12354
12017
  },
12355
12018
  "node_modules/ts-node/node_modules/acorn-walk": {
12356
- "version": "8.2.0",
12357
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
12358
- "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
12019
+ "version": "8.3.0",
12020
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz",
12021
+ "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==",
12359
12022
  "engines": {
12360
12023
  "node": ">=0.4.0"
12361
12024
  }
@@ -13040,11 +12703,6 @@
13040
12703
  "node": ">= 6"
13041
12704
  }
13042
12705
  },
13043
- "node_modules/yaml-ast-parser": {
13044
- "version": "0.0.43",
13045
- "resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",
13046
- "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A=="
13047
- },
13048
12706
  "node_modules/yauzl": {
13049
12707
  "version": "2.10.0",
13050
12708
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
@@ -13074,27 +12732,6 @@
13074
12732
  "@jridgewell/trace-mapping": "^0.3.9"
13075
12733
  }
13076
12734
  },
13077
- "@apidevtools/json-schema-ref-parser": {
13078
- "version": "9.1.2",
13079
- "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.2.tgz",
13080
- "integrity": "sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==",
13081
- "requires": {
13082
- "@jsdevtools/ono": "^7.1.3",
13083
- "@types/json-schema": "^7.0.6",
13084
- "call-me-maybe": "^1.0.1",
13085
- "js-yaml": "^4.1.0"
13086
- },
13087
- "dependencies": {
13088
- "js-yaml": {
13089
- "version": "4.1.0",
13090
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
13091
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
13092
- "requires": {
13093
- "argparse": "^2.0.1"
13094
- }
13095
- }
13096
- }
13097
- },
13098
12735
  "@asyncapi/avro-schema-parser": {
13099
12736
  "version": "3.0.3",
13100
12737
  "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz",
@@ -13201,12 +12838,12 @@
13201
12838
  }
13202
12839
  },
13203
12840
  "@asyncapi/generator": {
13204
- "version": "1.14.1",
13205
- "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.14.1.tgz",
13206
- "integrity": "sha512-lb3UutcTCkt6GmOZwXgejYq99ADqju/CXtvwG/ITfmqNCoVRpSXUaEXa13Q1I4K7zWNsYMyj3Q8yoTwyEStsFA==",
12841
+ "version": "1.14.3",
12842
+ "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.14.3.tgz",
12843
+ "integrity": "sha512-GSuIoxvzk6Z7yutHvgIZs/HLDcb+mxBYFPsuya9ou/qHqxuV153hOHSntOONgbX3Xe8632ykTPhB4ItHx+OXEA==",
13207
12844
  "requires": {
13208
- "@asyncapi/generator-react-sdk": "^0.2.23",
13209
- "@asyncapi/parser": "^2.1.1",
12845
+ "@asyncapi/generator-react-sdk": "^1.0.2",
12846
+ "@asyncapi/parser": "^2.1.2",
13210
12847
  "@npmcli/arborist": "^2.2.4",
13211
12848
  "@smoya/multi-parser": "^4.0.0",
13212
12849
  "ajv": "^8.12.0",
@@ -13233,9 +12870,9 @@
13233
12870
  },
13234
12871
  "dependencies": {
13235
12872
  "@asyncapi/parser": {
13236
- "version": "2.1.1",
13237
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
13238
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
12873
+ "version": "2.1.2",
12874
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
12875
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
13239
12876
  "requires": {
13240
12877
  "@asyncapi/specs": "^5.1.0",
13241
12878
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -13255,9 +12892,7 @@
13255
12892
  "avsc": "^5.7.5",
13256
12893
  "js-yaml": "^4.1.0",
13257
12894
  "jsonpath-plus": "^7.2.0",
13258
- "node-fetch": "2.6.7",
13259
- "ramldt2jsonschema": "^1.2.3",
13260
- "webapi-parser": "^0.5.0"
12895
+ "node-fetch": "2.6.7"
13261
12896
  },
13262
12897
  "dependencies": {
13263
12898
  "js-yaml": {
@@ -13278,239 +12913,23 @@
13278
12913
  "@types/json-schema": "^7.0.11"
13279
12914
  }
13280
12915
  },
13281
- "ajv": {
13282
- "version": "8.12.0",
13283
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
13284
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
13285
- "requires": {
13286
- "fast-deep-equal": "^3.1.1",
13287
- "json-schema-traverse": "^1.0.0",
13288
- "require-from-string": "^2.0.2",
13289
- "uri-js": "^4.2.2"
13290
- }
13291
- },
13292
- "ajv-errors": {
13293
- "version": "3.0.0",
13294
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
13295
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
13296
- "requires": {}
13297
- },
13298
- "json-schema-traverse": {
13299
- "version": "1.0.0",
13300
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
13301
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
13302
- },
13303
- "node-fetch": {
13304
- "version": "2.6.7",
13305
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
13306
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
13307
- "requires": {
13308
- "whatwg-url": "^5.0.0"
13309
- }
13310
- },
13311
- "tr46": {
13312
- "version": "0.0.3",
13313
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
13314
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
13315
- },
13316
- "webidl-conversions": {
13317
- "version": "3.0.1",
13318
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
13319
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
13320
- },
13321
- "whatwg-url": {
13322
- "version": "5.0.0",
13323
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
13324
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
13325
- "requires": {
13326
- "tr46": "~0.0.3",
13327
- "webidl-conversions": "^3.0.0"
13328
- }
13329
- }
13330
- }
13331
- },
13332
- "@asyncapi/generator-react-sdk": {
13333
- "version": "0.2.25",
13334
- "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz",
13335
- "integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==",
13336
- "requires": {
13337
- "@asyncapi/parser": "^1.15.1",
13338
- "@babel/core": "7.12.9",
13339
- "@babel/preset-env": "^7.12.7",
13340
- "@babel/preset-react": "^7.12.7",
13341
- "@rollup/plugin-babel": "^5.2.1",
13342
- "babel-plugin-source-map-support": "^2.1.3",
13343
- "prop-types": "^15.7.2",
13344
- "react": "^17.0.1",
13345
- "rollup": "^2.60.1",
13346
- "source-map-support": "^0.5.19"
13347
- },
13348
- "dependencies": {
13349
- "@asyncapi/parser": {
13350
- "version": "1.18.1",
13351
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz",
13352
- "integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==",
13353
- "requires": {
13354
- "@apidevtools/json-schema-ref-parser": "^9.0.6",
13355
- "@asyncapi/specs": "^4.1.1",
13356
- "@fmvilas/pseudo-yaml-ast": "^0.3.1",
13357
- "ajv": "^6.10.1",
13358
- "js-yaml": "^3.13.1",
13359
- "json-to-ast": "^2.1.0",
13360
- "lodash.clonedeep": "^4.5.0",
13361
- "node-fetch": "^2.6.0",
13362
- "tiny-merge-patch": "^0.1.2"
13363
- }
13364
- },
13365
- "@asyncapi/specs": {
13366
- "version": "4.3.1",
13367
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.3.1.tgz",
13368
- "integrity": "sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==",
13369
- "requires": {
13370
- "@types/json-schema": "^7.0.11"
13371
- }
13372
- },
13373
- "@babel/core": {
13374
- "version": "7.12.9",
13375
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
13376
- "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
13377
- "requires": {
13378
- "@babel/code-frame": "^7.10.4",
13379
- "@babel/generator": "^7.12.5",
13380
- "@babel/helper-module-transforms": "^7.12.1",
13381
- "@babel/helpers": "^7.12.5",
13382
- "@babel/parser": "^7.12.7",
13383
- "@babel/template": "^7.12.7",
13384
- "@babel/traverse": "^7.12.9",
13385
- "@babel/types": "^7.12.7",
13386
- "convert-source-map": "^1.7.0",
13387
- "debug": "^4.1.0",
13388
- "gensync": "^1.0.0-beta.1",
13389
- "json5": "^2.1.2",
13390
- "lodash": "^4.17.19",
13391
- "resolve": "^1.3.2",
13392
- "semver": "^5.4.1",
13393
- "source-map": "^0.5.0"
13394
- }
13395
- },
13396
- "convert-source-map": {
13397
- "version": "1.9.0",
13398
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
13399
- "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
13400
- },
13401
- "semver": {
13402
- "version": "5.7.2",
13403
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
13404
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
13405
- },
13406
- "source-map": {
13407
- "version": "0.5.7",
13408
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
13409
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
13410
- }
13411
- }
13412
- },
13413
- "@asyncapi/glee": {
13414
- "version": "0.28.3",
13415
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.28.3.tgz",
13416
- "integrity": "sha512-gk9r5CN+uc9kD/K5fFKOyMXaW5GxoUFQS1TAzfql5IrtIChwPqRUyf9ClKTCQf6Ae9jY0q02cxAUDXIJyIqgOw==",
13417
- "requires": {
13418
- "@asyncapi/generator": "^1.14.1",
13419
- "@asyncapi/html-template": "^1.0.0",
13420
- "@asyncapi/markdown-template": "^1.4.0",
13421
- "@asyncapi/parser": "^2.1.2",
13422
- "@types/jest": "^27.4.0",
13423
- "@types/qs": "^6.9.7",
13424
- "ajv": "^6.12.6",
13425
- "async": "^3.2.0",
13426
- "better-ajv-errors": "^0.7.0",
13427
- "bufferutil": "^4.0.3",
13428
- "chalk": "^4.1.1",
13429
- "cross-spawn": "^7.0.3",
13430
- "debug": "^4.3.1",
13431
- "dotenv": "^10.0.0",
13432
- "dotenv-expand": "^5.1.0",
13433
- "emojis": "^1.0.10",
13434
- "eslint-plugin-github": "^4.3.5",
13435
- "eslint-plugin-security": "^1.4.0",
13436
- "got": "^12.5.3",
13437
- "kafkajs": "^2.2.3",
13438
- "mqtt": "^4.3.7",
13439
- "path-to-regexp": "^6.2.0",
13440
- "qs": "^6.11.0",
13441
- "redis": "^4.0.2",
13442
- "socket.io": "^4.1.2",
13443
- "terminal-image": "^2.0.0",
13444
- "typescript": "^4.5.4",
13445
- "uri-templates": "^0.2.0",
13446
- "utf-8-validate": "^5.0.5",
13447
- "uuid": "^8.3.2",
13448
- "walkdir": "^0.4.1",
13449
- "word-wrap": "^1.2.3",
13450
- "ws": "^7.4.6"
13451
- },
13452
- "dependencies": {
13453
- "@asyncapi/parser": {
13454
- "version": "2.1.2",
13455
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
13456
- "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
13457
- "requires": {
13458
- "@asyncapi/specs": "^5.1.0",
13459
- "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
13460
- "@stoplight/json": "^3.20.2",
13461
- "@stoplight/json-ref-readers": "^1.2.2",
13462
- "@stoplight/json-ref-resolver": "^3.1.5",
13463
- "@stoplight/spectral-core": "^1.16.1",
13464
- "@stoplight/spectral-functions": "^1.7.2",
13465
- "@stoplight/spectral-parsers": "^1.0.2",
13466
- "@stoplight/spectral-ref-resolver": "^1.0.3",
13467
- "@stoplight/types": "^13.12.0",
13468
- "@types/json-schema": "^7.0.11",
13469
- "@types/urijs": "^1.19.19",
13470
- "ajv": "^8.11.0",
13471
- "ajv-errors": "^3.0.0",
13472
- "ajv-formats": "^2.1.1",
13473
- "avsc": "^5.7.5",
13474
- "js-yaml": "^4.1.0",
13475
- "jsonpath-plus": "^7.2.0",
13476
- "node-fetch": "2.6.7"
13477
- },
13478
- "dependencies": {
13479
- "ajv": {
13480
- "version": "8.12.0",
13481
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
13482
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
13483
- "requires": {
13484
- "fast-deep-equal": "^3.1.1",
13485
- "json-schema-traverse": "^1.0.0",
13486
- "require-from-string": "^2.0.2",
13487
- "uri-js": "^4.2.2"
13488
- }
13489
- },
13490
- "ajv-errors": {
13491
- "version": "3.0.0",
13492
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
13493
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
13494
- "requires": {}
13495
- }
13496
- }
13497
- },
13498
- "@asyncapi/specs": {
13499
- "version": "5.1.0",
13500
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
13501
- "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
13502
- "requires": {
13503
- "@types/json-schema": "^7.0.11"
13504
- }
13505
- },
13506
- "js-yaml": {
13507
- "version": "4.1.0",
13508
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
13509
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
12916
+ "ajv": {
12917
+ "version": "8.12.0",
12918
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
12919
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
13510
12920
  "requires": {
13511
- "argparse": "^2.0.1"
12921
+ "fast-deep-equal": "^3.1.1",
12922
+ "json-schema-traverse": "^1.0.0",
12923
+ "require-from-string": "^2.0.2",
12924
+ "uri-js": "^4.2.2"
13512
12925
  }
13513
12926
  },
12927
+ "ajv-errors": {
12928
+ "version": "3.0.0",
12929
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
12930
+ "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
12931
+ "requires": {}
12932
+ },
13514
12933
  "json-schema-traverse": {
13515
12934
  "version": "1.0.0",
13516
12935
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -13545,66 +12964,47 @@
13545
12964
  }
13546
12965
  }
13547
12966
  },
13548
- "@asyncapi/html-template": {
13549
- "version": "1.0.0",
13550
- "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-1.0.0.tgz",
13551
- "integrity": "sha512-x410SsBa3SDJ48xSpfTqO3Hpc7fY5pOKixtn2HCiG1fMb2nsL6B+tYrSpBSEACoQEpFxmZbJ9+ZGNEVOCTe0iw==",
12967
+ "@asyncapi/generator-react-sdk": {
12968
+ "version": "1.0.2",
12969
+ "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.2.tgz",
12970
+ "integrity": "sha512-7RLR+ZznajT4nW8X94ygdd8q+YOVW4S1Rbw4j00jJmjRCZPia6+0uJLAu1JD/FDcCs3RgpWrwQsIO59FnPEwuw==",
13552
12971
  "requires": {
13553
- "@asyncapi/generator-react-sdk": "^1.0.0",
13554
- "@asyncapi/parser": "^3.0.0-next-major-spec.3",
13555
- "@asyncapi/react-component": "^1.0.1",
13556
- "highlight.js": "10.7.3",
13557
- "puppeteer": "^14.1.0",
13558
- "react-dom": "^17.0.2",
13559
- "rimraf": "^3.0.2",
13560
- "sync-fetch": "^0.5.2"
12972
+ "@asyncapi/parser": "^2.1.2",
12973
+ "@babel/core": "7.12.9",
12974
+ "@babel/preset-env": "^7.12.7",
12975
+ "@babel/preset-react": "^7.12.7",
12976
+ "@rollup/plugin-babel": "^5.2.1",
12977
+ "babel-plugin-source-map-support": "^2.1.3",
12978
+ "prop-types": "^15.7.2",
12979
+ "react": "^17.0.1",
12980
+ "rollup": "^2.60.1",
12981
+ "source-map-support": "^0.5.19"
13561
12982
  },
13562
12983
  "dependencies": {
13563
- "@asyncapi/generator-react-sdk": {
13564
- "version": "1.0.1",
13565
- "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.1.tgz",
13566
- "integrity": "sha512-bklhrOGpK20nlNB5+Jq2NGKgKwetPMez9pKl3h/Kwo1hcysWXVYSJRFS57M7oTagQIo1or6zpg+KYXjzkW+7ZQ==",
12984
+ "@asyncapi/parser": {
12985
+ "version": "2.1.2",
12986
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
12987
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
13567
12988
  "requires": {
13568
- "@asyncapi/parser": "^2.1.1",
13569
- "@babel/core": "7.12.9",
13570
- "@babel/preset-env": "^7.12.7",
13571
- "@babel/preset-react": "^7.12.7",
13572
- "@rollup/plugin-babel": "^5.2.1",
13573
- "babel-plugin-source-map-support": "^2.1.3",
13574
- "prop-types": "^15.7.2",
13575
- "react": "^17.0.1",
13576
- "rollup": "^2.60.1",
13577
- "source-map-support": "^0.5.19"
13578
- },
13579
- "dependencies": {
13580
- "@asyncapi/parser": {
13581
- "version": "2.1.1",
13582
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
13583
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
13584
- "requires": {
13585
- "@asyncapi/specs": "^5.1.0",
13586
- "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
13587
- "@stoplight/json": "^3.20.2",
13588
- "@stoplight/json-ref-readers": "^1.2.2",
13589
- "@stoplight/json-ref-resolver": "^3.1.5",
13590
- "@stoplight/spectral-core": "^1.16.1",
13591
- "@stoplight/spectral-functions": "^1.7.2",
13592
- "@stoplight/spectral-parsers": "^1.0.2",
13593
- "@stoplight/spectral-ref-resolver": "^1.0.3",
13594
- "@stoplight/types": "^13.12.0",
13595
- "@types/json-schema": "^7.0.11",
13596
- "@types/urijs": "^1.19.19",
13597
- "ajv": "^8.11.0",
13598
- "ajv-errors": "^3.0.0",
13599
- "ajv-formats": "^2.1.1",
13600
- "avsc": "^5.7.5",
13601
- "js-yaml": "^4.1.0",
13602
- "jsonpath-plus": "^7.2.0",
13603
- "node-fetch": "2.6.7",
13604
- "ramldt2jsonschema": "^1.2.3",
13605
- "webapi-parser": "^0.5.0"
13606
- }
13607
- }
12989
+ "@asyncapi/specs": "^5.1.0",
12990
+ "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
12991
+ "@stoplight/json": "^3.20.2",
12992
+ "@stoplight/json-ref-readers": "^1.2.2",
12993
+ "@stoplight/json-ref-resolver": "^3.1.5",
12994
+ "@stoplight/spectral-core": "^1.16.1",
12995
+ "@stoplight/spectral-functions": "^1.7.2",
12996
+ "@stoplight/spectral-parsers": "^1.0.2",
12997
+ "@stoplight/spectral-ref-resolver": "^1.0.3",
12998
+ "@stoplight/types": "^13.12.0",
12999
+ "@types/json-schema": "^7.0.11",
13000
+ "@types/urijs": "^1.19.19",
13001
+ "ajv": "^8.11.0",
13002
+ "ajv-errors": "^3.0.0",
13003
+ "ajv-formats": "^2.1.1",
13004
+ "avsc": "^5.7.5",
13005
+ "js-yaml": "^4.1.0",
13006
+ "jsonpath-plus": "^7.2.0",
13007
+ "node-fetch": "2.6.7"
13608
13008
  }
13609
13009
  },
13610
13010
  "@asyncapi/specs": {
@@ -13712,39 +13112,52 @@
13712
13112
  }
13713
13113
  }
13714
13114
  },
13715
- "@asyncapi/markdown-template": {
13716
- "version": "1.4.0",
13717
- "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.4.0.tgz",
13718
- "integrity": "sha512-mvghEtlCi/2DxSnBRMn5nRD+lD2P/HOfodnLMPav1SM0th9eiwizovTQzfuUByjFxVRj9x54ywXObm/fzo3oBQ==",
13115
+ "@asyncapi/glee": {
13116
+ "version": "0.29.0",
13117
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.29.0.tgz",
13118
+ "integrity": "sha512-Zyw/7PpbloT7SBN65oOkTOzKt0cJc4C1OHFNcEO5orV4kf8kVbAL3sS22keBfA0T+oS7k85+Yiv9amjEqBwvXw==",
13719
13119
  "requires": {
13720
- "@asyncapi/generator-react-sdk": "^1.0.0",
13721
- "openapi-sampler": "^1.3.0",
13722
- "yaml": "^1.10.2"
13120
+ "@asyncapi/generator": "^1.14.3",
13121
+ "@asyncapi/html-template": "^1.0.0",
13122
+ "@asyncapi/markdown-template": "^1.4.0",
13123
+ "@asyncapi/parser": "^3.0.0-next-major-spec.12",
13124
+ "@types/jest": "^27.4.0",
13125
+ "@types/qs": "^6.9.7",
13126
+ "ajv": "^6.12.6",
13127
+ "async": "^3.2.0",
13128
+ "better-ajv-errors": "^0.7.0",
13129
+ "bufferutil": "^4.0.3",
13130
+ "chalk": "^4.1.1",
13131
+ "cross-spawn": "^7.0.3",
13132
+ "debug": "^4.3.1",
13133
+ "dotenv": "^10.0.0",
13134
+ "dotenv-expand": "^5.1.0",
13135
+ "emojis": "^1.0.10",
13136
+ "eslint-plugin-github": "^4.3.5",
13137
+ "eslint-plugin-security": "^1.4.0",
13138
+ "got": "^12.5.3",
13139
+ "kafkajs": "^2.2.3",
13140
+ "mqtt": "^4.3.7",
13141
+ "path-to-regexp": "^6.2.0",
13142
+ "qs": "^6.11.0",
13143
+ "redis": "^4.0.2",
13144
+ "socket.io": "^4.1.2",
13145
+ "terminal-image": "^2.0.0",
13146
+ "typescript": "^4.5.4",
13147
+ "uri-templates": "^0.2.0",
13148
+ "utf-8-validate": "^5.0.5",
13149
+ "uuid": "^8.3.2",
13150
+ "walkdir": "^0.4.1",
13151
+ "word-wrap": "^1.2.3",
13152
+ "ws": "^7.4.6"
13723
13153
  },
13724
13154
  "dependencies": {
13725
- "@asyncapi/generator-react-sdk": {
13726
- "version": "1.0.0",
13727
- "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz",
13728
- "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==",
13729
- "requires": {
13730
- "@asyncapi/parser": "^2.1.0-next-major-spec.9",
13731
- "@babel/core": "7.12.9",
13732
- "@babel/preset-env": "^7.12.7",
13733
- "@babel/preset-react": "^7.12.7",
13734
- "@rollup/plugin-babel": "^5.2.1",
13735
- "babel-plugin-source-map-support": "^2.1.3",
13736
- "prop-types": "^15.7.2",
13737
- "react": "^17.0.1",
13738
- "rollup": "^2.60.1",
13739
- "source-map-support": "^0.5.19"
13740
- }
13741
- },
13742
13155
  "@asyncapi/parser": {
13743
- "version": "2.1.0",
13744
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
13745
- "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==",
13156
+ "version": "3.0.0-next-major-spec.12",
13157
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.12.tgz",
13158
+ "integrity": "sha512-68b3ceprIrkAWC9FLBOQqK+H9iQnwRNj2G8/s7OyvsNVpyRpNOe4xETUm/RkfyZYTjpLC2sGqbX42SEU0PW2+g==",
13746
13159
  "requires": {
13747
- "@asyncapi/specs": "^5.1.0",
13160
+ "@asyncapi/specs": "^6.0.0-next-major-spec.9",
13748
13161
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
13749
13162
  "@stoplight/json-ref-resolver": "^3.1.5",
13750
13163
  "@stoplight/spectral-core": "^1.16.1",
@@ -13761,61 +13174,27 @@
13761
13174
  "node-fetch": "2.6.7",
13762
13175
  "ramldt2jsonschema": "^1.2.3",
13763
13176
  "webapi-parser": "^0.5.0"
13177
+ },
13178
+ "dependencies": {
13179
+ "ajv": {
13180
+ "version": "8.12.0",
13181
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
13182
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
13183
+ "requires": {
13184
+ "fast-deep-equal": "^3.1.1",
13185
+ "json-schema-traverse": "^1.0.0",
13186
+ "require-from-string": "^2.0.2",
13187
+ "uri-js": "^4.2.2"
13188
+ }
13189
+ },
13190
+ "ajv-errors": {
13191
+ "version": "3.0.0",
13192
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
13193
+ "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
13194
+ "requires": {}
13195
+ }
13764
13196
  }
13765
13197
  },
13766
- "@asyncapi/specs": {
13767
- "version": "5.1.0",
13768
- "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
13769
- "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
13770
- "requires": {
13771
- "@types/json-schema": "^7.0.11"
13772
- }
13773
- },
13774
- "@babel/core": {
13775
- "version": "7.12.9",
13776
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
13777
- "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
13778
- "requires": {
13779
- "@babel/code-frame": "^7.10.4",
13780
- "@babel/generator": "^7.12.5",
13781
- "@babel/helper-module-transforms": "^7.12.1",
13782
- "@babel/helpers": "^7.12.5",
13783
- "@babel/parser": "^7.12.7",
13784
- "@babel/template": "^7.12.7",
13785
- "@babel/traverse": "^7.12.9",
13786
- "@babel/types": "^7.12.7",
13787
- "convert-source-map": "^1.7.0",
13788
- "debug": "^4.1.0",
13789
- "gensync": "^1.0.0-beta.1",
13790
- "json5": "^2.1.2",
13791
- "lodash": "^4.17.19",
13792
- "resolve": "^1.3.2",
13793
- "semver": "^5.4.1",
13794
- "source-map": "^0.5.0"
13795
- }
13796
- },
13797
- "ajv": {
13798
- "version": "8.12.0",
13799
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
13800
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
13801
- "requires": {
13802
- "fast-deep-equal": "^3.1.1",
13803
- "json-schema-traverse": "^1.0.0",
13804
- "require-from-string": "^2.0.2",
13805
- "uri-js": "^4.2.2"
13806
- }
13807
- },
13808
- "ajv-errors": {
13809
- "version": "3.0.0",
13810
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
13811
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
13812
- "requires": {}
13813
- },
13814
- "convert-source-map": {
13815
- "version": "1.9.0",
13816
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
13817
- "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
13818
- },
13819
13198
  "js-yaml": {
13820
13199
  "version": "4.1.0",
13821
13200
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
@@ -13837,16 +13216,6 @@
13837
13216
  "whatwg-url": "^5.0.0"
13838
13217
  }
13839
13218
  },
13840
- "semver": {
13841
- "version": "5.7.2",
13842
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
13843
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
13844
- },
13845
- "source-map": {
13846
- "version": "0.5.7",
13847
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
13848
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
13849
- },
13850
13219
  "tr46": {
13851
13220
  "version": "0.0.3",
13852
13221
  "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
@@ -13868,6 +13237,31 @@
13868
13237
  }
13869
13238
  }
13870
13239
  },
13240
+ "@asyncapi/html-template": {
13241
+ "version": "1.0.0",
13242
+ "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-1.0.0.tgz",
13243
+ "integrity": "sha512-x410SsBa3SDJ48xSpfTqO3Hpc7fY5pOKixtn2HCiG1fMb2nsL6B+tYrSpBSEACoQEpFxmZbJ9+ZGNEVOCTe0iw==",
13244
+ "requires": {
13245
+ "@asyncapi/generator-react-sdk": "^1.0.0",
13246
+ "@asyncapi/parser": "^3.0.0-next-major-spec.3",
13247
+ "@asyncapi/react-component": "^1.0.1",
13248
+ "highlight.js": "10.7.3",
13249
+ "puppeteer": "^14.1.0",
13250
+ "react-dom": "^17.0.2",
13251
+ "rimraf": "^3.0.2",
13252
+ "sync-fetch": "^0.5.2"
13253
+ }
13254
+ },
13255
+ "@asyncapi/markdown-template": {
13256
+ "version": "1.4.0",
13257
+ "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.4.0.tgz",
13258
+ "integrity": "sha512-mvghEtlCi/2DxSnBRMn5nRD+lD2P/HOfodnLMPav1SM0th9eiwizovTQzfuUByjFxVRj9x54ywXObm/fzo3oBQ==",
13259
+ "requires": {
13260
+ "@asyncapi/generator-react-sdk": "^1.0.0",
13261
+ "openapi-sampler": "^1.3.0",
13262
+ "yaml": "^1.10.2"
13263
+ }
13264
+ },
13871
13265
  "@asyncapi/openapi-schema-parser": {
13872
13266
  "version": "3.0.4",
13873
13267
  "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz",
@@ -14164,20 +13558,20 @@
14164
13558
  }
14165
13559
  },
14166
13560
  "@asyncapi/raml-dt-schema-parser": {
14167
- "version": "4.0.5",
14168
- "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.5.tgz",
14169
- "integrity": "sha512-pIxaQo3p34LIi8RQzgPexv5JnydGEcDr8TVvMzyzu9Z1hPyZTX0+nOjfNAlcsNN7Nq34d18r0oKxf+Ml5rMoEQ==",
13561
+ "version": "4.0.6",
13562
+ "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.6.tgz",
13563
+ "integrity": "sha512-3l3WFTDrgtbel6xY9ohWtAA/DVJangGrLKIDOr+zGacQ5gZNxRRapamXcPJPel5Ut+bnG9jDTh8WJqoC6TZ+EQ==",
14170
13564
  "requires": {
14171
- "@asyncapi/parser": "^2.1.1",
13565
+ "@asyncapi/parser": "^2.1.2",
14172
13566
  "js-yaml": "^4.1.0",
14173
13567
  "ramldt2jsonschema": "^1.2.3",
14174
13568
  "webapi-parser": "^0.5.0"
14175
13569
  },
14176
13570
  "dependencies": {
14177
13571
  "@asyncapi/parser": {
14178
- "version": "2.1.1",
14179
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
14180
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
13572
+ "version": "2.1.2",
13573
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
13574
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
14181
13575
  "requires": {
14182
13576
  "@asyncapi/specs": "^5.1.0",
14183
13577
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -14197,9 +13591,7 @@
14197
13591
  "avsc": "^5.7.5",
14198
13592
  "js-yaml": "^4.1.0",
14199
13593
  "jsonpath-plus": "^7.2.0",
14200
- "node-fetch": "2.6.7",
14201
- "ramldt2jsonschema": "^1.2.3",
14202
- "webapi-parser": "^0.5.0"
13594
+ "node-fetch": "2.6.7"
14203
13595
  }
14204
13596
  },
14205
13597
  "@asyncapi/specs": {
@@ -15598,14 +14990,6 @@
15598
14990
  }
15599
14991
  }
15600
14992
  },
15601
- "@fmvilas/pseudo-yaml-ast": {
15602
- "version": "0.3.1",
15603
- "resolved": "https://registry.npmjs.org/@fmvilas/pseudo-yaml-ast/-/pseudo-yaml-ast-0.3.1.tgz",
15604
- "integrity": "sha512-8OAB74W2a9M3k9bjYD8AjVXkX+qO8c0SqNT5HlgOqx7AxSw8xdksEcZp7gFtfi+4njSxT6+76ZR+1ubjAwQHOg==",
15605
- "requires": {
15606
- "yaml-ast-parser": "0.0.43"
15607
- }
15608
- },
15609
14993
  "@gar/promisify": {
15610
14994
  "version": "1.1.3",
15611
14995
  "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
@@ -15998,11 +15382,6 @@
15998
15382
  "@jridgewell/sourcemap-codec": "^1.4.14"
15999
15383
  }
16000
15384
  },
16001
- "@jsdevtools/ono": {
16002
- "version": "7.1.3",
16003
- "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz",
16004
- "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg=="
16005
- },
16006
15385
  "@jsep-plugin/regex": {
16007
15386
  "version": "1.0.3",
16008
15387
  "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
@@ -17445,11 +16824,6 @@
17445
16824
  "get-intrinsic": "^1.0.2"
17446
16825
  }
17447
16826
  },
17448
- "call-me-maybe": {
17449
- "version": "1.0.2",
17450
- "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz",
17451
- "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ=="
17452
- },
17453
16827
  "callsites": {
17454
16828
  "version": "3.1.0",
17455
16829
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -19763,11 +19137,6 @@
19763
19137
  "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
19764
19138
  "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY="
19765
19139
  },
19766
- "lodash.clonedeep": {
19767
- "version": "4.5.0",
19768
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
19769
- "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ=="
19770
- },
19771
19140
  "lodash.debounce": {
19772
19141
  "version": "4.0.8",
19773
19142
  "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -20574,9 +19943,9 @@
20574
19943
  "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
20575
19944
  },
20576
19945
  "parserv2": {
20577
- "version": "npm:@asyncapi/parser@2.1.1",
20578
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz",
20579
- "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==",
19946
+ "version": "npm:@asyncapi/parser@2.1.2",
19947
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
19948
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
20580
19949
  "requires": {
20581
19950
  "@asyncapi/specs": "^5.1.0",
20582
19951
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -20596,9 +19965,7 @@
20596
19965
  "avsc": "^5.7.5",
20597
19966
  "js-yaml": "^4.1.0",
20598
19967
  "jsonpath-plus": "^7.2.0",
20599
- "node-fetch": "2.6.7",
20600
- "ramldt2jsonschema": "^1.2.3",
20601
- "webapi-parser": "^0.5.0"
19968
+ "node-fetch": "2.6.7"
20602
19969
  },
20603
19970
  "dependencies": {
20604
19971
  "@asyncapi/specs": {
@@ -20669,9 +20036,9 @@
20669
20036
  }
20670
20037
  },
20671
20038
  "parserv3": {
20672
- "version": "npm:@asyncapi/parser@3.0.0-next-major-spec.7",
20673
- "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.7.tgz",
20674
- "integrity": "sha512-iCVCd66h6NXrIVu7aK5RwGuJ4g1j+qD88xxejUwczbpGbhJkuZUzF5jReWNNAizETJttnAwW0rBKjZF4HVqOiQ==",
20039
+ "version": "npm:@asyncapi/parser@3.0.0-next-major-spec.12",
20040
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.12.tgz",
20041
+ "integrity": "sha512-68b3ceprIrkAWC9FLBOQqK+H9iQnwRNj2G8/s7OyvsNVpyRpNOe4xETUm/RkfyZYTjpLC2sGqbX42SEU0PW2+g==",
20675
20042
  "requires": {
20676
20043
  "@asyncapi/specs": "^6.0.0-next-major-spec.9",
20677
20044
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -21900,9 +21267,9 @@
21900
21267
  }
21901
21268
  },
21902
21269
  "simple-git": {
21903
- "version": "3.20.0",
21904
- "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.20.0.tgz",
21905
- "integrity": "sha512-ozK8tl2hvLts8ijTs18iFruE+RoqmC/mqZhjs/+V7gS5W68JpJ3+FCTmLVqmR59MaUQ52MfGQuWsIqfsTbbJ0Q==",
21270
+ "version": "3.21.0",
21271
+ "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.21.0.tgz",
21272
+ "integrity": "sha512-oTzw9248AF5bDTMk9MrxsRzEzivMlY+DWH0yWS4VYpMhNLhDWnN06pCtaUyPnqv/FpsdeNmRqmZugMABHRPdDA==",
21906
21273
  "requires": {
21907
21274
  "@kwsites/file-exists": "^1.1.1",
21908
21275
  "@kwsites/promise-deferred": "^1.1.1",
@@ -22268,11 +21635,6 @@
22268
21635
  "resolved": "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz",
22269
21636
  "integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw=="
22270
21637
  },
22271
- "tiny-merge-patch": {
22272
- "version": "0.1.2",
22273
- "resolved": "https://registry.npmjs.org/tiny-merge-patch/-/tiny-merge-patch-0.1.2.tgz",
22274
- "integrity": "sha512-NLoA//tTMBPTr0oGdq+fxnvVR0tDa8tOcG9ZGbuovGzROadZ404qOV4g01jeWa5S8MC9nAOvu5bQgCW7s8tlWQ=="
22275
- },
22276
21638
  "tinycolor2": {
22277
21639
  "version": "1.4.2",
22278
21640
  "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
@@ -22344,9 +21706,9 @@
22344
21706
  },
22345
21707
  "dependencies": {
22346
21708
  "acorn-walk": {
22347
- "version": "8.2.0",
22348
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
22349
- "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA=="
21709
+ "version": "8.3.0",
21710
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz",
21711
+ "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA=="
22350
21712
  }
22351
21713
  }
22352
21714
  },
@@ -22872,11 +22234,6 @@
22872
22234
  "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
22873
22235
  "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
22874
22236
  },
22875
- "yaml-ast-parser": {
22876
- "version": "0.0.43",
22877
- "resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",
22878
- "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A=="
22879
- },
22880
22237
  "yauzl": {
22881
22238
  "version": "2.10.0",
22882
22239
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",