99
99
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
100
100
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
101
101
102
- " @types/hast@^2.0.0 " :
103
- version "2.3.2"
104
- resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.2.tgz#236201acca9e2695e42f713d7dd4f151dc2982e4"
105
- integrity sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow==
106
- dependencies :
107
- " @types/unist" " *"
108
-
109
102
" @types/hast@^3.0.0 " :
110
103
version "3.0.4"
111
104
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
147
140
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98"
148
141
integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==
149
142
150
- " @types/parse5@^6.0.0 " :
151
- version "6.0.1"
152
- resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.1.tgz#f8ae4fbcd2b9ba4ff934698e28778961f9cb22ca"
153
- integrity sha512-ARATsLdrGPUnaBvxLhUlnltcMgn7pQG312S8ccdYlnyijabrX9RN/KN/iGj9Am96CoW8e/K9628BA7Bv4XHdrA==
154
-
155
143
" @types/repeat-string@^1.0.0 " :
156
144
version "1.6.1"
157
145
resolved "https://registry.yarnpkg.com/@types/repeat-string/-/repeat-string-1.6.1.tgz#8bb5686e662ce1d962271b0b043623bf51404cdc"
@@ -394,11 +382,6 @@ colorette@^1.2.1:
394
382
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
395
383
integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
396
384
397
- comma-separated-tokens@^2.0.0 :
398
- version "2.0.2"
399
- resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz#d4c25abb679b7751c880be623c1179780fe1dd98"
400
- integrity sha512-G5yTt3KQN4Yn7Yk4ed73hlZ1evrFKXeUW3086p3PRFNp7m2vIjI6Pg+Kgb+oyzhd9F2qdcoj67+y3SdxL5XWsg==
401
-
402
385
concat-stream@^2.0.0 :
403
386
version "2.0.0"
404
387
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"
@@ -604,72 +587,6 @@ has-flag@^5.0.0:
604
587
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-5.0.1.tgz#5483db2ae02a472d1d0691462fc587d1843cd940"
605
588
integrity sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==
606
589
607
- hast-util-from-parse5@^7.0.0 :
608
- version "7.1.0"
609
- resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.0.tgz#c129dd3a24dd8a867ab8a029ca47e27aa54864b7"
610
- integrity sha512-m8yhANIAccpU4K6+121KpPP55sSl9/samzQSQGpb0mTExcNh2WlvjtMwSWFhg6uqD4Rr6Nfa8N6TMypQM51rzQ==
611
- dependencies :
612
- " @types/hast" " ^2.0.0"
613
- " @types/parse5" " ^6.0.0"
614
- " @types/unist" " ^2.0.0"
615
- hastscript "^7.0.0"
616
- property-information "^6.0.0"
617
- vfile "^5.0.0"
618
- vfile-location "^4.0.0"
619
- web-namespaces "^2.0.0"
620
-
621
- hast-util-is-element@^2.0.0 :
622
- version "2.1.1"
623
- resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.1.tgz#863019a27400dc4f1aedfa4900627f42fd75c2b7"
624
- integrity sha512-ag0fiZfRWsPiR1udvnSbaazJLGv8qd8E+/e3rW8rUZhbKG4HNJmFL4QkEceN+22BgE+uozXY30z/s+2dL6Z++g==
625
- dependencies :
626
- " @types/hast" " ^2.0.0"
627
- " @types/unist" " ^2.0.0"
628
-
629
- hast-util-parse-selector@^3.0.0 :
630
- version "3.1.0"
631
- resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.0.tgz#a519e27e8b61bd5a98fad494ed06131ce68d9c3f"
632
- integrity sha512-AyjlI2pTAZEOeu7GeBPZhROx0RHBnydkQIXlhnFzDi0qfXTmGUWoCYZtomHbrdrheV4VFUlPcfJ6LMF5T6sQzg==
633
- dependencies :
634
- " @types/hast" " ^2.0.0"
635
-
636
- hast-util-to-html@^8.0.0 :
637
- version "8.0.1"
638
- resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-8.0.1.tgz#05d2f37ca7979f474f2d23536ea4655e91ceecef"
639
- integrity sha512-S1mTqXvWVGIxrWw0xOHHvmevwCBFTRGNvXWsjE32IyEAlMhbMkK+ZuP6CAqkQ6Vb7swrehaHpfXHEI6voGDh0w==
640
- dependencies :
641
- " @types/hast" " ^2.0.0"
642
- ccount "^2.0.0"
643
- comma-separated-tokens "^2.0.0"
644
- hast-util-is-element "^2.0.0"
645
- hast-util-whitespace "^2.0.0"
646
- html-void-elements "^2.0.0"
647
- property-information "^6.0.0"
648
- space-separated-tokens "^2.0.0"
649
- stringify-entities "^4.0.0"
650
- unist-util-is "^5.0.0"
651
-
652
- hast-util-whitespace@^2.0.0 :
653
- version "2.0.0"
654
- resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz#4fc1086467cc1ef5ba20673cb6b03cec3a970f1c"
655
- integrity sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg==
656
-
657
- hastscript@^7.0.0 :
658
- version "7.0.2"
659
- resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-7.0.2.tgz#d811fc040817d91923448a28156463b2e40d590a"
660
- integrity sha512-uA8ooUY4ipaBvKcMuPehTAB/YfFLSSzCwFSwT6ltJbocFUKH/GDHLN+tflq7lSRf9H86uOuxOFkh1KgIy3Gg2g==
661
- dependencies :
662
- " @types/hast" " ^2.0.0"
663
- comma-separated-tokens "^2.0.0"
664
- hast-util-parse-selector "^3.0.0"
665
- property-information "^6.0.0"
666
- space-separated-tokens "^2.0.0"
667
-
668
- html-void-elements@^2.0.0 :
669
- version "2.0.0"
670
- resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-2.0.0.tgz#ea71bae0dd33de675cdda3c4ace1bc7584bb1071"
671
- integrity sha512-4OYzQQsBt0G9bJ/nM9/DDsjm4+fVdzAaPJJcWk5QwA3GIAPxQEeOR0rsI8HbDHQz5Gta8pVvGnnTNSbZVEVvkQ==
672
-
673
590
ignore@^5.0.0 :
674
591
version "5.1.8"
675
592
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
@@ -866,11 +783,6 @@ lru-cache@^6.0.0:
866
783
dependencies :
867
784
yallist "^4.0.0"
868
785
869
- mdast-comment-marker@^2.0.0 :
870
- version "2.0.0"
871
- resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-2.0.0.tgz#1b97b8c01fc1ad0a213940e9dc50e787db349907"
872
- integrity sha512-LQ4sf7vUzxz4mQQlzzBDgjaCJO5A0lkIAT9TyeNMfqaP31ooP1Qw9hprf7/V3NCo5FA1nvo5gbnfLVRY79QlDQ==
873
-
874
786
mdast-comment-marker@^3.0.0 :
875
787
version "3.0.0"
876
788
resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-3.0.0.tgz#8233f27c985ac7be53678ecb453dd9648fa1b5c5"
@@ -1495,11 +1407,6 @@ parse-json@^6.0.0:
1495
1407
json-parse-even-better-errors "^2.3.1"
1496
1408
lines-and-columns "^2.0.2"
1497
1409
1498
- parse5@^6.0.0 :
1499
- version "6.0.1"
1500
- resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
1501
- integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
1502
-
1503
1410
path-type@^4.0.0 :
1504
1411
version "4.0.0"
1505
1412
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -1592,11 +1499,6 @@ proc-log@^2.0.0:
1592
1499
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-2.0.1.tgz#8f3f69a1f608de27878f91f5c688b225391cb685"
1593
1500
integrity sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==
1594
1501
1595
- property-information@^6.0.0 :
1596
- version "6.0.1"
1597
- resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.0.1.tgz#7c668d9f2b9cb63bc3e105d8b8dfee7221a17800"
1598
- integrity sha512-F4WUUAF7fMeF4/JUFHNBWDaKDXi2jbvqBW/y6o5wsf3j19wTZ7S60TmtB5HoBhtgw7NKQRMWuz5vk2PR0CygUg==
1599
-
1600
1502
queue-microtask@^1.2.2 :
1601
1503
version "1.2.3"
1602
1504
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -1633,35 +1535,6 @@ readdirp@~3.5.0:
1633
1535
dependencies :
1634
1536
picomatch "^2.2.1"
1635
1537
1636
- rehype-parse@^8.0.0 :
1637
- version "8.0.2"
1638
- resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-8.0.2.tgz#8e8ebe6bff33521a446eacce818a49848d0c1b46"
1639
- integrity sha512-Y5AvUbTareuAcCQITTbC9SGagm1IvOOSfG5CTTaOUW0pEeoNHkOq4YmMaEywUmSwwOgel3gOF3O7Mwl1acoBzg==
1640
- dependencies :
1641
- " @types/hast" " ^2.0.0"
1642
- hast-util-from-parse5 "^7.0.0"
1643
- parse5 "^6.0.0"
1644
- unified "^10.0.0"
1645
-
1646
- rehype-stringify@^9.0.0 :
1647
- version "9.0.1"
1648
- resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.1.tgz#0252218f10ea400ca5b3010256c6cb66e25485dd"
1649
- integrity sha512-xfhm8Erp7yL+RRgYmtZMJUqu6OSguwOQMfR2LkqT1dgNDQheClFMaDPVERy4/su7o0eHo0PKFGn4L68kOjVdRQ==
1650
- dependencies :
1651
- " @types/hast" " ^2.0.0"
1652
- hast-util-to-html "^8.0.0"
1653
- unified "^10.0.0"
1654
-
1655
- rehype@^12.0.0 :
1656
- version "12.0.0"
1657
- resolved "https://registry.yarnpkg.com/rehype/-/rehype-12.0.0.tgz#d5e80a206da2479b3564722bc2ba882e0f4240ec"
1658
- integrity sha512-gZcttmf9R5IYHb8AlI1rlmWqXS1yX0rSB/S5ZGJs8atfYZy2DobvH3Ic/gSzB+HL/+oOHPtBguw1TprfhxXBgQ==
1659
- dependencies :
1660
- " @types/hast" " ^2.0.0"
1661
- rehype-parse "^8.0.0"
1662
- rehype-stringify "^9.0.0"
1663
- unified "^10.0.0"
1664
-
1665
1538
remark-cli@^11.0.0 :
1666
1539
version "11.0.0"
1667
1540
resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-11.0.0.tgz#302c15c5e73c0b422a6709f65adb74cac3b5eb53"
@@ -1828,7 +1701,7 @@ remark-lint-ordered-list-marker-style@^4.0.0:
1828
1701
unist-util-visit-parents "^6.0.0"
1829
1702
vfile-message "^4.0.0"
1830
1703
1831
- remark-lint@^10.0.0 :
1704
+ remark-lint@^10.0.0, remark-lint@^10.0.1 :
1832
1705
version "10.0.1"
1833
1706
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-10.0.1.tgz#56d64e28a6373f10a4508e644c9d5a8056f9c9ca"
1834
1707
integrity sha512-1+PYGFziOg4pH7DDf1uMd4AR3YuO2EMnds/SdIWMPGT7CAfDRSnAmpxPsJD0Ds3IKpn97h3d5KPGf1WFOg6hXQ==
@@ -1837,27 +1710,6 @@ remark-lint@^10.0.0:
1837
1710
remark-message-control "^8.0.0"
1838
1711
unified "^11.0.0"
1839
1712
1840
- remark-lint@^9.1.1 :
1841
- version "9.1.1"
1842
- resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.1.tgz#58c27adc4edeca93b7ce81e2861f05cbcecef72c"
1843
- integrity sha512-zhe6twuqgkx/9KgZyNyaO0cceA4jQuJcyzMOBC+JZiAzMN6mFUmcssWZyY30ko8ut9vQDMX/pyQnolGn+Fg/Tw==
1844
- dependencies :
1845
- " @types/mdast" " ^3.0.0"
1846
- remark-message-control "^7.0.0"
1847
- unified "^10.1.0"
1848
-
1849
- remark-message-control@^7.0.0 :
1850
- version "7.0.0"
1851
- resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-7.0.0.tgz#ba83d212fbde3e5e2adabd30697bf80b0b709ef7"
1852
- integrity sha512-KZySoC97TrMPYfIZ9vJ7wxvQwniy68K6WCY3vmSedDN5YuGfdVOpMj6sjaZQcqbWZV9n7BhrT70E3xaUTtk4hA==
1853
- dependencies :
1854
- " @types/mdast" " ^3.0.0"
1855
- mdast-comment-marker "^2.0.0"
1856
- rehype "^12.0.0"
1857
- unified "^10.0.0"
1858
- unified-message-control "^4.0.0"
1859
- vfile "^5.0.0"
1860
-
1861
1713
remark-message-control@^8.0.0 :
1862
1714
version "8.0.0"
1863
1715
resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-8.0.0.tgz#1d5880f33c05a65fcd60dcf0572b8198e9935d97"
@@ -2115,18 +1967,6 @@ unified-lint-rule@^3.0.0:
2115
1967
unified "^11.0.0"
2116
1968
vfile "^6.0.0"
2117
1969
2118
- unified-message-control@^4.0.0 :
2119
- version "4.0.0"
2120
- resolved "https://registry.yarnpkg.com/unified-message-control/-/unified-message-control-4.0.0.tgz#7cd313df526fc660f218b19a56377bb6957019a8"
2121
- integrity sha512-1b92N+VkPHftOsvXNOtkJm4wHlr+UDmTBF2dUzepn40oy9NxanJ9xS1RwUBTjXJwqr2K0kMbEyv1Krdsho7+Iw==
2122
- dependencies :
2123
- " @types/unist" " ^2.0.0"
2124
- unist-util-is "^5.0.0"
2125
- unist-util-visit "^3.0.0"
2126
- vfile "^5.0.0"
2127
- vfile-location "^4.0.0"
2128
- vfile-message "^3.0.0"
2129
-
2130
1970
unified-message-control@^5.0.0 :
2131
1971
version "5.0.0"
2132
1972
resolved "https://registry.yarnpkg.com/unified-message-control/-/unified-message-control-5.0.0.tgz#7268a9a5d695c2591149ebe35e37eb200b852d7e"
@@ -2141,7 +1981,7 @@ unified-message-control@^5.0.0:
2141
1981
vfile-location "^5.0.0"
2142
1982
vfile-message "^4.0.0"
2143
1983
2144
- unified@^10.0.0, unified@^10.1.0 :
1984
+ unified@^10.0.0 :
2145
1985
version "10.1.0"
2146
1986
resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.0.tgz#4e65eb38fc2448b1c5ee573a472340f52b9346fe"
2147
1987
integrity sha512-4U3ru/BRXYYhKbwXV6lU6bufLikoAavTwev89H5UxY8enDFaAT2VXmIXYNm6hb5oHPng/EXr77PVyDFcptbk5g==
@@ -2174,11 +2014,6 @@ unist-util-inspect@^7.0.0:
2174
2014
dependencies :
2175
2015
" @types/unist" " ^2.0.0"
2176
2016
2177
- unist-util-is@^5.0.0 :
2178
- version "5.1.1"
2179
- resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.1.1.tgz#e8aece0b102fa9bc097b0fef8f870c496d4a6236"
2180
- integrity sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==
2181
-
2182
2017
unist-util-is@^6.0.0 :
2183
2018
version "6.0.0"
2184
2019
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.0.tgz#b775956486aff107a9ded971d996c173374be424"
@@ -2207,14 +2042,6 @@ unist-util-stringify-position@^4.0.0:
2207
2042
dependencies :
2208
2043
" @types/unist" " ^3.0.0"
2209
2044
2210
- unist-util-visit-parents@^4.0.0 :
2211
- version "4.1.1"
2212
- resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz#e83559a4ad7e6048a46b1bdb22614f2f3f4724f2"
2213
- integrity sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==
2214
- dependencies :
2215
- " @types/unist" " ^2.0.0"
2216
- unist-util-is "^5.0.0"
2217
-
2218
2045
unist-util-visit-parents@^6.0.0 :
2219
2046
version "6.0.1"
2220
2047
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz#4d5f85755c3b8f0dc69e21eca5d6d82d22162815"
@@ -2223,15 +2050,6 @@ unist-util-visit-parents@^6.0.0:
2223
2050
" @types/unist" " ^3.0.0"
2224
2051
unist-util-is "^6.0.0"
2225
2052
2226
- unist-util-visit@^3.0.0 :
2227
- version "3.1.0"
2228
- resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-3.1.0.tgz#9420d285e1aee938c7d9acbafc8e160186dbaf7b"
2229
- integrity sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==
2230
- dependencies :
2231
- " @types/unist" " ^2.0.0"
2232
- unist-util-is "^5.0.0"
2233
- unist-util-visit-parents "^4.0.0"
2234
-
2235
2053
unist-util-visit@^5.0.0 :
2236
2054
version "5.0.0"
2237
2055
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
@@ -2259,14 +2077,6 @@ util-deprecate@^1.0.1:
2259
2077
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
2260
2078
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
2261
2079
2262
- vfile-location@^4.0.0 :
2263
- version "4.0.1"
2264
- resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-4.0.1.tgz#06f2b9244a3565bef91f099359486a08b10d3a95"
2265
- integrity sha512-JDxPlTbZrZCQXogGheBHjbRWjESSPEak770XwWPfw5mTc1v1nWGLB/apzZxsx8a0SJVfF8HK8ql8RD308vXRUw==
2266
- dependencies :
2267
- " @types/unist" " ^2.0.0"
2268
- vfile "^5.0.0"
2269
-
2270
2080
vfile-location@^5.0.0 :
2271
2081
version "5.0.3"
2272
2082
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-5.0.3.tgz#cb9eacd20f2b6426d19451e0eafa3d0a846225c3"
@@ -2342,11 +2152,6 @@ walk-up-path@^1.0.0:
2342
2152
resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-1.0.0.tgz#d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e"
2343
2153
integrity sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==
2344
2154
2345
- web-namespaces@^2.0.0 :
2346
- version "2.0.0"
2347
- resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.0.tgz#1f6a2d7b5823329abaedeb6bdf09ef2fed35db13"
2348
- integrity sha512-dE7ELZRVWh0ceQsRgkjLgsAvwTuv3kcjSY/hLjqL0llleUlQBDjE9JkB9FCBY5F2mnFEwiyJoowl8+NVGHe8dw==
2349
-
2350
2155
wrap-ansi@^7.0.0 :
2351
2156
version "7.0.0"
2352
2157
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
0 commit comments