|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0" |
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9" |
12 | 12 |
|
13 | | -"@babel/code-frame@^7.26.2": |
14 | | - version "7.26.2" |
15 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
16 | | - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
17 | | - dependencies: |
18 | | - "@babel/helper-validator-identifier" "^7.25.9" |
19 | | - js-tokens "^4.0.0" |
20 | | - picocolors "^1.0.0" |
21 | | - |
22 | 13 | "@babel/code-frame@^7.27.1": |
23 | 14 | version "7.27.1" |
24 | 15 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
|
33 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6" |
34 | 25 | integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A== |
35 | 26 |
|
36 | | -"@babel/core@^7.26.10": |
37 | | - version "7.26.10" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
39 | | - integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
| 27 | +"@babel/core@^7.27.1": |
| 28 | + version "7.27.1" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
| 30 | + integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
40 | 31 | dependencies: |
41 | 32 | "@ampproject/remapping" "^2.2.0" |
42 | | - "@babel/code-frame" "^7.26.2" |
43 | | - "@babel/generator" "^7.26.10" |
44 | | - "@babel/helper-compilation-targets" "^7.26.5" |
45 | | - "@babel/helper-module-transforms" "^7.26.0" |
46 | | - "@babel/helpers" "^7.26.10" |
47 | | - "@babel/parser" "^7.26.10" |
48 | | - "@babel/template" "^7.26.9" |
49 | | - "@babel/traverse" "^7.26.10" |
50 | | - "@babel/types" "^7.26.10" |
| 33 | + "@babel/code-frame" "^7.27.1" |
| 34 | + "@babel/generator" "^7.27.1" |
| 35 | + "@babel/helper-compilation-targets" "^7.27.1" |
| 36 | + "@babel/helper-module-transforms" "^7.27.1" |
| 37 | + "@babel/helpers" "^7.27.1" |
| 38 | + "@babel/parser" "^7.27.1" |
| 39 | + "@babel/template" "^7.27.1" |
| 40 | + "@babel/traverse" "^7.27.1" |
| 41 | + "@babel/types" "^7.27.1" |
51 | 42 | convert-source-map "^2.0.0" |
52 | 43 | debug "^4.1.0" |
53 | 44 | gensync "^1.0.0-beta.2" |
54 | 45 | json5 "^2.2.3" |
55 | 46 | semver "^6.3.1" |
56 | 47 |
|
57 | | -"@babel/generator@^7.26.10", "@babel/generator@^7.27.0": |
58 | | - version "7.27.0" |
59 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
60 | | - integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
61 | | - dependencies: |
62 | | - "@babel/parser" "^7.27.0" |
63 | | - "@babel/types" "^7.27.0" |
64 | | - "@jridgewell/gen-mapping" "^0.3.5" |
65 | | - "@jridgewell/trace-mapping" "^0.3.25" |
66 | | - jsesc "^3.0.2" |
67 | | - |
68 | 48 | "@babel/generator@^7.27.1": |
69 | 49 | version "7.27.1" |
70 | 50 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
|
90 | 70 | dependencies: |
91 | 71 | "@babel/types" "^7.27.1" |
92 | 72 |
|
93 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1": |
| 73 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1": |
94 | 74 | version "7.27.1" |
95 | 75 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a" |
96 | 76 | integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g== |
|
162 | 142 | "@babel/traverse" "^7.27.1" |
163 | 143 | "@babel/types" "^7.27.1" |
164 | 144 |
|
165 | | -"@babel/helper-module-imports@^7.25.9": |
166 | | - version "7.25.9" |
167 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
168 | | - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
169 | | - dependencies: |
170 | | - "@babel/traverse" "^7.25.9" |
171 | | - "@babel/types" "^7.25.9" |
172 | | - |
173 | 145 | "@babel/helper-module-imports@^7.27.1": |
174 | 146 | version "7.27.1" |
175 | 147 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
|
178 | 150 | "@babel/traverse" "^7.27.1" |
179 | 151 | "@babel/types" "^7.27.1" |
180 | 152 |
|
181 | | -"@babel/helper-module-transforms@^7.26.0": |
182 | | - version "7.26.0" |
183 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
184 | | - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
185 | | - dependencies: |
186 | | - "@babel/helper-module-imports" "^7.25.9" |
187 | | - "@babel/helper-validator-identifier" "^7.25.9" |
188 | | - "@babel/traverse" "^7.25.9" |
189 | | - |
190 | 153 | "@babel/helper-module-transforms@^7.27.1": |
191 | 154 | version "7.27.1" |
192 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
|
234 | 197 | "@babel/traverse" "^7.27.1" |
235 | 198 | "@babel/types" "^7.27.1" |
236 | 199 |
|
237 | | -"@babel/helper-string-parser@^7.25.9": |
238 | | - version "7.25.9" |
239 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
240 | | - integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
241 | | - |
242 | 200 | "@babel/helper-string-parser@^7.27.1": |
243 | 201 | version "7.27.1" |
244 | 202 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
245 | 203 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
246 | 204 |
|
247 | | -"@babel/helper-validator-identifier@^7.25.9": |
248 | | - version "7.25.9" |
249 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
250 | | - integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
251 | | - |
252 | 205 | "@babel/helper-validator-identifier@^7.27.1": |
253 | 206 | version "7.27.1" |
254 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
|
268 | 221 | "@babel/traverse" "^7.27.1" |
269 | 222 | "@babel/types" "^7.27.1" |
270 | 223 |
|
271 | | -"@babel/helpers@^7.26.10": |
272 | | - version "7.27.0" |
273 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
274 | | - integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
| 224 | +"@babel/helpers@^7.27.1": |
| 225 | + version "7.27.1" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 227 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
275 | 228 | dependencies: |
276 | | - "@babel/template" "^7.27.0" |
277 | | - "@babel/types" "^7.27.0" |
| 229 | + "@babel/template" "^7.27.1" |
| 230 | + "@babel/types" "^7.27.1" |
278 | 231 |
|
279 | 232 | "@babel/node@^7.27.1": |
280 | 233 | version "7.27.1" |
|
288 | 241 | regenerator-runtime "^0.14.0" |
289 | 242 | v8flags "^3.1.1" |
290 | 243 |
|
291 | | -"@babel/parser@^7.19.4", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0": |
292 | | - version "7.27.0" |
293 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
294 | | - integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
295 | | - dependencies: |
296 | | - "@babel/types" "^7.27.0" |
297 | | - |
298 | | -"@babel/parser@^7.27.1": |
| 244 | +"@babel/parser@^7.19.4", "@babel/parser@^7.27.1": |
299 | 245 | version "7.27.1" |
300 | 246 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
301 | 247 | integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
|
854 | 800 | resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" |
855 | 801 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== |
856 | 802 |
|
857 | | -"@babel/template@^7.26.9", "@babel/template@^7.27.0": |
858 | | - version "7.27.0" |
859 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
860 | | - integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
861 | | - dependencies: |
862 | | - "@babel/code-frame" "^7.26.2" |
863 | | - "@babel/parser" "^7.27.0" |
864 | | - "@babel/types" "^7.27.0" |
865 | | - |
866 | 803 | "@babel/template@^7.27.1": |
867 | 804 | version "7.27.1" |
868 | 805 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
|
872 | 809 | "@babel/parser" "^7.27.1" |
873 | 810 | "@babel/types" "^7.27.1" |
874 | 811 |
|
875 | | -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10": |
876 | | - version "7.27.0" |
877 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
878 | | - integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
879 | | - dependencies: |
880 | | - "@babel/code-frame" "^7.26.2" |
881 | | - "@babel/generator" "^7.27.0" |
882 | | - "@babel/parser" "^7.27.0" |
883 | | - "@babel/template" "^7.27.0" |
884 | | - "@babel/types" "^7.27.0" |
885 | | - debug "^4.3.1" |
886 | | - globals "^11.1.0" |
887 | | - |
888 | 812 | "@babel/traverse@^7.27.1": |
889 | 813 | version "7.27.1" |
890 | 814 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
|
898 | 822 | debug "^4.3.1" |
899 | 823 | globals "^11.1.0" |
900 | 824 |
|
901 | | -"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.4.4": |
902 | | - version "7.27.0" |
903 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
904 | | - integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
905 | | - dependencies: |
906 | | - "@babel/helper-string-parser" "^7.25.9" |
907 | | - "@babel/helper-validator-identifier" "^7.25.9" |
908 | | - |
909 | | -"@babel/types@^7.27.1": |
| 825 | +"@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.4.4": |
910 | 826 | version "7.27.1" |
911 | 827 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
912 | 828 | integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
@@ -2352,11 +2268,6 @@ path-scurry@^1.11.1: |
2352 | 2268 | lru-cache "^10.2.0" |
2353 | 2269 | minipass "^5.0.0 || ^6.0.2 || ^7.0.0" |
2354 | 2270 |
|
2355 | | -picocolors@^1.0.0: |
2356 | | - version "1.0.1" |
2357 | | - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" |
2358 | | - integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== |
2359 | | - |
2360 | 2271 | picocolors@^1.1.0, picocolors@^1.1.1: |
2361 | 2272 | version "1.1.1" |
2362 | 2273 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
|
0 commit comments