@canva/cli 2.6.0 → 2.7.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## v2.7.0 - 2026-07-20
4
+
5
+ ### Changed
6
+
7
+ - Upgraded `react` & `react-dom` to `19.2.7`.
8
+
9
+ ### Fixed
10
+
11
+ - Fixed app previews defaulting to `.com` instead of `.cn` for apps created or linked while logged in with `canva login --china`.
12
+
13
+ ## v2.6.1 - 2026-07-09
14
+
15
+ ### Fixed
16
+
17
+ - Fixed an issue where commands could fail to start with `TypeError: Cannot read properties of undefined (reading 'React')` if npm resolved an incompatible `typescript` version alongside `react-docgen-typescript`.
18
+
3
19
  ## v2.6.0 - 2026-07-01
4
20
 
5
21
  ### Added
@@ -1,129 +1,4 @@
1
- ** @babel/code-frame@7.29.7 -- MIT
2
-
3
- MIT License
4
-
5
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- "Software"), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
-
26
- ** @babel/generator@7.29.7 -- MIT
27
-
28
- MIT License
29
-
30
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
31
-
32
- Permission is hereby granted, free of charge, to any person obtaining
33
- a copy of this software and associated documentation files (the
34
- "Software"), to deal in the Software without restriction, including
35
- without limitation the rights to use, copy, modify, merge, publish,
36
- distribute, sublicense, and/or sell copies of the Software, and to
37
- permit persons to whom the Software is furnished to do so, subject to
38
- the following conditions:
39
-
40
- The above copyright notice and this permission notice shall be
41
- included in all copies or substantial portions of the Software.
42
-
43
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
44
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
46
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
47
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
48
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
49
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50
-
51
- ** @babel/helper-globals@7.29.7 -- MIT
52
-
53
- MIT License
54
-
55
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
56
-
57
- Permission is hereby granted, free of charge, to any person obtaining
58
- a copy of this software and associated documentation files (the
59
- "Software"), to deal in the Software without restriction, including
60
- without limitation the rights to use, copy, modify, merge, publish,
61
- distribute, sublicense, and/or sell copies of the Software, and to
62
- permit persons to whom the Software is furnished to do so, subject to
63
- the following conditions:
64
-
65
- The above copyright notice and this permission notice shall be
66
- included in all copies or substantial portions of the Software.
67
-
68
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
69
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
70
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
71
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
72
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
73
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
74
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75
-
76
- ** @babel/helper-string-parser@7.29.7 -- MIT
77
-
78
- MIT License
79
-
80
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
81
-
82
- Permission is hereby granted, free of charge, to any person obtaining
83
- a copy of this software and associated documentation files (the
84
- "Software"), to deal in the Software without restriction, including
85
- without limitation the rights to use, copy, modify, merge, publish,
86
- distribute, sublicense, and/or sell copies of the Software, and to
87
- permit persons to whom the Software is furnished to do so, subject to
88
- the following conditions:
89
-
90
- The above copyright notice and this permission notice shall be
91
- included in all copies or substantial portions of the Software.
92
-
93
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
95
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
96
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
97
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
98
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
99
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
100
-
101
- ** @babel/helper-validator-identifier@7.29.7 -- MIT
102
-
103
- MIT License
104
-
105
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
106
-
107
- Permission is hereby granted, free of charge, to any person obtaining
108
- a copy of this software and associated documentation files (the
109
- "Software"), to deal in the Software without restriction, including
110
- without limitation the rights to use, copy, modify, merge, publish,
111
- distribute, sublicense, and/or sell copies of the Software, and to
112
- permit persons to whom the Software is furnished to do so, subject to
113
- the following conditions:
114
-
115
- The above copyright notice and this permission notice shall be
116
- included in all copies or substantial portions of the Software.
117
-
118
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
119
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
120
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
121
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
122
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
123
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
124
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
125
-
126
- ** @babel/parser@7.29.7 -- MIT
1
+ ** @babel/parser@7.28.4 -- MIT
127
2
 
128
3
  Copyright (C) 2012-2014 by various contributors (see AUTHORS)
129
4
 
@@ -145,81 +20,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
146
21
  THE SOFTWARE.
147
22
 
