|
255 | 255 | dependencies: |
256 | 256 | "@babel/highlight" "^7.18.6" |
257 | 257 |
|
| 258 | +"@babel/code-frame@^7.28.6": |
| 259 | + version "7.29.0" |
| 260 | + resolved "https://registry.facebook.net/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 261 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 262 | + dependencies: |
| 263 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 264 | + js-tokens "^4.0.0" |
| 265 | + picocolors "^1.1.1" |
| 266 | + |
258 | 267 | "@babel/compat-data@^7.17.7": |
259 | 268 | version "7.17.7" |
260 | 269 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" |
|
713 | 722 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
714 | 723 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
715 | 724 |
|
| 725 | +"@babel/helper-string-parser@^7.27.1": |
| 726 | + version "7.27.1" |
| 727 | + resolved "https://registry.facebook.net/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 728 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 729 | + |
716 | 730 | "@babel/helper-validator-identifier@^7.16.7": |
717 | 731 | version "7.16.7" |
718 | 732 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
|
723 | 737 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
724 | 738 | integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
725 | 739 |
|
| 740 | +"@babel/helper-validator-identifier@^7.28.5": |
| 741 | + version "7.28.5" |
| 742 | + resolved "https://registry.facebook.net/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 743 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 744 | + |
726 | 745 | "@babel/helper-validator-option@^7.16.7": |
727 | 746 | version "7.16.7" |
728 | 747 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
|
743 | 762 | "@babel/traverse" "^7.18.9" |
744 | 763 | "@babel/types" "^7.18.9" |
745 | 764 |
|
746 | | -"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8": |
747 | | - version "7.17.8" |
748 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" |
749 | | - integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== |
750 | | - dependencies: |
751 | | - "@babel/template" "^7.16.7" |
752 | | - "@babel/traverse" "^7.17.3" |
753 | | - "@babel/types" "^7.17.0" |
754 | | - |
755 | | -"@babel/helpers@^7.18.9": |
756 | | - version "7.18.9" |
757 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9" |
758 | | - integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ== |
759 | | - dependencies: |
760 | | - "@babel/template" "^7.18.6" |
761 | | - "@babel/traverse" "^7.18.9" |
762 | | - "@babel/types" "^7.18.9" |
763 | | - |
764 | | -"@babel/helpers@^7.19.0": |
765 | | - version "7.19.0" |
766 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
767 | | - integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
| 765 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8", "@babel/helpers@^7.18.9", "@babel/helpers@^7.19.0", "@babel/helpers@^7.26.10": |
| 766 | + version "7.29.2" |
| 767 | + resolved "https://registry.facebook.net/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49" |
| 768 | + integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw== |
768 | 769 | dependencies: |
769 | | - "@babel/template" "^7.18.10" |
770 | | - "@babel/traverse" "^7.19.0" |
771 | | - "@babel/types" "^7.19.0" |
| 770 | + "@babel/template" "^7.28.6" |
| 771 | + "@babel/types" "^7.29.0" |
772 | 772 |
|
773 | 773 | "@babel/highlight@^7.16.7": |
774 | 774 | version "7.16.10" |
|
803 | 803 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" |
804 | 804 | integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg== |
805 | 805 |
|
| 806 | +"@babel/parser@^7.28.6": |
| 807 | + version "7.29.2" |
| 808 | + resolved "https://registry.facebook.net/@babel/parser/-/parser-7.29.2.tgz#58bd50b9a7951d134988a1ae177a35ef9a703ba1" |
| 809 | + integrity sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA== |
| 810 | + dependencies: |
| 811 | + "@babel/types" "^7.29.0" |
| 812 | + |
806 | 813 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
807 | 814 | version "7.18.6" |
808 | 815 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" |
|
1727 | 1734 | "@babel/parser" "^7.18.6" |
1728 | 1735 | "@babel/types" "^7.18.6" |
1729 | 1736 |
|
| 1737 | +"@babel/template@^7.28.6": |
| 1738 | + version "7.28.6" |
| 1739 | + resolved "https://registry.facebook.net/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 1740 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 1741 | + dependencies: |
| 1742 | + "@babel/code-frame" "^7.28.6" |
| 1743 | + "@babel/parser" "^7.28.6" |
| 1744 | + "@babel/types" "^7.28.6" |
| 1745 | + |
1730 | 1746 | "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0": |
1731 | 1747 | version "7.17.3" |
1732 | 1748 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
|
1800 | 1816 | "@babel/helper-validator-identifier" "^7.18.6" |
1801 | 1817 | to-fast-properties "^2.0.0" |
1802 | 1818 |
|
| 1819 | +"@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 1820 | + version "7.29.0" |
| 1821 | + resolved "https://registry.facebook.net/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 1822 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 1823 | + dependencies: |
| 1824 | + "@babel/helper-string-parser" "^7.27.1" |
| 1825 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1826 | + |
1803 | 1827 | "@braintree/sanitize-url@^6.0.1": |
1804 | 1828 | version "6.0.2" |
1805 | 1829 | resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.2.tgz#6110f918d273fe2af8ea1c4398a88774bb9fc12f" |
|
0 commit comments