|
35 | 35 | "@babel/highlight" "^7.25.7" |
36 | 36 | picocolors "^1.0.0" |
37 | 37 |
|
| 38 | +"@babel/code-frame@^7.26.2": |
| 39 | + version "7.26.2" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 41 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 42 | + dependencies: |
| 43 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 44 | + js-tokens "^4.0.0" |
| 45 | + picocolors "^1.0.0" |
| 46 | + |
38 | 47 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4": |
39 | 48 | version "7.25.4" |
40 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
|
279 | 288 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
280 | 289 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
281 | 290 |
|
| 291 | +"@babel/helper-string-parser@^7.25.9": |
| 292 | + version "7.25.9" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 294 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 295 | + |
282 | 296 | "@babel/helper-validator-identifier@^7.24.7": |
283 | 297 | version "7.24.7" |
284 | 298 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
|
289 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
290 | 304 | integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
291 | 305 |
|
| 306 | +"@babel/helper-validator-identifier@^7.25.9": |
| 307 | + version "7.25.9" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 309 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 310 | + |
292 | 311 | "@babel/helper-validator-option@^7.24.8": |
293 | 312 | version "7.24.8" |
294 | 313 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
|
304 | 323 | "@babel/types" "^7.25.0" |
305 | 324 |
|
306 | 325 | "@babel/helpers@^7.25.0": |
307 | | - version "7.25.6" |
308 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60" |
309 | | - integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q== |
| 326 | + version "7.26.10" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 328 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
310 | 329 | dependencies: |
311 | | - "@babel/template" "^7.25.0" |
312 | | - "@babel/types" "^7.25.6" |
| 330 | + "@babel/template" "^7.26.9" |
| 331 | + "@babel/types" "^7.26.10" |
313 | 332 |
|
314 | 333 | "@babel/highlight@^7.24.7": |
315 | 334 | version "7.24.7" |
|
345 | 364 | dependencies: |
346 | 365 | "@babel/types" "^7.25.8" |
347 | 366 |
|
| 367 | +"@babel/parser@^7.26.9": |
| 368 | + version "7.26.10" |
| 369 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 370 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 371 | + dependencies: |
| 372 | + "@babel/types" "^7.26.10" |
| 373 | + |
348 | 374 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
349 | 375 | version "7.25.3" |
350 | 376 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
|
1141 | 1167 | "@babel/parser" "^7.25.7" |
1142 | 1168 | "@babel/types" "^7.25.7" |
1143 | 1169 |
|
| 1170 | +"@babel/template@^7.26.9": |
| 1171 | + version "7.26.9" |
| 1172 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1173 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1174 | + dependencies: |
| 1175 | + "@babel/code-frame" "^7.26.2" |
| 1176 | + "@babel/parser" "^7.26.9" |
| 1177 | + "@babel/types" "^7.26.9" |
| 1178 | + |
1144 | 1179 | "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4", "@babel/traverse@^7.4.5": |
1145 | 1180 | version "7.25.6" |
1146 | 1181 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" |
|
1185 | 1220 | "@babel/helper-validator-identifier" "^7.25.7" |
1186 | 1221 | to-fast-properties "^2.0.0" |
1187 | 1222 |
|
| 1223 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1224 | + version "7.26.10" |
| 1225 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1226 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1227 | + dependencies: |
| 1228 | + "@babel/helper-string-parser" "^7.25.9" |
| 1229 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1230 | + |
1188 | 1231 | "@cnakazawa/watch@^1.0.3": |
1189 | 1232 | version "1.0.4" |
1190 | 1233 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
0 commit comments