148
- ** @babel/template@7.29.7 -- MIT
149
-
150
- MIT License
151
-
152
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
153
-
154
- Permission is hereby granted, free of charge, to any person obtaining
155
- a copy of this software and associated documentation files (the
156
- "Software"), to deal in the Software without restriction, including
157
- without limitation the rights to use, copy, modify, merge, publish,
158
- distribute, sublicense, and/or sell copies of the Software, and to
159
- permit persons to whom the Software is furnished to do so, subject to
160
- the following conditions:
161
-
162
- The above copyright notice and this permission notice shall be
163
- included in all copies or substantial portions of the Software.
164
-
165
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
166
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
167
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
168
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
169
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
170
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
171
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
172
-
173
- ** @babel/traverse@7.28.3 -- MIT
174
-
175
- MIT License
176
-
177
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
178
-
179
- Permission is hereby granted, free of charge, to any person obtaining
180
- a copy of this software and associated documentation files (the
181
- "Software"), to deal in the Software without restriction, including
182
- without limitation the rights to use, copy, modify, merge, publish,
183
- distribute, sublicense, and/or sell copies of the Software, and to
184
- permit persons to whom the Software is furnished to do so, subject to
185
- the following conditions:
186
-
187
- The above copyright notice and this permission notice shall be
188
- included in all copies or substantial portions of the Software.
189
-
190
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
191
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
192
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
193
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
194
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
195
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
196
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
197
-
198
- ** @babel/types@7.29.7 -- MIT
199
-
200
- MIT License
201
-
202
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
203
-
204
- Permission is hereby granted, free of charge, to any person obtaining
205
- a copy of this software and associated documentation files (the
206
- "Software"), to deal in the Software without restriction, including
207
- without limitation the rights to use, copy, modify, merge, publish,
208
- distribute, sublicense, and/or sell copies of the Software, and to
209
- permit persons to whom the Software is furnished to do so, subject to
210
- the following conditions:
211
-
212
- The above copyright notice and this permission notice shall be
213
- included in all copies or substantial portions of the Software.
214
-
215
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
216
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
217
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
218
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
219
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
220
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
221
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
222
-
223
23
  ** @inkjs/ui@2.0.0 -- MIT
224
24
 
225
25
  MIT License
@@ -232,94 +32,6 @@ The above copyright notice and this permission notice shall be included in all c
232
32
 
233
33
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
234
34
 
235
- ** @jridgewell/gen-mapping@0.3.13 -- MIT
236
-
237
- Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
238
-
239
- Permission is hereby granted, free of charge, to any person obtaining a copy
240
- of this software and associated documentation files (the "Software"), to deal
241
- in the Software without restriction, including without limitation the rights
242
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
243
- copies of the Software, and to permit persons to whom the Software is
244
- furnished to do so, subject to the following conditions:
245
-
246
- The above copyright notice and this permission notice shall be included in
247
- all copies or substantial portions of the Software.
248
-
249
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
250
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
251
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
252
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
253
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
254
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
255
- SOFTWARE.
256
-
257
- ** @jridgewell/resolve-uri@3.1.2 -- MIT
258
-
259
- Copyright 2019 Justin Ridgewell <jridgewell@google.com>
260
-
261
- Permission is hereby granted, free of charge, to any person obtaining a copy
262
- of this software and associated documentation files (the "Software"), to deal
263
- in the Software without restriction, including without limitation the rights
264
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
265
- copies of the Software, and to permit persons to whom the Software is
266
- furnished to do so, subject to the following conditions:
267
-
268
- The above copyright notice and this permission notice shall be included in
269
- all copies or substantial portions of the Software.
270
-
271
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
272
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
273
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
274
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
275
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
276
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
277
- SOFTWARE.
278
-
279
- ** @jridgewell/sourcemap-codec@1.5.5 -- MIT
280
-
281
- Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
282
-
283
- Permission is hereby granted, free of charge, to any person obtaining a copy
284
- of this software and associated documentation files (the "Software"), to deal
285
- in the Software without restriction, including without limitation the rights
286
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
287
- copies of the Software, and to permit persons to whom the Software is
288
- furnished to do so, subject to the following conditions:
289
-
290
- The above copyright notice and this permission notice shall be included in
291
- all copies or substantial portions of the Software.
292
-
293
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
294
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
295
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
296
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
297
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
298
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
299
- SOFTWARE.
300
-
301
- ** @jridgewell/trace-mapping@0.3.31 -- MIT
302
-
303
- Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
304
-
305
- Permission is hereby granted, free of charge, to any person obtaining a copy
306
- of this software and associated documentation files (the "Software"), to deal
307
- in the Software without restriction, including without limitation the rights
308
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
309
- copies of the Software, and to permit persons to whom the Software is
310
- furnished to do so, subject to the following conditions:
311
-
312
- The above copyright notice and this permission notice shall be included in
313
- all copies or substantial portions of the Software.
314
-
315
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
316
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
317
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
318
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
319
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
320
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
321
- SOFTWARE.
322
-
323
35
  ** @pnpm/config.env-replace@1.1.0 -- MIT
324
36
 
325
37
  ** @pnpm/network.ca-file@1.0.2 -- MIT
@@ -736,28 +448,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
736
448
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
737
449
  THE SOFTWARE.
738
450
 
