@asyncapi/cli 1.9.0 → 1.9.2
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/assets/create-glee-app/templates/default/package-lock.json +163 -151
- package/assets/create-glee-app/templates/default/package.json +1 -1
- package/assets/create-glee-app/templates/tutorial/package-lock.json +66 -66
- package/assets/create-glee-app/templates/tutorial/package.json +1 -1
- package/lib/commands/bundle.js +2 -1
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@asyncapi/glee": "^0.36.
|
|
12
|
+
"@asyncapi/glee": "^0.36.24"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^20.5.9"
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"node_modules/@asyncapi/avro-schema-parser": {
|
|
44
|
-
"version": "3.0.
|
|
45
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.
|
|
46
|
-
"integrity": "sha512-
|
|
44
|
+
"version": "3.0.22",
|
|
45
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.22.tgz",
|
|
46
|
+
"integrity": "sha512-nrrIIPehHoS1+Zc0eCO3+ijo7VJhWaFqVTupFYJVxxiwNrx7HpldLiTt1awIUDU6rJTm9czGLQq8MIgtXb/Dqg==",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@asyncapi/parser": "^3.0.
|
|
48
|
+
"@asyncapi/parser": "^3.0.14",
|
|
49
49
|
"@types/json-schema": "^7.0.11",
|
|
50
50
|
"avsc": "^5.7.6"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"node_modules/@asyncapi/generator": {
|
|
54
|
-
"version": "1.17.
|
|
55
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.
|
|
56
|
-
"integrity": "sha512-
|
|
54
|
+
"version": "1.17.25",
|
|
55
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.25.tgz",
|
|
56
|
+
"integrity": "sha512-Wz8qFkHl13jYs9QeDEf/xScod4ukjQihFC9La4zsYA73sTc29RpIK0URvXJr/1rkTErU+QaNDbnbRHhlnqlm4w==",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
59
|
-
"@asyncapi/parser": "^3.0.
|
|
58
|
+
"@asyncapi/generator-react-sdk": "^1.0.18",
|
|
59
|
+
"@asyncapi/parser": "^3.0.14",
|
|
60
60
|
"@npmcli/arborist": "5.6.3",
|
|
61
61
|
"@smoya/multi-parser": "^5.0.0",
|
|
62
62
|
"ajv": "^8.12.0",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"node_modules/@asyncapi/generator-react-sdk": {
|
|
93
|
-
"version": "1.0.
|
|
94
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.
|
|
95
|
-
"integrity": "sha512
|
|
93
|
+
"version": "1.0.18",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.18.tgz",
|
|
95
|
+
"integrity": "sha512-6pGOi1ODODtfXqe+qe1F/VNZIxMB+CIMyAUOt3dC+UE12mBmQe4VTO2VZpbu2HZ2LMG5cfkf3J6S4jJWvY9cDg==",
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@asyncapi/parser": "^3.0.
|
|
97
|
+
"@asyncapi/parser": "^3.0.14",
|
|
98
98
|
"@babel/core": "7.12.9",
|
|
99
99
|
"@babel/preset-env": "^7.12.7",
|
|
100
100
|
"@babel/preset-react": "^7.12.7",
|
|
@@ -178,14 +178,14 @@
|
|
|
178
178
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
179
179
|
},
|
|
180
180
|
"node_modules/@asyncapi/glee": {
|
|
181
|
-
"version": "0.36.
|
|
182
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.
|
|
183
|
-
"integrity": "sha512-
|
|
184
|
-
"dependencies": {
|
|
185
|
-
"@asyncapi/generator": "^1.17.
|
|
186
|
-
"@asyncapi/html-template": "^2.3.
|
|
187
|
-
"@asyncapi/markdown-template": "^1.
|
|
188
|
-
"@asyncapi/parser": "^3.0.
|
|
181
|
+
"version": "0.36.24",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.24.tgz",
|
|
183
|
+
"integrity": "sha512-92VbRgAMl+atdpF1451eeDJucPa2MqIL6AclbQ/OB5l7SvPfv6+YnRxsAg9Go3eCR+fVMBp9NdRla4SVp0tg7w==",
|
|
184
|
+
"dependencies": {
|
|
185
|
+
"@asyncapi/generator": "^1.17.25",
|
|
186
|
+
"@asyncapi/html-template": "^2.3.5",
|
|
187
|
+
"@asyncapi/markdown-template": "^1.6.1",
|
|
188
|
+
"@asyncapi/parser": "^3.0.14",
|
|
189
189
|
"@next/env": "^14.0.4",
|
|
190
190
|
"@types/jest": "^29.5.11",
|
|
191
191
|
"@types/qs": "^6.9.7",
|
|
@@ -225,12 +225,12 @@
|
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
"node_modules/@asyncapi/html-template": {
|
|
228
|
-
"version": "2.3.
|
|
229
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.
|
|
230
|
-
"integrity": "sha512-
|
|
228
|
+
"version": "2.3.5",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.5.tgz",
|
|
230
|
+
"integrity": "sha512-NZPjg7Mc1Dxn3NnZ4uIfKdv8q+0bcF4CQeeuX5nbgsEIt/ZztePGTTLp51F6aPa/6Dowf+1ZuibpOXhhb9OKAg==",
|
|
231
231
|
"dependencies": {
|
|
232
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
233
|
-
"@asyncapi/parser": "^3.0.
|
|
232
|
+
"@asyncapi/generator-react-sdk": "^1.0.18",
|
|
233
|
+
"@asyncapi/parser": "^3.0.14",
|
|
234
234
|
"@asyncapi/react-component": "^1.2.13",
|
|
235
235
|
"highlight.js": "10.7.3",
|
|
236
236
|
"puppeteer": "^14.1.0",
|
|
@@ -240,21 +240,21 @@
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
"node_modules/@asyncapi/markdown-template": {
|
|
243
|
-
"version": "1.
|
|
244
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.
|
|
245
|
-
"integrity": "sha512-
|
|
243
|
+
"version": "1.6.1",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.1.tgz",
|
|
245
|
+
"integrity": "sha512-OtAtp5K2Mza6187fulCsCAvdb8GbHnzZ55+Yb54PSLnm0iabsHfBLh6bVtYS3cYXSDRxjlgb8Vdr/l4ipV/xHw==",
|
|
246
246
|
"dependencies": {
|
|
247
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
247
|
+
"@asyncapi/generator-react-sdk": "^1.0.18",
|
|
248
248
|
"openapi-sampler": "^1.3.0",
|
|
249
249
|
"yaml": "^1.10.2"
|
|
250
250
|
}
|
|
251
251
|
},
|
|
252
252
|
"node_modules/@asyncapi/openapi-schema-parser": {
|
|
253
|
-
"version": "3.0.
|
|
254
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.
|
|
255
|
-
"integrity": "sha512-
|
|
253
|
+
"version": "3.0.22",
|
|
254
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.22.tgz",
|
|
255
|
+
"integrity": "sha512-rPI5onl1Sb/PslsyyPFCANUkok36j0ADH2A51U+THKcAHiZ3mu+QAqr/Cnvm1sXTEkNL1Mxl78uLTJQ1wOTQtA==",
|
|
256
256
|
"dependencies": {
|
|
257
|
-
"@asyncapi/parser": "^3.0.
|
|
257
|
+
"@asyncapi/parser": "^3.0.14",
|
|
258
258
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
259
259
|
"ajv": "^8.11.0",
|
|
260
260
|
"ajv-errors": "^3.0.0",
|
|
@@ -290,11 +290,11 @@
|
|
|
290
290
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
291
291
|
},
|
|
292
292
|
"node_modules/@asyncapi/parser": {
|
|
293
|
-
"version": "3.0.
|
|
294
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
295
|
-
"integrity": "sha512-
|
|
293
|
+
"version": "3.0.14",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz",
|
|
295
|
+
"integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==",
|
|
296
296
|
"dependencies": {
|
|
297
|
-
"@asyncapi/specs": "^6.
|
|
297
|
+
"@asyncapi/specs": "^6.6.0",
|
|
298
298
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
299
299
|
"@stoplight/json": "^3.20.2",
|
|
300
300
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -398,21 +398,21 @@
|
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
"node_modules/@asyncapi/protobuf-schema-parser": {
|
|
401
|
-
"version": "3.2.
|
|
402
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.
|
|
403
|
-
"integrity": "sha512-
|
|
401
|
+
"version": "3.2.12",
|
|
402
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.12.tgz",
|
|
403
|
+
"integrity": "sha512-ROMx71sdfeAvpRoRWkjKXxP6Cu6xNE2P/b7Nl3jiXcPUNhlwUu2m5ScV00v4C2d/So6jNrxnUzXeg1Q3f20EZw==",
|
|
404
404
|
"dependencies": {
|
|
405
|
-
"@asyncapi/parser": "^3.0.
|
|
405
|
+
"@asyncapi/parser": "^3.0.14",
|
|
406
406
|
"@types/protocol-buffers-schema": "^3.4.1",
|
|
407
407
|
"protobufjs": "^7.2.6"
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
410
|
"node_modules/@asyncapi/raml-dt-schema-parser": {
|
|
411
|
-
"version": "4.0.
|
|
412
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.
|
|
413
|
-
"integrity": "sha512-
|
|
411
|
+
"version": "4.0.22",
|
|
412
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.22.tgz",
|
|
413
|
+
"integrity": "sha512-qs74JvQx6W99TwJJfzajCiPF/TYx3FlKpK3ISd8bD5AR2Dp2zmih7+vQmQ+49u7VxooQ03hS/q3w6u3cxABDYw==",
|
|
414
414
|
"dependencies": {
|
|
415
|
-
"@asyncapi/parser": "^3.0.
|
|
415
|
+
"@asyncapi/parser": "^3.0.14",
|
|
416
416
|
"js-yaml": "^4.1.0",
|
|
417
417
|
"ramldt2jsonschema": "^1.2.3",
|
|
418
418
|
"webapi-parser": "^0.5.0"
|
|
@@ -435,14 +435,14 @@
|
|
|
435
435
|
}
|
|
436
436
|
},
|
|
437
437
|
"node_modules/@asyncapi/react-component": {
|
|
438
|
-
"version": "1.4.
|
|
439
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.
|
|
440
|
-
"integrity": "sha512-
|
|
441
|
-
"dependencies": {
|
|
442
|
-
"@asyncapi/avro-schema-parser": "^3.0.
|
|
443
|
-
"@asyncapi/openapi-schema-parser": "^3.0.
|
|
444
|
-
"@asyncapi/parser": "^3.0.
|
|
445
|
-
"@asyncapi/protobuf-schema-parser": "^3.2.
|
|
438
|
+
"version": "1.4.10",
|
|
439
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.10.tgz",
|
|
440
|
+
"integrity": "sha512-ejANS06yj1ZM4YDtsRi0g7h3EEJLGusewjzeugK+tGntNAKVZRvTPUXhbSDMhTARHuZXhUGLlITIno7N1aXapw==",
|
|
441
|
+
"dependencies": {
|
|
442
|
+
"@asyncapi/avro-schema-parser": "^3.0.22",
|
|
443
|
+
"@asyncapi/openapi-schema-parser": "^3.0.22",
|
|
444
|
+
"@asyncapi/parser": "^3.0.14",
|
|
445
|
+
"@asyncapi/protobuf-schema-parser": "^3.2.12",
|
|
446
446
|
"highlight.js": "^10.7.2",
|
|
447
447
|
"isomorphic-dompurify": "^0.13.0",
|
|
448
448
|
"marked": "^4.0.14",
|
|
@@ -455,9 +455,9 @@
|
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
457
|
"node_modules/@asyncapi/specs": {
|
|
458
|
-
"version": "6.
|
|
459
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.
|
|
460
|
-
"integrity": "sha512-
|
|
458
|
+
"version": "6.7.0",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.7.0.tgz",
|
|
460
|
+
"integrity": "sha512-TygnAHctm0e7Y55Zy2PBjE6t/jai/txu4MZiyHkcbom9WQoC6Nl7M1M3TQQMzDrb5iLZtuRDm1GAwvawZPPn5A==",
|
|
461
461
|
"dependencies": {
|
|
462
462
|
"@types/json-schema": "^7.0.11"
|
|
463
463
|
}
|
|
@@ -635,9 +635,9 @@
|
|
|
635
635
|
}
|
|
636
636
|
},
|
|
637
637
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
638
|
-
"version": "0.6.
|
|
639
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
640
|
-
"integrity": "sha512-
|
|
638
|
+
"version": "0.6.2",
|
|
639
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
|
|
640
|
+
"integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
|
|
641
641
|
"dependencies": {
|
|
642
642
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
643
643
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
@@ -2951,9 +2951,9 @@
|
|
|
2951
2951
|
"integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
|
|
2952
2952
|
},
|
|
2953
2953
|
"node_modules/@next/env": {
|
|
2954
|
-
"version": "14.2.
|
|
2955
|
-
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.
|
|
2956
|
-
"integrity": "sha512-
|
|
2954
|
+
"version": "14.2.3",
|
|
2955
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.3.tgz",
|
|
2956
|
+
"integrity": "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA=="
|
|
2957
2957
|
},
|
|
2958
2958
|
"node_modules/@nodelib/fs.scandir": {
|
|
2959
2959
|
"version": "2.1.5",
|
|
@@ -3419,9 +3419,9 @@
|
|
|
3419
3419
|
}
|
|
3420
3420
|
},
|
|
3421
3421
|
"node_modules/@smoya/multi-parser": {
|
|
3422
|
-
"version": "5.0.
|
|
3423
|
-
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.
|
|
3424
|
-
"integrity": "sha512-
|
|
3422
|
+
"version": "5.0.7",
|
|
3423
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.7.tgz",
|
|
3424
|
+
"integrity": "sha512-FBkRhz8nWyTNJMowowxMUZoqR9AVbEno+EwXDhGlT63Vivd+NmzwSrb11PyAz3W11qeJE/lUK3OxBNyabx1/Og==",
|
|
3425
3425
|
"dependencies": {
|
|
3426
3426
|
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
3427
3427
|
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
@@ -3429,13 +3429,13 @@
|
|
|
3429
3429
|
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
3430
3430
|
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
|
|
3431
3431
|
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8",
|
|
3432
|
-
"parserapiv3": "npm:@asyncapi/parser@^3.0.
|
|
3432
|
+
"parserapiv3": "npm:@asyncapi/parser@^3.0.14"
|
|
3433
3433
|
}
|
|
3434
3434
|
},
|
|
3435
3435
|
"node_modules/@socket.io/component-emitter": {
|
|
3436
|
-
"version": "3.1.
|
|
3437
|
-
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.
|
|
3438
|
-
"integrity": "sha512-
|
|
3436
|
+
"version": "3.1.2",
|
|
3437
|
+
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
|
|
3438
|
+
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="
|
|
3439
3439
|
},
|
|
3440
3440
|
"node_modules/@stoplight/json": {
|
|
3441
3441
|
"version": "3.21.0",
|
|
@@ -3979,8 +3979,12 @@
|
|
|
3979
3979
|
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
|
|
3980
3980
|
},
|
|
3981
3981
|
"node_modules/@types/node": {
|
|
3982
|
-
"version": "20.
|
|
3983
|
-
"
|
|
3982
|
+
"version": "20.12.7",
|
|
3983
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
|
|
3984
|
+
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
|
|
3985
|
+
"dependencies": {
|
|
3986
|
+
"undici-types": "~5.26.4"
|
|
3987
|
+
}
|
|
3984
3988
|
},
|
|
3985
3989
|
"node_modules/@types/protocol-buffers-schema": {
|
|
3986
3990
|
"version": "3.4.3",
|
|
@@ -4038,15 +4042,15 @@
|
|
|
4038
4042
|
}
|
|
4039
4043
|
},
|
|
4040
4044
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
4041
|
-
"version": "7.7.
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.
|
|
4043
|
-
"integrity": "sha512-
|
|
4045
|
+
"version": "7.7.1",
|
|
4046
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz",
|
|
4047
|
+
"integrity": "sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==",
|
|
4044
4048
|
"dependencies": {
|
|
4045
4049
|
"@eslint-community/regexpp": "^4.10.0",
|
|
4046
|
-
"@typescript-eslint/scope-manager": "7.7.
|
|
4047
|
-
"@typescript-eslint/type-utils": "7.7.
|
|
4048
|
-
"@typescript-eslint/utils": "7.7.
|
|
4049
|
-
"@typescript-eslint/visitor-keys": "7.7.
|
|
4050
|
+
"@typescript-eslint/scope-manager": "7.7.1",
|
|
4051
|
+
"@typescript-eslint/type-utils": "7.7.1",
|
|
4052
|
+
"@typescript-eslint/utils": "7.7.1",
|
|
4053
|
+
"@typescript-eslint/visitor-keys": "7.7.1",
|
|
4050
4054
|
"debug": "^4.3.4",
|
|
4051
4055
|
"graphemer": "^1.4.0",
|
|
4052
4056
|
"ignore": "^5.3.1",
|
|
@@ -4072,14 +4076,14 @@
|
|
|
4072
4076
|
}
|
|
4073
4077
|
},
|
|
4074
4078
|
"node_modules/@typescript-eslint/parser": {
|
|
4075
|
-
"version": "7.7.
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.7.
|
|
4077
|
-
"integrity": "sha512-
|
|
4078
|
-
"dependencies": {
|
|
4079
|
-
"@typescript-eslint/scope-manager": "7.7.
|
|
4080
|
-
"@typescript-eslint/types": "7.7.
|
|
4081
|
-
"@typescript-eslint/typescript-estree": "7.7.
|
|
4082
|
-
"@typescript-eslint/visitor-keys": "7.7.
|
|
4079
|
+
"version": "7.7.1",
|
|
4080
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.7.1.tgz",
|
|
4081
|
+
"integrity": "sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==",
|
|
4082
|
+
"dependencies": {
|
|
4083
|
+
"@typescript-eslint/scope-manager": "7.7.1",
|
|
4084
|
+
"@typescript-eslint/types": "7.7.1",
|
|
4085
|
+
"@typescript-eslint/typescript-estree": "7.7.1",
|
|
4086
|
+
"@typescript-eslint/visitor-keys": "7.7.1",
|
|
4083
4087
|
"debug": "^4.3.4"
|
|
4084
4088
|
},
|
|
4085
4089
|
"engines": {
|
|
@@ -4099,12 +4103,12 @@
|
|
|
4099
4103
|
}
|
|
4100
4104
|
},
|
|
4101
4105
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
4102
|
-
"version": "7.7.
|
|
4103
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.7.
|
|
4104
|
-
"integrity": "sha512
|
|
4106
|
+
"version": "7.7.1",
|
|
4107
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz",
|
|
4108
|
+
"integrity": "sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==",
|
|
4105
4109
|
"dependencies": {
|
|
4106
|
-
"@typescript-eslint/types": "7.7.
|
|
4107
|
-
"@typescript-eslint/visitor-keys": "7.7.
|
|
4110
|
+
"@typescript-eslint/types": "7.7.1",
|
|
4111
|
+
"@typescript-eslint/visitor-keys": "7.7.1"
|
|
4108
4112
|
},
|
|
4109
4113
|
"engines": {
|
|
4110
4114
|
"node": "^18.18.0 || >=20.0.0"
|
|
@@ -4115,12 +4119,12 @@
|
|
|
4115
4119
|
}
|
|
4116
4120
|
},
|
|
4117
4121
|
"node_modules/@typescript-eslint/type-utils": {
|
|
4118
|
-
"version": "7.7.
|
|
4119
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.7.
|
|
4120
|
-
"integrity": "sha512-
|
|
4122
|
+
"version": "7.7.1",
|
|
4123
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz",
|
|
4124
|
+
"integrity": "sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==",
|
|
4121
4125
|
"dependencies": {
|
|
4122
|
-
"@typescript-eslint/typescript-estree": "7.7.
|
|
4123
|
-
"@typescript-eslint/utils": "7.7.
|
|
4126
|
+
"@typescript-eslint/typescript-estree": "7.7.1",
|
|
4127
|
+
"@typescript-eslint/utils": "7.7.1",
|
|
4124
4128
|
"debug": "^4.3.4",
|
|
4125
4129
|
"ts-api-utils": "^1.3.0"
|
|
4126
4130
|
},
|
|
@@ -4141,9 +4145,9 @@
|
|
|
4141
4145
|
}
|
|
4142
4146
|
},
|
|
4143
4147
|
"node_modules/@typescript-eslint/types": {
|
|
4144
|
-
"version": "7.7.
|
|
4145
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.
|
|
4146
|
-
"integrity": "sha512-
|
|
4148
|
+
"version": "7.7.1",
|
|
4149
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.1.tgz",
|
|
4150
|
+
"integrity": "sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==",
|
|
4147
4151
|
"engines": {
|
|
4148
4152
|
"node": "^18.18.0 || >=20.0.0"
|
|
4149
4153
|
},
|
|
@@ -4153,12 +4157,12 @@
|
|
|
4153
4157
|
}
|
|
4154
4158
|
},
|
|
4155
4159
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
4156
|
-
"version": "7.7.
|
|
4157
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.
|
|
4158
|
-
"integrity": "sha512-
|
|
4160
|
+
"version": "7.7.1",
|
|
4161
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz",
|
|
4162
|
+
"integrity": "sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==",
|
|
4159
4163
|
"dependencies": {
|
|
4160
|
-
"@typescript-eslint/types": "7.7.
|
|
4161
|
-
"@typescript-eslint/visitor-keys": "7.7.
|
|
4164
|
+
"@typescript-eslint/types": "7.7.1",
|
|
4165
|
+
"@typescript-eslint/visitor-keys": "7.7.1",
|
|
4162
4166
|
"debug": "^4.3.4",
|
|
4163
4167
|
"globby": "^11.1.0",
|
|
4164
4168
|
"is-glob": "^4.0.3",
|
|
@@ -4202,16 +4206,16 @@
|
|
|
4202
4206
|
}
|
|
4203
4207
|
},
|
|
4204
4208
|
"node_modules/@typescript-eslint/utils": {
|
|
4205
|
-
"version": "7.7.
|
|
4206
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.7.
|
|
4207
|
-
"integrity": "sha512-
|
|
4209
|
+
"version": "7.7.1",
|
|
4210
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.7.1.tgz",
|
|
4211
|
+
"integrity": "sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==",
|
|
4208
4212
|
"dependencies": {
|
|
4209
4213
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
4210
4214
|
"@types/json-schema": "^7.0.15",
|
|
4211
4215
|
"@types/semver": "^7.5.8",
|
|
4212
|
-
"@typescript-eslint/scope-manager": "7.7.
|
|
4213
|
-
"@typescript-eslint/types": "7.7.
|
|
4214
|
-
"@typescript-eslint/typescript-estree": "7.7.
|
|
4216
|
+
"@typescript-eslint/scope-manager": "7.7.1",
|
|
4217
|
+
"@typescript-eslint/types": "7.7.1",
|
|
4218
|
+
"@typescript-eslint/typescript-estree": "7.7.1",
|
|
4215
4219
|
"semver": "^7.6.0"
|
|
4216
4220
|
},
|
|
4217
4221
|
"engines": {
|
|
@@ -4226,11 +4230,11 @@
|
|
|
4226
4230
|
}
|
|
4227
4231
|
},
|
|
4228
4232
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4229
|
-
"version": "7.7.
|
|
4230
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.
|
|
4231
|
-
"integrity": "sha512-
|
|
4233
|
+
"version": "7.7.1",
|
|
4234
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz",
|
|
4235
|
+
"integrity": "sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==",
|
|
4232
4236
|
"dependencies": {
|
|
4233
|
-
"@typescript-eslint/types": "7.7.
|
|
4237
|
+
"@typescript-eslint/types": "7.7.1",
|
|
4234
4238
|
"eslint-visitor-keys": "^3.4.3"
|
|
4235
4239
|
},
|
|
4236
4240
|
"engines": {
|
|
@@ -4728,12 +4732,12 @@
|
|
|
4728
4732
|
}
|
|
4729
4733
|
},
|
|
4730
4734
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
4731
|
-
"version": "0.4.
|
|
4732
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
4733
|
-
"integrity": "sha512-
|
|
4735
|
+
"version": "0.4.11",
|
|
4736
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
|
|
4737
|
+
"integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
|
|
4734
4738
|
"dependencies": {
|
|
4735
4739
|
"@babel/compat-data": "^7.22.6",
|
|
4736
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
4740
|
+
"@babel/helper-define-polyfill-provider": "^0.6.2",
|
|
4737
4741
|
"semver": "^6.3.1"
|
|
4738
4742
|
},
|
|
4739
4743
|
"peerDependencies": {
|
|
@@ -4761,11 +4765,11 @@
|
|
|
4761
4765
|
}
|
|
4762
4766
|
},
|
|
4763
4767
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
4764
|
-
"version": "0.6.
|
|
4765
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
4766
|
-
"integrity": "sha512-
|
|
4768
|
+
"version": "0.6.2",
|
|
4769
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
|
|
4770
|
+
"integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
|
|
4767
4771
|
"dependencies": {
|
|
4768
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
4772
|
+
"@babel/helper-define-polyfill-provider": "^0.6.2"
|
|
4769
4773
|
},
|
|
4770
4774
|
"peerDependencies": {
|
|
4771
4775
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -5151,9 +5155,9 @@
|
|
|
5151
5155
|
}
|
|
5152
5156
|
},
|
|
5153
5157
|
"node_modules/caniuse-lite": {
|
|
5154
|
-
"version": "1.0.
|
|
5155
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
5156
|
-
"integrity": "sha512-
|
|
5158
|
+
"version": "1.0.30001612",
|
|
5159
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz",
|
|
5160
|
+
"integrity": "sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==",
|
|
5157
5161
|
"funding": [
|
|
5158
5162
|
{
|
|
5159
5163
|
"type": "opencollective",
|
|
@@ -5826,9 +5830,9 @@
|
|
|
5826
5830
|
}
|
|
5827
5831
|
},
|
|
5828
5832
|
"node_modules/dompurify": {
|
|
5829
|
-
"version": "2.5.
|
|
5830
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.
|
|
5831
|
-
"integrity": "sha512-
|
|
5833
|
+
"version": "2.5.1",
|
|
5834
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.1.tgz",
|
|
5835
|
+
"integrity": "sha512-HH391uRJXAAeelougod93W++2gECfHIVCqq+B/4znhjCgb2zVPL+iLOVnTYwejqAuNf69Ffc5ILQYdPHsZACJA=="
|
|
5832
5836
|
},
|
|
5833
5837
|
"node_modules/dotenv": {
|
|
5834
5838
|
"version": "10.0.0",
|
|
@@ -5855,9 +5859,9 @@
|
|
|
5855
5859
|
}
|
|
5856
5860
|
},
|
|
5857
5861
|
"node_modules/electron-to-chromium": {
|
|
5858
|
-
"version": "1.4.
|
|
5859
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
5860
|
-
"integrity": "sha512-
|
|
5862
|
+
"version": "1.4.749",
|
|
5863
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.749.tgz",
|
|
5864
|
+
"integrity": "sha512-LRMMrM9ITOvue0PoBrvNIraVmuDbJV5QC9ierz/z5VilMdPOVMjOtpICNld3PuXuTZ3CHH/UPxX9gHhAPwi+0Q=="
|
|
5861
5865
|
},
|
|
5862
5866
|
"node_modules/emoji-regex": {
|
|
5863
5867
|
"version": "9.2.2",
|
|
@@ -6047,13 +6051,13 @@
|
|
|
6047
6051
|
}
|
|
6048
6052
|
},
|
|
6049
6053
|
"node_modules/es-iterator-helpers": {
|
|
6050
|
-
"version": "1.0.
|
|
6051
|
-
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.
|
|
6052
|
-
"integrity": "sha512-
|
|
6054
|
+
"version": "1.0.19",
|
|
6055
|
+
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
|
|
6056
|
+
"integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
|
|
6053
6057
|
"dependencies": {
|
|
6054
6058
|
"call-bind": "^1.0.7",
|
|
6055
6059
|
"define-properties": "^1.2.1",
|
|
6056
|
-
"es-abstract": "^1.23.
|
|
6060
|
+
"es-abstract": "^1.23.3",
|
|
6057
6061
|
"es-errors": "^1.3.0",
|
|
6058
6062
|
"es-set-tostringtag": "^2.0.3",
|
|
6059
6063
|
"function-bind": "^1.1.2",
|
|
@@ -9381,9 +9385,9 @@
|
|
|
9381
9385
|
}
|
|
9382
9386
|
},
|
|
9383
9387
|
"node_modules/nwsapi": {
|
|
9384
|
-
"version": "2.2.
|
|
9385
|
-
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.
|
|
9386
|
-
"integrity": "sha512-
|
|
9388
|
+
"version": "2.2.9",
|
|
9389
|
+
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.9.tgz",
|
|
9390
|
+
"integrity": "sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg=="
|
|
9387
9391
|
},
|
|
9388
9392
|
"node_modules/object-assign": {
|
|
9389
9393
|
"version": "4.1.1",
|
|
@@ -9513,9 +9517,9 @@
|
|
|
9513
9517
|
}
|
|
9514
9518
|
},
|
|
9515
9519
|
"node_modules/openapi-sampler": {
|
|
9516
|
-
"version": "1.
|
|
9517
|
-
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.
|
|
9518
|
-
"integrity": "sha512-
|
|
9520
|
+
"version": "1.5.0",
|
|
9521
|
+
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.5.0.tgz",
|
|
9522
|
+
"integrity": "sha512-6aZ/C0/1Dr3NoIuEy+CcavOsH49I8x0jHjik0kOuNmT+qmBLPrDWMncIQhrd0zbsd/zCVzfb9Vn3BZGFGTLn7A==",
|
|
9519
9523
|
"dependencies": {
|
|
9520
9524
|
"@types/json-schema": "^7.0.7",
|
|
9521
9525
|
"json-pointer": "0.6.2"
|
|
@@ -9917,11 +9921,11 @@
|
|
|
9917
9921
|
},
|
|
9918
9922
|
"node_modules/parserapiv3": {
|
|
9919
9923
|
"name": "@asyncapi/parser",
|
|
9920
|
-
"version": "3.0.
|
|
9921
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
9922
|
-
"integrity": "sha512-
|
|
9924
|
+
"version": "3.0.14",
|
|
9925
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz",
|
|
9926
|
+
"integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==",
|
|
9923
9927
|
"dependencies": {
|
|
9924
|
-
"@asyncapi/specs": "^6.
|
|
9928
|
+
"@asyncapi/specs": "^6.6.0",
|
|
9925
9929
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
9926
9930
|
"@stoplight/json": "^3.20.2",
|
|
9927
9931
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -10413,7 +10417,7 @@
|
|
|
10413
10417
|
"version": "14.4.1",
|
|
10414
10418
|
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.4.1.tgz",
|
|
10415
10419
|
"integrity": "sha512-+H0Gm84aXUvSLdSiDROtLlOofftClgw2TdceMvvCU9UvMryappoeS3+eOLfKvoy4sm8B8MWnYmPhWxVFudAOFQ==",
|
|
10416
|
-
"deprecated": "< 21.
|
|
10420
|
+
"deprecated": "< 21.9.0 is no longer supported",
|
|
10417
10421
|
"hasInstallScript": true,
|
|
10418
10422
|
"dependencies": {
|
|
10419
10423
|
"cross-fetch": "3.1.5",
|
|
@@ -10551,9 +10555,9 @@
|
|
|
10551
10555
|
}
|
|
10552
10556
|
},
|
|
10553
10557
|
"node_modules/react-is": {
|
|
10554
|
-
"version": "18.
|
|
10555
|
-
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.
|
|
10556
|
-
"integrity": "sha512-
|
|
10558
|
+
"version": "18.3.0",
|
|
10559
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.0.tgz",
|
|
10560
|
+
"integrity": "sha512-wRiUsea88TjKDc4FBEn+sLvIDesp6brMbGWnJGjew2waAc9evdhja/2LvePc898HJbHw0L+MTWy7NhpnELAvLQ=="
|
|
10557
10561
|
},
|
|
10558
10562
|
"node_modules/read-cmd-shim": {
|
|
10559
10563
|
"version": "3.0.1",
|
|
@@ -10652,6 +10656,9 @@
|
|
|
10652
10656
|
"version": "4.6.13",
|
|
10653
10657
|
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.13.tgz",
|
|
10654
10658
|
"integrity": "sha512-MHgkS4B+sPjCXpf+HfdetBwbRz6vCtsceTmw1pHNYJAsYxrfpOP6dz+piJWGos8wqG7qb3vj/Rrc5qOlmInUuA==",
|
|
10659
|
+
"workspaces": [
|
|
10660
|
+
"./packages/*"
|
|
10661
|
+
],
|
|
10655
10662
|
"dependencies": {
|
|
10656
10663
|
"@redis/bloom": "1.2.0",
|
|
10657
10664
|
"@redis/client": "1.5.14",
|
|
@@ -12511,6 +12518,11 @@
|
|
|
12511
12518
|
"through": "^2.3.8"
|
|
12512
12519
|
}
|
|
12513
12520
|
},
|
|
12521
|
+
"node_modules/undici-types": {
|
|
12522
|
+
"version": "5.26.5",
|
|
12523
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
12524
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
12525
|
+
},
|
|
12514
12526
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
12515
12527
|
"version": "2.0.0",
|
|
12516
12528
|
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@asyncapi/glee": "^0.36.
|
|
12
|
+
"@asyncapi/glee": "^0.36.24"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=14.15.1"
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@asyncapi/avro-schema-parser": {
|
|
41
|
-
"version": "3.0.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "3.0.22",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.22.tgz",
|
|
43
|
+
"integrity": "sha512-nrrIIPehHoS1+Zc0eCO3+ijo7VJhWaFqVTupFYJVxxiwNrx7HpldLiTt1awIUDU6rJTm9czGLQq8MIgtXb/Dqg==",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@asyncapi/parser": "^3.0.
|
|
45
|
+
"@asyncapi/parser": "^3.0.14",
|
|
46
46
|
"@types/json-schema": "^7.0.11",
|
|
47
47
|
"avsc": "^5.7.6"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"node_modules/@asyncapi/generator": {
|
|
51
|
-
"version": "1.17.
|
|
52
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.
|
|
53
|
-
"integrity": "sha512-
|
|
51
|
+
"version": "1.17.25",
|
|
52
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.25.tgz",
|
|
53
|
+
"integrity": "sha512-Wz8qFkHl13jYs9QeDEf/xScod4ukjQihFC9La4zsYA73sTc29RpIK0URvXJr/1rkTErU+QaNDbnbRHhlnqlm4w==",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
56
|
-
"@asyncapi/parser": "^3.0.
|
|
55
|
+
"@asyncapi/generator-react-sdk": "^1.0.18",
|
|
56
|
+
"@asyncapi/parser": "^3.0.14",
|
|
57
57
|
"@npmcli/arborist": "5.6.3",
|
|
58
58
|
"@smoya/multi-parser": "^5.0.0",
|
|
59
59
|
"ajv": "^8.12.0",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@asyncapi/generator-react-sdk": {
|
|
90
|
-
"version": "1.0.
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.
|
|
92
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "1.0.18",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.18.tgz",
|
|
92
|
+
"integrity": "sha512-6pGOi1ODODtfXqe+qe1F/VNZIxMB+CIMyAUOt3dC+UE12mBmQe4VTO2VZpbu2HZ2LMG5cfkf3J6S4jJWvY9cDg==",
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@asyncapi/parser": "^3.0.
|
|
94
|
+
"@asyncapi/parser": "^3.0.14",
|
|
95
95
|
"@babel/core": "7.12.9",
|
|
96
96
|
"@babel/preset-env": "^7.12.7",
|
|
97
97
|
"@babel/preset-react": "^7.12.7",
|
|
@@ -155,14 +155,14 @@
|
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"node_modules/@asyncapi/glee": {
|
|
158
|
-
"version": "0.36.
|
|
159
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.
|
|
160
|
-
"integrity": "sha512-
|
|
161
|
-
"dependencies": {
|
|
162
|
-
"@asyncapi/generator": "^1.17.
|
|
163
|
-
"@asyncapi/html-template": "^2.3.
|
|
164
|
-
"@asyncapi/markdown-template": "^1.
|
|
165
|
-
"@asyncapi/parser": "^3.0.
|
|
158
|
+
"version": "0.36.24",
|
|
159
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.24.tgz",
|
|
160
|
+
"integrity": "sha512-92VbRgAMl+atdpF1451eeDJucPa2MqIL6AclbQ/OB5l7SvPfv6+YnRxsAg9Go3eCR+fVMBp9NdRla4SVp0tg7w==",
|
|
161
|
+
"dependencies": {
|
|
162
|
+
"@asyncapi/generator": "^1.17.25",
|
|
163
|
+
"@asyncapi/html-template": "^2.3.5",
|
|
164
|
+
"@asyncapi/markdown-template": "^1.6.1",
|
|
165
|
+
"@asyncapi/parser": "^3.0.14",
|
|
166
166
|
"@next/env": "^14.0.4",
|
|
167
167
|
"@types/jest": "^29.5.11",
|
|
168
168
|
"@types/qs": "^6.9.7",
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"node_modules/@asyncapi/html-template": {
|
|
263
|
-
"version": "2.3.
|
|
264
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.
|
|
265
|
-
"integrity": "sha512-
|
|
263
|
+
"version": "2.3.5",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.5.tgz",
|
|
265
|
+
"integrity": "sha512-NZPjg7Mc1Dxn3NnZ4uIfKdv8q+0bcF4CQeeuX5nbgsEIt/ZztePGTTLp51F6aPa/6Dowf+1ZuibpOXhhb9OKAg==",
|
|
266
266
|
"dependencies": {
|
|
267
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
268
|
-
"@asyncapi/parser": "^3.0.
|
|
267
|
+
"@asyncapi/generator-react-sdk": "^1.0.18",
|
|
268
|
+
"@asyncapi/parser": "^3.0.14",
|
|
269
269
|
"@asyncapi/react-component": "^1.2.13",
|
|
270
270
|
"highlight.js": "10.7.3",
|
|
271
271
|
"puppeteer": "^14.1.0",
|
|
@@ -275,21 +275,21 @@
|
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
277
|
"node_modules/@asyncapi/markdown-template": {
|
|
278
|
-
"version": "1.
|
|
279
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.
|
|
280
|
-
"integrity": "sha512-
|
|
278
|
+
"version": "1.6.1",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.1.tgz",
|
|
280
|
+
"integrity": "sha512-OtAtp5K2Mza6187fulCsCAvdb8GbHnzZ55+Yb54PSLnm0iabsHfBLh6bVtYS3cYXSDRxjlgb8Vdr/l4ipV/xHw==",
|
|
281
281
|
"dependencies": {
|
|
282
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
282
|
+
"@asyncapi/generator-react-sdk": "^1.0.18",
|
|
283
283
|
"openapi-sampler": "^1.3.0",
|
|
284
284
|
"yaml": "^1.10.2"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"node_modules/@asyncapi/openapi-schema-parser": {
|
|
288
|
-
"version": "3.0.
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.
|
|
290
|
-
"integrity": "sha512-
|
|
288
|
+
"version": "3.0.22",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.22.tgz",
|
|
290
|
+
"integrity": "sha512-rPI5onl1Sb/PslsyyPFCANUkok36j0ADH2A51U+THKcAHiZ3mu+QAqr/Cnvm1sXTEkNL1Mxl78uLTJQ1wOTQtA==",
|
|
291
291
|
"dependencies": {
|
|
292
|
-
"@asyncapi/parser": "^3.0.
|
|
292
|
+
"@asyncapi/parser": "^3.0.14",
|
|
293
293
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
294
294
|
"ajv": "^8.11.0",
|
|
295
295
|
"ajv-errors": "^3.0.0",
|
|
@@ -297,11 +297,11 @@
|
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"node_modules/@asyncapi/parser": {
|
|
300
|
-
"version": "3.0.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
302
|
-
"integrity": "sha512-
|
|
300
|
+
"version": "3.0.14",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz",
|
|
302
|
+
"integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==",
|
|
303
303
|
"dependencies": {
|
|
304
|
-
"@asyncapi/specs": "^6.
|
|
304
|
+
"@asyncapi/specs": "^6.6.0",
|
|
305
305
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
306
306
|
"@stoplight/json": "^3.20.2",
|
|
307
307
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -372,21 +372,21 @@
|
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
374
|
"node_modules/@asyncapi/protobuf-schema-parser": {
|
|
375
|
-
"version": "3.2.
|
|
376
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.
|
|
377
|
-
"integrity": "sha512-
|
|
375
|
+
"version": "3.2.12",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.12.tgz",
|
|
377
|
+
"integrity": "sha512-ROMx71sdfeAvpRoRWkjKXxP6Cu6xNE2P/b7Nl3jiXcPUNhlwUu2m5ScV00v4C2d/So6jNrxnUzXeg1Q3f20EZw==",
|
|
378
378
|
"dependencies": {
|
|
379
|
-
"@asyncapi/parser": "^3.0.
|
|
379
|
+
"@asyncapi/parser": "^3.0.14",
|
|
380
380
|
"@types/protocol-buffers-schema": "^3.4.1",
|
|
381
381
|
"protobufjs": "^7.2.6"
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
"node_modules/@asyncapi/raml-dt-schema-parser": {
|
|
385
|
-
"version": "4.0.
|
|
386
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.
|
|
387
|
-
"integrity": "sha512-
|
|
385
|
+
"version": "4.0.22",
|
|
386
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.22.tgz",
|
|
387
|
+
"integrity": "sha512-qs74JvQx6W99TwJJfzajCiPF/TYx3FlKpK3ISd8bD5AR2Dp2zmih7+vQmQ+49u7VxooQ03hS/q3w6u3cxABDYw==",
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@asyncapi/parser": "^3.0.
|
|
389
|
+
"@asyncapi/parser": "^3.0.14",
|
|
390
390
|
"js-yaml": "^4.1.0",
|
|
391
391
|
"ramldt2jsonschema": "^1.2.3",
|
|
392
392
|
"webapi-parser": "^0.5.0"
|
|
@@ -404,14 +404,14 @@
|
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
"node_modules/@asyncapi/react-component": {
|
|
407
|
-
"version": "1.4.
|
|
408
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.
|
|
409
|
-
"integrity": "sha512-
|
|
410
|
-
"dependencies": {
|
|
411
|
-
"@asyncapi/avro-schema-parser": "^3.0.
|
|
412
|
-
"@asyncapi/openapi-schema-parser": "^3.0.
|
|
413
|
-
"@asyncapi/parser": "^3.0.
|
|
414
|
-
"@asyncapi/protobuf-schema-parser": "^3.2.
|
|
407
|
+
"version": "1.4.8",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.8.tgz",
|
|
409
|
+
"integrity": "sha512-IysTbN2Kihxs8QyPw0DiN+FuUrPyi33WrcRJ6oVSq6v8WrqJZ+Jsh0K0a0rtFZgHnkTtrWzyCRRZB4+b0xraQA==",
|
|
410
|
+
"dependencies": {
|
|
411
|
+
"@asyncapi/avro-schema-parser": "^3.0.21",
|
|
412
|
+
"@asyncapi/openapi-schema-parser": "^3.0.21",
|
|
413
|
+
"@asyncapi/parser": "^3.0.14",
|
|
414
|
+
"@asyncapi/protobuf-schema-parser": "^3.2.11",
|
|
415
415
|
"highlight.js": "^10.7.2",
|
|
416
416
|
"isomorphic-dompurify": "^0.13.0",
|
|
417
417
|
"marked": "^4.0.14",
|
|
@@ -424,9 +424,9 @@
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
"node_modules/@asyncapi/specs": {
|
|
427
|
-
"version": "6.
|
|
428
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.
|
|
429
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "6.6.0",
|
|
428
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.6.0.tgz",
|
|
429
|
+
"integrity": "sha512-pXJa0sCeBpif5al5CSa0f3HvwVBQXzd96/Xgq8Jsh6KM4CYxCe7p6paaC9fDjdBVXyWAioQmZiGRxEVUMINbUw==",
|
|
430
430
|
"dependencies": {
|
|
431
431
|
"@types/json-schema": "^7.0.11"
|
|
432
432
|
}
|
|
@@ -3327,9 +3327,9 @@
|
|
|
3327
3327
|
}
|
|
3328
3328
|
},
|
|
3329
3329
|
"node_modules/@smoya/multi-parser": {
|
|
3330
|
-
"version": "5.0.
|
|
3331
|
-
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.
|
|
3332
|
-
"integrity": "sha512-
|
|
3330
|
+
"version": "5.0.6",
|
|
3331
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.6.tgz",
|
|
3332
|
+
"integrity": "sha512-o1pzaOTUzNWk7QIWA8ArrNCaZqAB85SZRcOJ+hKTT3YYM1ETSliufMm6N4e7NCWAbVRDUOqK0yuCVMIG0OSTxw==",
|
|
3333
3333
|
"dependencies": {
|
|
3334
3334
|
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
3335
3335
|
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
3338
3338
|
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
|
|
3339
3339
|
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8",
|
|
3340
|
-
"parserapiv3": "npm:@asyncapi/parser@^3.0.
|
|
3340
|
+
"parserapiv3": "npm:@asyncapi/parser@^3.0.13"
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
3343
|
"node_modules/@socket.io/component-emitter": {
|
|
@@ -9567,11 +9567,11 @@
|
|
|
9567
9567
|
},
|
|
9568
9568
|
"node_modules/parserapiv3": {
|
|
9569
9569
|
"name": "@asyncapi/parser",
|
|
9570
|
-
"version": "3.0.
|
|
9571
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
9572
|
-
"integrity": "sha512-
|
|
9570
|
+
"version": "3.0.14",
|
|
9571
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.14.tgz",
|
|
9572
|
+
"integrity": "sha512-tC2gmKkw28PWWMcGUXHQjTfVftiZdr+FQtsfapaHh36spX9uwe13iYzkcTyCkwSJAHibtg7wvStuHsiufP8xng==",
|
|
9573
9573
|
"dependencies": {
|
|
9574
|
-
"@asyncapi/specs": "^6.
|
|
9574
|
+
"@asyncapi/specs": "^6.6.0",
|
|
9575
9575
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
9576
9576
|
"@stoplight/json": "^3.20.2",
|
|
9577
9577
|
"@stoplight/json-ref-readers": "^1.2.2",
|
package/lib/commands/bundle.js
CHANGED
|
@@ -56,10 +56,11 @@ class Bundle extends base_1.default {
|
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
collectMetricsData(document) {
|
|
59
|
+
var _a;
|
|
59
60
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
60
61
|
try {
|
|
61
62
|
// We collect the metadata from the final output so it contains all the files
|
|
62
|
-
this.specFile = new SpecificationFile_1.Specification(document.string());
|
|
63
|
+
this.specFile = new SpecificationFile_1.Specification((_a = document.string()) !== null && _a !== void 0 ? _a : '');
|
|
63
64
|
}
|
|
64
65
|
catch (e) {
|
|
65
66
|
if (e instanceof Error) {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/cli",
|
|
3
3
|
"description": "All in one CLI for all AsyncAPI tools",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.2",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run_bin"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/asyncapi/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@asyncapi/avro-schema-parser": "^3.0.
|
|
11
|
+
"@asyncapi/avro-schema-parser": "^3.0.22",
|
|
12
12
|
"@asyncapi/bundler": "^0.4.0",
|
|
13
|
-
"@asyncapi/converter": "^1.4.
|
|
13
|
+
"@asyncapi/converter": "^1.4.19",
|
|
14
14
|
"@asyncapi/diff": "^0.4.1",
|
|
15
|
-
"@asyncapi/generator": "^1.17.
|
|
16
|
-
"@asyncapi/modelina": "^3.4.
|
|
17
|
-
"@asyncapi/openapi-schema-parser": "^3.0.
|
|
15
|
+
"@asyncapi/generator": "^1.17.25",
|
|
16
|
+
"@asyncapi/modelina": "^3.4.9",
|
|
17
|
+
"@asyncapi/openapi-schema-parser": "^3.0.22",
|
|
18
18
|
"@asyncapi/optimizer": "^0.2.7",
|
|
19
|
-
"@asyncapi/parser": "^3.0.
|
|
20
|
-
"@asyncapi/protobuf-schema-parser": "^3.2.
|
|
21
|
-
"@asyncapi/raml-dt-schema-parser": "^4.0.
|
|
19
|
+
"@asyncapi/parser": "^3.0.14",
|
|
20
|
+
"@asyncapi/protobuf-schema-parser": "^3.2.12",
|
|
21
|
+
"@asyncapi/raml-dt-schema-parser": "^4.0.22",
|
|
22
22
|
"@asyncapi/studio": "^0.20.0",
|
|
23
23
|
"@clack/prompts": "^0.7.0",
|
|
24
24
|
"@oclif/core": "^1.26.2",
|
|
25
25
|
"@oclif/errors": "^1.3.6",
|
|
26
26
|
"@oclif/plugin-not-found": "^2.3.22",
|
|
27
|
-
"@smoya/asyncapi-adoption-metrics": "^2.4.
|
|
28
|
-
"@smoya/multi-parser": "^5.0.
|
|
27
|
+
"@smoya/asyncapi-adoption-metrics": "^2.4.7",
|
|
28
|
+
"@smoya/multi-parser": "^5.0.7",
|
|
29
29
|
"@stoplight/spectral-cli": "6.9.0",
|
|
30
30
|
"ajv": "^8.12.0",
|
|
31
31
|
"chalk": "^4.1.0",
|