|
83 | 83 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
84 | 84 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
85 | 85 |
|
86 |
| - |
87 |
| - version "7.26.8" |
88 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
89 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 86 | + |
| 87 | + version "7.26.9" |
| 88 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 89 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
90 | 90 | dependencies:
|
91 | 91 | "@ampproject/remapping" "^2.2.0"
|
92 | 92 | "@babel/code-frame" "^7.26.2"
|
93 |
| - "@babel/generator" "^7.26.8" |
| 93 | + "@babel/generator" "^7.26.9" |
94 | 94 | "@babel/helper-compilation-targets" "^7.26.5"
|
95 | 95 | "@babel/helper-module-transforms" "^7.26.0"
|
96 |
| - "@babel/helpers" "^7.26.7" |
97 |
| - "@babel/parser" "^7.26.8" |
98 |
| - "@babel/template" "^7.26.8" |
99 |
| - "@babel/traverse" "^7.26.8" |
100 |
| - "@babel/types" "^7.26.8" |
101 |
| - "@types/gensync" "^1.0.0" |
| 96 | + "@babel/helpers" "^7.26.9" |
| 97 | + "@babel/parser" "^7.26.9" |
| 98 | + "@babel/template" "^7.26.9" |
| 99 | + "@babel/traverse" "^7.26.9" |
| 100 | + "@babel/types" "^7.26.9" |
102 | 101 | convert-source-map "^2.0.0"
|
103 | 102 | debug "^4.1.0"
|
104 | 103 | gensync "^1.0.0-beta.2"
|
|
135 | 134 | "@jridgewell/trace-mapping" "^0.3.25"
|
136 | 135 | jsesc "^3.0.2"
|
137 | 136 |
|
| 137 | +"@babel/generator@^7.26.9": |
| 138 | + version "7.26.9" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 140 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 141 | + dependencies: |
| 142 | + "@babel/parser" "^7.26.9" |
| 143 | + "@babel/types" "^7.26.9" |
| 144 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 145 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 146 | + jsesc "^3.0.2" |
| 147 | + |
138 | 148 | "@babel/helper-annotate-as-pure@^7.18.6":
|
139 | 149 | version "7.18.6"
|
140 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
379 | 389 | "@babel/traverse" "^7.25.9"
|
380 | 390 | "@babel/types" "^7.25.9"
|
381 | 391 |
|
382 |
| -"@babel/helpers@^7.26.7": |
383 |
| - version "7.26.7" |
384 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
385 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 392 | +"@babel/helpers@^7.26.9": |
| 393 | + version "7.26.9" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 395 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
386 | 396 | dependencies:
|
387 |
| - "@babel/template" "^7.25.9" |
388 |
| - "@babel/types" "^7.26.7" |
| 397 | + "@babel/template" "^7.26.9" |
| 398 | + "@babel/types" "^7.26.9" |
389 | 399 |
|
390 | 400 | "@babel/highlight@^7.16.0":
|
391 | 401 | version "7.16.0"
|
|
434 | 444 | dependencies:
|
435 | 445 | "@babel/types" "^7.26.8"
|
436 | 446 |
|
| 447 | +"@babel/parser@^7.26.9": |
| 448 | + version "7.26.9" |
| 449 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 450 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 451 | + dependencies: |
| 452 | + "@babel/types" "^7.26.9" |
| 453 | + |
437 | 454 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
438 | 455 | version "7.25.9"
|
439 | 456 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
626 | 643 | dependencies:
|
627 | 644 | "@babel/helper-plugin-utils" "^7.25.9"
|
628 | 645 |
|
629 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
630 |
| - version "7.25.9" |
631 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
632 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 646 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 647 | + version "7.26.9" |
| 648 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 649 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
633 | 650 | dependencies:
|
634 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 651 | + "@babel/helper-plugin-utils" "^7.26.5" |
635 | 652 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
636 | 653 |
|
637 | 654 | "@babel/plugin-transform-function-name@^7.25.9":
|
|
887 | 904 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
888 | 905 | "@babel/helper-plugin-utils" "^7.25.9"
|
889 | 906 |
|
890 |
| - |
891 |
| - version "7.26.8" |
892 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
893 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 907 | + |
| 908 | + version "7.26.9" |
| 909 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 910 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
894 | 911 | dependencies:
|
895 | 912 | "@babel/compat-data" "^7.26.8"
|
896 | 913 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
921 | 938 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
922 | 939 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
923 | 940 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
924 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 941 | + "@babel/plugin-transform-for-of" "^7.26.9" |
925 | 942 | "@babel/plugin-transform-function-name" "^7.25.9"
|
926 | 943 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
927 | 944 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
996 | 1013 | "@babel/parser" "^7.26.8"
|
997 | 1014 | "@babel/types" "^7.26.8"
|
998 | 1015 |
|
| 1016 | +"@babel/template@^7.26.9": |
| 1017 | + version "7.26.9" |
| 1018 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1019 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1020 | + dependencies: |
| 1021 | + "@babel/code-frame" "^7.26.2" |
| 1022 | + "@babel/parser" "^7.26.9" |
| 1023 | + "@babel/types" "^7.26.9" |
| 1024 | + |
999 | 1025 | "@babel/traverse@^7.25.9":
|
1000 | 1026 | version "7.25.9"
|
1001 | 1027 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
1022 | 1048 | debug "^4.3.1"
|
1023 | 1049 | globals "^11.1.0"
|
1024 | 1050 |
|
| 1051 | +"@babel/traverse@^7.26.9": |
| 1052 | + version "7.26.9" |
| 1053 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1054 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1055 | + dependencies: |
| 1056 | + "@babel/code-frame" "^7.26.2" |
| 1057 | + "@babel/generator" "^7.26.9" |
| 1058 | + "@babel/parser" "^7.26.9" |
| 1059 | + "@babel/template" "^7.26.9" |
| 1060 | + "@babel/types" "^7.26.9" |
| 1061 | + debug "^4.3.1" |
| 1062 | + globals "^11.1.0" |
| 1063 | + |
1025 | 1064 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
1026 | 1065 | version "7.16.0"
|
1027 | 1066 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
1046 | 1085 | "@babel/helper-string-parser" "^7.25.9"
|
1047 | 1086 | "@babel/helper-validator-identifier" "^7.25.9"
|
1048 | 1087 |
|
1049 |
| -"@babel/types@^7.26.7": |
1050 |
| - version "7.26.7" |
1051 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1052 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1053 |
| - dependencies: |
1054 |
| - "@babel/helper-string-parser" "^7.25.9" |
1055 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1056 |
| - |
1057 | 1088 | "@babel/types@^7.26.8":
|
1058 | 1089 | version "7.26.8"
|
1059 | 1090 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1062 | 1093 | "@babel/helper-string-parser" "^7.25.9"
|
1063 | 1094 | "@babel/helper-validator-identifier" "^7.25.9"
|
1064 | 1095 |
|
| 1096 | +"@babel/types@^7.26.9": |
| 1097 | + version "7.26.9" |
| 1098 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1099 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1100 | + dependencies: |
| 1101 | + "@babel/helper-string-parser" "^7.25.9" |
| 1102 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1103 | + |
1065 | 1104 | "@bcoe/v8-coverage@^1.0.1":
|
1066 | 1105 | version "1.0.1"
|
1067 | 1106 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
|
|
1719 | 1758 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
|
1720 | 1759 | integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
|
1721 | 1760 |
|
1722 |
| -"@types/gensync@^1.0.0": |
1723 |
| - version "1.0.4" |
1724 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
1725 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
1726 |
| - |
1727 | 1761 | "@types/istanbul-lib-coverage@^2.0.1":
|
1728 | 1762 | version "2.0.3"
|
1729 | 1763 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
|
|
0 commit comments