739
- ** debug@4.4.3 -- MIT
740
-
741
- (The MIT License)
742
-
743
- Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
744
- Copyright (c) 2018-2021 Josh Junon
745
-
746
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
747
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
748
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
749
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
750
- subject to the following conditions:
751
-
752
- The above copyright notice and this permission notice shall be included in all copies or substantial
753
- portions of the Software.
754
-
755
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
756
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
757
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
758
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
759
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
760
-
761
451
  ** deep-extend@0.6.0 -- MIT
762
452
 
763
453
  The MIT License (MIT)
@@ -1575,30 +1265,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1575
1265
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1576
1266
  IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1577
1267
 
1578
- ** js-tokens@4.0.0 -- MIT
1579
-
1580
- The MIT License (MIT)
1581
-
1582
- Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
1583
-
1584
- Permission is hereby granted, free of charge, to any person obtaining a copy
1585
- of this software and associated documentation files (the "Software"), to deal
1586
- in the Software without restriction, including without limitation the rights
1587
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1588
- copies of the Software, and to permit persons to whom the Software is
1589
- furnished to do so, subject to the following conditions:
1590
-
1591
- The above copyright notice and this permission notice shall be included in
1592
- all copies or substantial portions of the Software.
1593
-
1594
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1595
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1596
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1597
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1598
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1599
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1600
- THE SOFTWARE.
1601
-
1602
1268
  ** jscodeshift@17.3.0 -- MIT
1603
1269
 
1604
1270
  MIT License
@@ -1623,29 +1289,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1623
1289
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1624
1290
  SOFTWARE.
1625
1291
 
1626
- ** jsesc@3.1.0 -- MIT
1627
-
1628
- Copyright Mathias Bynens <https://mathiasbynens.be/>
1629
-
1630
- Permission is hereby granted, free of charge, to any person obtaining
1631
- a copy of this software and associated documentation files (the
1632
- "Software"), to deal in the Software without restriction, including
1633
- without limitation the rights to use, copy, modify, merge, publish,
1634
- distribute, sublicense, and/or sell copies of the Software, and to
1635
- permit persons to whom the Software is furnished to do so, subject to
1636
- the following conditions:
1637
-
1638
- The above copyright notice and this permission notice shall be
1639
- included in all copies or substantial portions of the Software.
1640
-
1641
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1642
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1643
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1644
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1645
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1646
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1647
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1648
-
1649
1292
  ** json-schema-traverse@1.0.0 -- MIT
1650
1293
 
1651
1294
  MIT License
@@ -1823,30 +1466,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1823
1466
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1824
1467
  SOFTWARE.
1825
1468
 
1826
- ** ms@2.1.3 -- MIT
1827
-
1828
- The MIT License (MIT)
1829
-
1830
- Copyright (c) 2020 Vercel, Inc.
1831
-
1832
- Permission is hereby granted, free of charge, to any person obtaining a copy
1833
- of this software and associated documentation files (the "Software"), to deal
1834
- in the Software without restriction, including without limitation the rights
1835
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1836
- copies of the Software, and to permit persons to whom the Software is
1837
- furnished to do so, subject to the following conditions:
1838
-
1839
- The above copyright notice and this permission notice shall be included in all
1840
- copies or substantial portions of the Software.
1841
-
1842
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1843
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1844
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1845
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1846
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1847
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1848
- SOFTWARE.
1849
-
1850
1469
  ** npm-run-path@5.3.0 -- MIT
1851
1470
 
1852
1471
  MIT License
@@ -1951,24 +1570,6 @@ The above copyright notice and this permission notice shall be included in all c
1951
1570
 
1952
1571
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1953
1572
 
1954
- ** picocolors@1.1.1 -- ISC
1955
-
1956
- ISC License
1957
-
1958
- Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1959
-
1960
- Permission to use, copy, modify, and/or distribute this software for any
1961
- purpose with or without fee is hereby granted, provided that the above
1962
- copyright notice and this permission notice appear in all copies.
1963
-
1964
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1965
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1966
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1967
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1968
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1969
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1970
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1971
-
1972
1573
  ** prop-types@15.8.1 -- MIT
1973
1574
 
1974
1575
  MIT License
@@ -2645,3 +2246,27 @@ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
2645
2246
  OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2646
2247
  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2647
2248
  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2249
+
2250
+ ** zod@3.25.76 -- MIT
2251
+
2252
+ MIT License
2253
+
2254
+ Copyright (c) 2025 Colin McDonnell
2255
+
2256
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2257
+ of this software and associated documentation files (the "Software"), to deal
2258
+ in the Software without restriction, including without limitation the rights
2259
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2260
+ copies of the Software, and to permit persons to whom the Software is
2261
+ furnished to do so, subject to the following conditions:
2262
+
2263
+ The above copyright notice and this permission notice shall be included in all
2264
+ copies or substantial portions of the Software.
2265
+
2266
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2267
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2268
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2269
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2270
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2271
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2272
+ SOFTWARE.