|
133 | 133 | "@babel/highlight" "^7.22.13"
|
134 | 134 | chalk "^2.4.2"
|
135 | 135 |
|
| 136 | +"@babel/code-frame@^7.26.2": |
| 137 | + version "7.26.2" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 139 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 140 | + dependencies: |
| 141 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 142 | + js-tokens "^4.0.0" |
| 143 | + picocolors "^1.0.0" |
| 144 | + |
136 | 145 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4", "@babel/compat-data@^7.20.5":
|
137 | 146 | version "7.21.0"
|
138 | 147 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz"
|
|
393 | 402 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
394 | 403 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
395 | 404 |
|
| 405 | +"@babel/helper-string-parser@^7.25.9": |
| 406 | + version "7.25.9" |
| 407 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 408 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 409 | + |
396 | 410 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
397 | 411 | version "7.19.1"
|
398 | 412 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
|
|
402 | 416 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
403 | 417 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
404 | 418 |
|
| 419 | +"@babel/helper-validator-identifier@^7.25.9": |
| 420 | + version "7.25.9" |
| 421 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 422 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 423 | + |
405 | 424 | "@babel/helper-validator-option@^7.18.6":
|
406 | 425 | version "7.18.6"
|
407 | 426 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
|
|
416 | 435 | "@babel/types" "^7.19.0"
|
417 | 436 |
|
418 | 437 | "@babel/helpers@^7.12.5", "@babel/helpers@^7.21.0":
|
419 |
| - version "7.21.0" |
420 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz" |
| 438 | + version "7.26.10" |
| 439 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 440 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
421 | 441 | dependencies:
|
422 |
| - "@babel/template" "^7.20.7" |
423 |
| - "@babel/traverse" "^7.21.0" |
424 |
| - "@babel/types" "^7.21.0" |
| 442 | + "@babel/template" "^7.26.9" |
| 443 | + "@babel/types" "^7.26.10" |
425 | 444 |
|
426 | 445 | "@babel/highlight@^7.18.6":
|
427 | 446 | version "7.18.6"
|
|
449 | 468 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
450 | 469 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
451 | 470 |
|
| 471 | +"@babel/parser@^7.26.9": |
| 472 | + version "7.26.10" |
| 473 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 474 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 475 | + dependencies: |
| 476 | + "@babel/types" "^7.26.10" |
| 477 | + |
452 | 478 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
453 | 479 | version "7.18.6"
|
454 | 480 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
|
|
1112 | 1138 | "@babel/parser" "^7.22.15"
|
1113 | 1139 | "@babel/types" "^7.22.15"
|
1114 | 1140 |
|
1115 |
| -"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
| 1141 | +"@babel/template@^7.26.9": |
| 1142 | + version "7.26.9" |
| 1143 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1144 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1145 | + dependencies: |
| 1146 | + "@babel/code-frame" "^7.26.2" |
| 1147 | + "@babel/parser" "^7.26.9" |
| 1148 | + "@babel/types" "^7.26.9" |
| 1149 | + |
| 1150 | +"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
1116 | 1151 | version "7.23.2"
|
1117 | 1152 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
1118 | 1153 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
1145 | 1180 | "@babel/helper-validator-identifier" "^7.22.20"
|
1146 | 1181 | to-fast-properties "^2.0.0"
|
1147 | 1182 |
|
| 1183 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1184 | + version "7.26.10" |
| 1185 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1186 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1187 | + dependencies: |
| 1188 | + "@babel/helper-string-parser" "^7.25.9" |
| 1189 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1190 | + |
1148 | 1191 | "@braintree/sanitize-url@=6.0.2":
|
1149 | 1192 | version "6.0.2"
|
1150 | 1193 | resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.2.tgz#6110f918d273fe2af8ea1c4398a88774bb9fc12f"
|
|
0 commit comments