@asyncapi/cli 1.2.15 → 1.2.16
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.32.
|
|
12
|
+
"@asyncapi/glee": "^0.32.15"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^20.5.9"
|
|
@@ -280,15 +280,15 @@
|
|
|
280
280
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
281
281
|
},
|
|
282
282
|
"node_modules/@asyncapi/glee": {
|
|
283
|
-
"version": "0.32.
|
|
284
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.32.
|
|
285
|
-
"integrity": "sha512-
|
|
283
|
+
"version": "0.32.15",
|
|
284
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.32.15.tgz",
|
|
285
|
+
"integrity": "sha512-7tUk3ZDIOWK9hG658I+aYmD3SCleo6RUaafqbmTbedoHTM/xr8Lzmn/Fq+ow43WZ9BzH48oAw6axUqjkTS2nUQ==",
|
|
286
286
|
"dependencies": {
|
|
287
287
|
"@asyncapi/generator": "^1.15.6",
|
|
288
288
|
"@asyncapi/html-template": "^2.0.0",
|
|
289
289
|
"@asyncapi/markdown-template": "^1.5.0",
|
|
290
290
|
"@asyncapi/parser": "^3.0.0",
|
|
291
|
-
"@types/jest": "^
|
|
291
|
+
"@types/jest": "^29.5.11",
|
|
292
292
|
"@types/qs": "^6.9.7",
|
|
293
293
|
"ajv": "^6.12.6",
|
|
294
294
|
"async": "^3.2.0",
|
|
@@ -2553,6 +2553,44 @@
|
|
|
2553
2553
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
2554
2554
|
"integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ=="
|
|
2555
2555
|
},
|
|
2556
|
+
"node_modules/@jest/expect-utils": {
|
|
2557
|
+
"version": "29.7.0",
|
|
2558
|
+
"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
|
|
2559
|
+
"integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
|
|
2560
|
+
"dependencies": {
|
|
2561
|
+
"jest-get-type": "^29.6.3"
|
|
2562
|
+
},
|
|
2563
|
+
"engines": {
|
|
2564
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
"node_modules/@jest/schemas": {
|
|
2568
|
+
"version": "29.6.3",
|
|
2569
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
|
|
2570
|
+
"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
|
|
2571
|
+
"dependencies": {
|
|
2572
|
+
"@sinclair/typebox": "^0.27.8"
|
|
2573
|
+
},
|
|
2574
|
+
"engines": {
|
|
2575
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
"node_modules/@jest/types": {
|
|
2579
|
+
"version": "29.6.3",
|
|
2580
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
|
|
2581
|
+
"integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
|
|
2582
|
+
"dependencies": {
|
|
2583
|
+
"@jest/schemas": "^29.6.3",
|
|
2584
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
2585
|
+
"@types/istanbul-reports": "^3.0.0",
|
|
2586
|
+
"@types/node": "*",
|
|
2587
|
+
"@types/yargs": "^17.0.8",
|
|
2588
|
+
"chalk": "^4.0.0"
|
|
2589
|
+
},
|
|
2590
|
+
"engines": {
|
|
2591
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2556
2594
|
"node_modules/@jimp/bmp": {
|
|
2557
2595
|
"version": "0.16.1",
|
|
2558
2596
|
"resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.16.1.tgz",
|
|
@@ -3350,6 +3388,11 @@
|
|
|
3350
3388
|
"rollup": "^1.20.0||^2.0.0"
|
|
3351
3389
|
}
|
|
3352
3390
|
},
|
|
3391
|
+
"node_modules/@sinclair/typebox": {
|
|
3392
|
+
"version": "0.27.8",
|
|
3393
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
|
|
3394
|
+
"integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA=="
|
|
3395
|
+
},
|
|
3353
3396
|
"node_modules/@sindresorhus/is": {
|
|
3354
3397
|
"version": "5.3.0",
|
|
3355
3398
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
|
|
@@ -3849,13 +3892,34 @@
|
|
|
3849
3892
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
|
3850
3893
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
3851
3894
|
},
|
|
3895
|
+
"node_modules/@types/istanbul-lib-coverage": {
|
|
3896
|
+
"version": "2.0.6",
|
|
3897
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
3898
|
+
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w=="
|
|
3899
|
+
},
|
|
3900
|
+
"node_modules/@types/istanbul-lib-report": {
|
|
3901
|
+
"version": "3.0.3",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
|
|
3903
|
+
"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
|
|
3904
|
+
"dependencies": {
|
|
3905
|
+
"@types/istanbul-lib-coverage": "*"
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3908
|
+
"node_modules/@types/istanbul-reports": {
|
|
3909
|
+
"version": "3.0.4",
|
|
3910
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
|
|
3911
|
+
"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
|
|
3912
|
+
"dependencies": {
|
|
3913
|
+
"@types/istanbul-lib-report": "*"
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3852
3916
|
"node_modules/@types/jest": {
|
|
3853
|
-
"version": "
|
|
3854
|
-
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-
|
|
3855
|
-
"integrity": "sha512-
|
|
3917
|
+
"version": "29.5.11",
|
|
3918
|
+
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz",
|
|
3919
|
+
"integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==",
|
|
3856
3920
|
"dependencies": {
|
|
3857
|
-
"
|
|
3858
|
-
"pretty-format": "^
|
|
3921
|
+
"expect": "^29.0.0",
|
|
3922
|
+
"pretty-format": "^29.0.0"
|
|
3859
3923
|
}
|
|
3860
3924
|
},
|
|
3861
3925
|
"node_modules/@types/json-schema": {
|
|
@@ -3886,6 +3950,11 @@
|
|
|
3886
3950
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
|
|
3887
3951
|
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
|
|
3888
3952
|
},
|
|
3953
|
+
"node_modules/@types/stack-utils": {
|
|
3954
|
+
"version": "2.0.3",
|
|
3955
|
+
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
3956
|
+
"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw=="
|
|
3957
|
+
},
|
|
3889
3958
|
"node_modules/@types/trusted-types": {
|
|
3890
3959
|
"version": "2.0.7",
|
|
3891
3960
|
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
@@ -3896,6 +3965,19 @@
|
|
|
3896
3965
|
"resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.20.tgz",
|
|
3897
3966
|
"integrity": "sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A=="
|
|
3898
3967
|
},
|
|
3968
|
+
"node_modules/@types/yargs": {
|
|
3969
|
+
"version": "17.0.32",
|
|
3970
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
|
|
3971
|
+
"integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
|
|
3972
|
+
"dependencies": {
|
|
3973
|
+
"@types/yargs-parser": "*"
|
|
3974
|
+
}
|
|
3975
|
+
},
|
|
3976
|
+
"node_modules/@types/yargs-parser": {
|
|
3977
|
+
"version": "21.0.3",
|
|
3978
|
+
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
|
|
3979
|
+
"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="
|
|
3980
|
+
},
|
|
3899
3981
|
"node_modules/@types/yauzl": {
|
|
3900
3982
|
"version": "2.10.3",
|
|
3901
3983
|
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
|
|
@@ -5063,6 +5145,20 @@
|
|
|
5063
5145
|
"node": ">=10"
|
|
5064
5146
|
}
|
|
5065
5147
|
},
|
|
5148
|
+
"node_modules/ci-info": {
|
|
5149
|
+
"version": "3.9.0",
|
|
5150
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
5151
|
+
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
5152
|
+
"funding": [
|
|
5153
|
+
{
|
|
5154
|
+
"type": "github",
|
|
5155
|
+
"url": "https://github.com/sponsors/sibiraj-s"
|
|
5156
|
+
}
|
|
5157
|
+
],
|
|
5158
|
+
"engines": {
|
|
5159
|
+
"node": ">=8"
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
5066
5162
|
"node_modules/clean-stack": {
|
|
5067
5163
|
"version": "2.2.0",
|
|
5068
5164
|
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
@@ -5547,11 +5643,11 @@
|
|
|
5547
5643
|
}
|
|
5548
5644
|
},
|
|
5549
5645
|
"node_modules/diff-sequences": {
|
|
5550
|
-
"version": "
|
|
5551
|
-
"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-
|
|
5552
|
-
"integrity": "sha512-
|
|
5646
|
+
"version": "29.6.3",
|
|
5647
|
+
"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
|
|
5648
|
+
"integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
|
|
5553
5649
|
"engines": {
|
|
5554
|
-
"node": "^
|
|
5650
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
5555
5651
|
}
|
|
5556
5652
|
},
|
|
5557
5653
|
"node_modules/dir-glob": {
|
|
@@ -6391,6 +6487,21 @@
|
|
|
6391
6487
|
"resolved": "https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz",
|
|
6392
6488
|
"integrity": "sha1-WKnS1ywCwfbwKg70qRZicrd2CSI="
|
|
6393
6489
|
},
|
|
6490
|
+
"node_modules/expect": {
|
|
6491
|
+
"version": "29.7.0",
|
|
6492
|
+
"resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
|
|
6493
|
+
"integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
|
|
6494
|
+
"dependencies": {
|
|
6495
|
+
"@jest/expect-utils": "^29.7.0",
|
|
6496
|
+
"jest-get-type": "^29.6.3",
|
|
6497
|
+
"jest-matcher-utils": "^29.7.0",
|
|
6498
|
+
"jest-message-util": "^29.7.0",
|
|
6499
|
+
"jest-util": "^29.7.0"
|
|
6500
|
+
},
|
|
6501
|
+
"engines": {
|
|
6502
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
6503
|
+
}
|
|
6504
|
+
},
|
|
6394
6505
|
"node_modules/extend": {
|
|
6395
6506
|
"version": "3.0.2",
|
|
6396
6507
|
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
@@ -7636,25 +7747,74 @@
|
|
|
7636
7747
|
}
|
|
7637
7748
|
},
|
|
7638
7749
|
"node_modules/jest-diff": {
|
|
7639
|
-
"version": "
|
|
7640
|
-
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-
|
|
7641
|
-
"integrity": "sha512-
|
|
7750
|
+
"version": "29.7.0",
|
|
7751
|
+
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
|
|
7752
|
+
"integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
|
|
7642
7753
|
"dependencies": {
|
|
7643
7754
|
"chalk": "^4.0.0",
|
|
7644
|
-
"diff-sequences": "^
|
|
7645
|
-
"jest-get-type": "^
|
|
7646
|
-
"pretty-format": "^
|
|
7755
|
+
"diff-sequences": "^29.6.3",
|
|
7756
|
+
"jest-get-type": "^29.6.3",
|
|
7757
|
+
"pretty-format": "^29.7.0"
|
|
7647
7758
|
},
|
|
7648
7759
|
"engines": {
|
|
7649
|
-
"node": "^
|
|
7760
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7650
7761
|
}
|
|
7651
7762
|
},
|
|
7652
7763
|
"node_modules/jest-get-type": {
|
|
7653
|
-
"version": "
|
|
7654
|
-
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-
|
|
7655
|
-
"integrity": "sha512-
|
|
7764
|
+
"version": "29.6.3",
|
|
7765
|
+
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
|
|
7766
|
+
"integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
|
|
7767
|
+
"engines": {
|
|
7768
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7769
|
+
}
|
|
7770
|
+
},
|
|
7771
|
+
"node_modules/jest-matcher-utils": {
|
|
7772
|
+
"version": "29.7.0",
|
|
7773
|
+
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
|
|
7774
|
+
"integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
|
|
7775
|
+
"dependencies": {
|
|
7776
|
+
"chalk": "^4.0.0",
|
|
7777
|
+
"jest-diff": "^29.7.0",
|
|
7778
|
+
"jest-get-type": "^29.6.3",
|
|
7779
|
+
"pretty-format": "^29.7.0"
|
|
7780
|
+
},
|
|
7781
|
+
"engines": {
|
|
7782
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
"node_modules/jest-message-util": {
|
|
7786
|
+
"version": "29.7.0",
|
|
7787
|
+
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
|
|
7788
|
+
"integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
|
|
7789
|
+
"dependencies": {
|
|
7790
|
+
"@babel/code-frame": "^7.12.13",
|
|
7791
|
+
"@jest/types": "^29.6.3",
|
|
7792
|
+
"@types/stack-utils": "^2.0.0",
|
|
7793
|
+
"chalk": "^4.0.0",
|
|
7794
|
+
"graceful-fs": "^4.2.9",
|
|
7795
|
+
"micromatch": "^4.0.4",
|
|
7796
|
+
"pretty-format": "^29.7.0",
|
|
7797
|
+
"slash": "^3.0.0",
|
|
7798
|
+
"stack-utils": "^2.0.3"
|
|
7799
|
+
},
|
|
7800
|
+
"engines": {
|
|
7801
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7802
|
+
}
|
|
7803
|
+
},
|
|
7804
|
+
"node_modules/jest-util": {
|
|
7805
|
+
"version": "29.7.0",
|
|
7806
|
+
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
|
|
7807
|
+
"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
|
|
7808
|
+
"dependencies": {
|
|
7809
|
+
"@jest/types": "^29.6.3",
|
|
7810
|
+
"@types/node": "*",
|
|
7811
|
+
"chalk": "^4.0.0",
|
|
7812
|
+
"ci-info": "^3.2.0",
|
|
7813
|
+
"graceful-fs": "^4.2.9",
|
|
7814
|
+
"picomatch": "^2.2.3"
|
|
7815
|
+
},
|
|
7656
7816
|
"engines": {
|
|
7657
|
-
"node": "^
|
|
7817
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7658
7818
|
}
|
|
7659
7819
|
},
|
|
7660
7820
|
"node_modules/jimp": {
|
|
@@ -9634,24 +9794,16 @@
|
|
|
9634
9794
|
}
|
|
9635
9795
|
},
|
|
9636
9796
|
"node_modules/pretty-format": {
|
|
9637
|
-
"version": "
|
|
9638
|
-
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-
|
|
9639
|
-
"integrity": "sha512-
|
|
9797
|
+
"version": "29.7.0",
|
|
9798
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
|
|
9799
|
+
"integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
|
|
9640
9800
|
"dependencies": {
|
|
9641
|
-
"
|
|
9801
|
+
"@jest/schemas": "^29.6.3",
|
|
9642
9802
|
"ansi-styles": "^5.0.0",
|
|
9643
|
-
"react-is": "^
|
|
9803
|
+
"react-is": "^18.0.0"
|
|
9644
9804
|
},
|
|
9645
9805
|
"engines": {
|
|
9646
|
-
"node": "^
|
|
9647
|
-
}
|
|
9648
|
-
},
|
|
9649
|
-
"node_modules/pretty-format/node_modules/ansi-regex": {
|
|
9650
|
-
"version": "5.0.1",
|
|
9651
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
9652
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
9653
|
-
"engines": {
|
|
9654
|
-
"node": ">=8"
|
|
9806
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9655
9807
|
}
|
|
9656
9808
|
},
|
|
9657
9809
|
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
@@ -9666,9 +9818,9 @@
|
|
|
9666
9818
|
}
|
|
9667
9819
|
},
|
|
9668
9820
|
"node_modules/pretty-format/node_modules/react-is": {
|
|
9669
|
-
"version": "
|
|
9670
|
-
"resolved": "https://registry.npmjs.org/react-is/-/react-is-
|
|
9671
|
-
"integrity": "sha512-
|
|
9821
|
+
"version": "18.2.0",
|
|
9822
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
|
|
9823
|
+
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
|
|
9672
9824
|
},
|
|
9673
9825
|
"node_modules/proc-log": {
|
|
9674
9826
|
"version": "1.0.0",
|
|
@@ -11174,6 +11326,25 @@
|
|
|
11174
11326
|
"node": ">= 8"
|
|
11175
11327
|
}
|
|
11176
11328
|
},
|
|
11329
|
+
"node_modules/stack-utils": {
|
|
11330
|
+
"version": "2.0.6",
|
|
11331
|
+
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
11332
|
+
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
11333
|
+
"dependencies": {
|
|
11334
|
+
"escape-string-regexp": "^2.0.0"
|
|
11335
|
+
},
|
|
11336
|
+
"engines": {
|
|
11337
|
+
"node": ">=10"
|
|
11338
|
+
}
|
|
11339
|
+
},
|
|
11340
|
+
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
11341
|
+
"version": "2.0.0",
|
|
11342
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
11343
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
11344
|
+
"engines": {
|
|
11345
|
+
"node": ">=8"
|
|
11346
|
+
}
|
|
11347
|
+
},
|
|
11177
11348
|
"node_modules/stream-shift": {
|
|
11178
11349
|
"version": "1.0.1",
|
|
11179
11350
|
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
|
|
@@ -12489,15 +12660,15 @@
|
|
|
12489
12660
|
}
|
|
12490
12661
|
},
|
|
12491
12662
|
"@asyncapi/glee": {
|
|
12492
|
-
"version": "0.32.
|
|
12493
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.32.
|
|
12494
|
-
"integrity": "sha512-
|
|
12663
|
+
"version": "0.32.15",
|
|
12664
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.32.15.tgz",
|
|
12665
|
+
"integrity": "sha512-7tUk3ZDIOWK9hG658I+aYmD3SCleo6RUaafqbmTbedoHTM/xr8Lzmn/Fq+ow43WZ9BzH48oAw6axUqjkTS2nUQ==",
|
|
12495
12666
|
"requires": {
|
|
12496
12667
|
"@asyncapi/generator": "^1.15.6",
|
|
12497
12668
|
"@asyncapi/html-template": "^2.0.0",
|
|
12498
12669
|
"@asyncapi/markdown-template": "^1.5.0",
|
|
12499
12670
|
"@asyncapi/parser": "^3.0.0",
|
|
12500
|
-
"@types/jest": "^
|
|
12671
|
+
"@types/jest": "^29.5.11",
|
|
12501
12672
|
"@types/qs": "^6.9.7",
|
|
12502
12673
|
"ajv": "^6.12.6",
|
|
12503
12674
|
"async": "^3.2.0",
|
|
@@ -14130,6 +14301,35 @@
|
|
|
14130
14301
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
14131
14302
|
"integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ=="
|
|
14132
14303
|
},
|
|
14304
|
+
"@jest/expect-utils": {
|
|
14305
|
+
"version": "29.7.0",
|
|
14306
|
+
"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
|
|
14307
|
+
"integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
|
|
14308
|
+
"requires": {
|
|
14309
|
+
"jest-get-type": "^29.6.3"
|
|
14310
|
+
}
|
|
14311
|
+
},
|
|
14312
|
+
"@jest/schemas": {
|
|
14313
|
+
"version": "29.6.3",
|
|
14314
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
|
|
14315
|
+
"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
|
|
14316
|
+
"requires": {
|
|
14317
|
+
"@sinclair/typebox": "^0.27.8"
|
|
14318
|
+
}
|
|
14319
|
+
},
|
|
14320
|
+
"@jest/types": {
|
|
14321
|
+
"version": "29.6.3",
|
|
14322
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
|
|
14323
|
+
"integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
|
|
14324
|
+
"requires": {
|
|
14325
|
+
"@jest/schemas": "^29.6.3",
|
|
14326
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
14327
|
+
"@types/istanbul-reports": "^3.0.0",
|
|
14328
|
+
"@types/node": "*",
|
|
14329
|
+
"@types/yargs": "^17.0.8",
|
|
14330
|
+
"chalk": "^4.0.0"
|
|
14331
|
+
}
|
|
14332
|
+
},
|
|
14133
14333
|
"@jimp/bmp": {
|
|
14134
14334
|
"version": "0.16.1",
|
|
14135
14335
|
"resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.16.1.tgz",
|
|
@@ -14749,6 +14949,11 @@
|
|
|
14749
14949
|
"picomatch": "^2.2.2"
|
|
14750
14950
|
}
|
|
14751
14951
|
},
|
|
14952
|
+
"@sinclair/typebox": {
|
|
14953
|
+
"version": "0.27.8",
|
|
14954
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
|
|
14955
|
+
"integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA=="
|
|
14956
|
+
},
|
|
14752
14957
|
"@sindresorhus/is": {
|
|
14753
14958
|
"version": "5.3.0",
|
|
14754
14959
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
|
|
@@ -15167,13 +15372,34 @@
|
|
|
15167
15372
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
|
15168
15373
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
15169
15374
|
},
|
|
15375
|
+
"@types/istanbul-lib-coverage": {
|
|
15376
|
+
"version": "2.0.6",
|
|
15377
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
15378
|
+
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w=="
|
|
15379
|
+
},
|
|
15380
|
+
"@types/istanbul-lib-report": {
|
|
15381
|
+
"version": "3.0.3",
|
|
15382
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
|
|
15383
|
+
"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
|
|
15384
|
+
"requires": {
|
|
15385
|
+
"@types/istanbul-lib-coverage": "*"
|
|
15386
|
+
}
|
|
15387
|
+
},
|
|
15388
|
+
"@types/istanbul-reports": {
|
|
15389
|
+
"version": "3.0.4",
|
|
15390
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
|
|
15391
|
+
"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
|
|
15392
|
+
"requires": {
|
|
15393
|
+
"@types/istanbul-lib-report": "*"
|
|
15394
|
+
}
|
|
15395
|
+
},
|
|
15170
15396
|
"@types/jest": {
|
|
15171
|
-
"version": "
|
|
15172
|
-
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-
|
|
15173
|
-
"integrity": "sha512-
|
|
15397
|
+
"version": "29.5.11",
|
|
15398
|
+
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz",
|
|
15399
|
+
"integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==",
|
|
15174
15400
|
"requires": {
|
|
15175
|
-
"
|
|
15176
|
-
"pretty-format": "^
|
|
15401
|
+
"expect": "^29.0.0",
|
|
15402
|
+
"pretty-format": "^29.0.0"
|
|
15177
15403
|
}
|
|
15178
15404
|
},
|
|
15179
15405
|
"@types/json-schema": {
|
|
@@ -15204,6 +15430,11 @@
|
|
|
15204
15430
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
|
|
15205
15431
|
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
|
|
15206
15432
|
},
|
|
15433
|
+
"@types/stack-utils": {
|
|
15434
|
+
"version": "2.0.3",
|
|
15435
|
+
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
15436
|
+
"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw=="
|
|
15437
|
+
},
|
|
15207
15438
|
"@types/trusted-types": {
|
|
15208
15439
|
"version": "2.0.7",
|
|
15209
15440
|
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
@@ -15214,6 +15445,19 @@
|
|
|
15214
15445
|
"resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.20.tgz",
|
|
15215
15446
|
"integrity": "sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A=="
|
|
15216
15447
|
},
|
|
15448
|
+
"@types/yargs": {
|
|
15449
|
+
"version": "17.0.32",
|
|
15450
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
|
|
15451
|
+
"integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
|
|
15452
|
+
"requires": {
|
|
15453
|
+
"@types/yargs-parser": "*"
|
|
15454
|
+
}
|
|
15455
|
+
},
|
|
15456
|
+
"@types/yargs-parser": {
|
|
15457
|
+
"version": "21.0.3",
|
|
15458
|
+
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
|
|
15459
|
+
"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="
|
|
15460
|
+
},
|
|
15217
15461
|
"@types/yauzl": {
|
|
15218
15462
|
"version": "2.10.3",
|
|
15219
15463
|
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
|
|
@@ -16019,6 +16263,11 @@
|
|
|
16019
16263
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
16020
16264
|
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
|
|
16021
16265
|
},
|
|
16266
|
+
"ci-info": {
|
|
16267
|
+
"version": "3.9.0",
|
|
16268
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
16269
|
+
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ=="
|
|
16270
|
+
},
|
|
16022
16271
|
"clean-stack": {
|
|
16023
16272
|
"version": "2.2.0",
|
|
16024
16273
|
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
@@ -16379,9 +16628,9 @@
|
|
|
16379
16628
|
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="
|
|
16380
16629
|
},
|
|
16381
16630
|
"diff-sequences": {
|
|
16382
|
-
"version": "
|
|
16383
|
-
"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-
|
|
16384
|
-
"integrity": "sha512-
|
|
16631
|
+
"version": "29.6.3",
|
|
16632
|
+
"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
|
|
16633
|
+
"integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q=="
|
|
16385
16634
|
},
|
|
16386
16635
|
"dir-glob": {
|
|
16387
16636
|
"version": "3.0.1",
|
|
@@ -17015,6 +17264,18 @@
|
|
|
17015
17264
|
"resolved": "https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz",
|
|
17016
17265
|
"integrity": "sha1-WKnS1ywCwfbwKg70qRZicrd2CSI="
|
|
17017
17266
|
},
|
|
17267
|
+
"expect": {
|
|
17268
|
+
"version": "29.7.0",
|
|
17269
|
+
"resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
|
|
17270
|
+
"integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
|
|
17271
|
+
"requires": {
|
|
17272
|
+
"@jest/expect-utils": "^29.7.0",
|
|
17273
|
+
"jest-get-type": "^29.6.3",
|
|
17274
|
+
"jest-matcher-utils": "^29.7.0",
|
|
17275
|
+
"jest-message-util": "^29.7.0",
|
|
17276
|
+
"jest-util": "^29.7.0"
|
|
17277
|
+
}
|
|
17278
|
+
},
|
|
17018
17279
|
"extend": {
|
|
17019
17280
|
"version": "3.0.2",
|
|
17020
17281
|
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
@@ -17921,20 +18182,60 @@
|
|
|
17921
18182
|
}
|
|
17922
18183
|
},
|
|
17923
18184
|
"jest-diff": {
|
|
17924
|
-
"version": "
|
|
17925
|
-
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-
|
|
17926
|
-
"integrity": "sha512-
|
|
18185
|
+
"version": "29.7.0",
|
|
18186
|
+
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
|
|
18187
|
+
"integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
|
|
17927
18188
|
"requires": {
|
|
17928
18189
|
"chalk": "^4.0.0",
|
|
17929
|
-
"diff-sequences": "^
|
|
17930
|
-
"jest-get-type": "^
|
|
17931
|
-
"pretty-format": "^
|
|
18190
|
+
"diff-sequences": "^29.6.3",
|
|
18191
|
+
"jest-get-type": "^29.6.3",
|
|
18192
|
+
"pretty-format": "^29.7.0"
|
|
17932
18193
|
}
|
|
17933
18194
|
},
|
|
17934
18195
|
"jest-get-type": {
|
|
17935
|
-
"version": "
|
|
17936
|
-
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-
|
|
17937
|
-
"integrity": "sha512-
|
|
18196
|
+
"version": "29.6.3",
|
|
18197
|
+
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
|
|
18198
|
+
"integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw=="
|
|
18199
|
+
},
|
|
18200
|
+
"jest-matcher-utils": {
|
|
18201
|
+
"version": "29.7.0",
|
|
18202
|
+
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
|
|
18203
|
+
"integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
|
|
18204
|
+
"requires": {
|
|
18205
|
+
"chalk": "^4.0.0",
|
|
18206
|
+
"jest-diff": "^29.7.0",
|
|
18207
|
+
"jest-get-type": "^29.6.3",
|
|
18208
|
+
"pretty-format": "^29.7.0"
|
|
18209
|
+
}
|
|
18210
|
+
},
|
|
18211
|
+
"jest-message-util": {
|
|
18212
|
+
"version": "29.7.0",
|
|
18213
|
+
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
|
|
18214
|
+
"integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
|
|
18215
|
+
"requires": {
|
|
18216
|
+
"@babel/code-frame": "^7.12.13",
|
|
18217
|
+
"@jest/types": "^29.6.3",
|
|
18218
|
+
"@types/stack-utils": "^2.0.0",
|
|
18219
|
+
"chalk": "^4.0.0",
|
|
18220
|
+
"graceful-fs": "^4.2.9",
|
|
18221
|
+
"micromatch": "^4.0.4",
|
|
18222
|
+
"pretty-format": "^29.7.0",
|
|
18223
|
+
"slash": "^3.0.0",
|
|
18224
|
+
"stack-utils": "^2.0.3"
|
|
18225
|
+
}
|
|
18226
|
+
},
|
|
18227
|
+
"jest-util": {
|
|
18228
|
+
"version": "29.7.0",
|
|
18229
|
+
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
|
|
18230
|
+
"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
|
|
18231
|
+
"requires": {
|
|
18232
|
+
"@jest/types": "^29.6.3",
|
|
18233
|
+
"@types/node": "*",
|
|
18234
|
+
"chalk": "^4.0.0",
|
|
18235
|
+
"ci-info": "^3.2.0",
|
|
18236
|
+
"graceful-fs": "^4.2.9",
|
|
18237
|
+
"picomatch": "^2.2.3"
|
|
18238
|
+
}
|
|
17938
18239
|
},
|
|
17939
18240
|
"jimp": {
|
|
17940
18241
|
"version": "0.16.1",
|
|
@@ -19450,29 +19751,24 @@
|
|
|
19450
19751
|
}
|
|
19451
19752
|
},
|
|
19452
19753
|
"pretty-format": {
|
|
19453
|
-
"version": "
|
|
19454
|
-
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-
|
|
19455
|
-
"integrity": "sha512-
|
|
19754
|
+
"version": "29.7.0",
|
|
19755
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
|
|
19756
|
+
"integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
|
|
19456
19757
|
"requires": {
|
|
19457
|
-
"
|
|
19758
|
+
"@jest/schemas": "^29.6.3",
|
|
19458
19759
|
"ansi-styles": "^5.0.0",
|
|
19459
|
-
"react-is": "^
|
|
19760
|
+
"react-is": "^18.0.0"
|
|
19460
19761
|
},
|
|
19461
19762
|
"dependencies": {
|
|
19462
|
-
"ansi-regex": {
|
|
19463
|
-
"version": "5.0.1",
|
|
19464
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
19465
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
19466
|
-
},
|
|
19467
19763
|
"ansi-styles": {
|
|
19468
19764
|
"version": "5.2.0",
|
|
19469
19765
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
19470
19766
|
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
|
|
19471
19767
|
},
|
|
19472
19768
|
"react-is": {
|
|
19473
|
-
"version": "
|
|
19474
|
-
"resolved": "https://registry.npmjs.org/react-is/-/react-is-
|
|
19475
|
-
"integrity": "sha512-
|
|
19769
|
+
"version": "18.2.0",
|
|
19770
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
|
|
19771
|
+
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
|
|
19476
19772
|
}
|
|
19477
19773
|
}
|
|
19478
19774
|
},
|
|
@@ -20591,6 +20887,21 @@
|
|
|
20591
20887
|
"minipass": "^3.1.1"
|
|
20592
20888
|
}
|
|
20593
20889
|
},
|
|
20890
|
+
"stack-utils": {
|
|
20891
|
+
"version": "2.0.6",
|
|
20892
|
+
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
20893
|
+
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
20894
|
+
"requires": {
|
|
20895
|
+
"escape-string-regexp": "^2.0.0"
|
|
20896
|
+
},
|
|
20897
|
+
"dependencies": {
|
|
20898
|
+
"escape-string-regexp": {
|
|
20899
|
+
"version": "2.0.0",
|
|
20900
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
20901
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
|
|
20902
|
+
}
|
|
20903
|
+
}
|
|
20904
|
+
},
|
|
20594
20905
|
"stream-shift": {
|
|
20595
20906
|
"version": "1.0.1",
|
|
20596
20907
|
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
|
package/oclif.manifest.json
CHANGED