|
67 | 67 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
68 | 68 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
69 | 69 |
|
70 |
| - |
71 |
| - version "7.26.8" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
73 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 70 | + |
| 71 | + version "7.26.9" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 73 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
74 | 74 | dependencies:
|
75 | 75 | "@ampproject/remapping" "^2.2.0"
|
76 | 76 | "@babel/code-frame" "^7.26.2"
|
77 |
| - "@babel/generator" "^7.26.8" |
| 77 | + "@babel/generator" "^7.26.9" |
78 | 78 | "@babel/helper-compilation-targets" "^7.26.5"
|
79 | 79 | "@babel/helper-module-transforms" "^7.26.0"
|
80 |
| - "@babel/helpers" "^7.26.7" |
81 |
| - "@babel/parser" "^7.26.8" |
82 |
| - "@babel/template" "^7.26.8" |
83 |
| - "@babel/traverse" "^7.26.8" |
84 |
| - "@babel/types" "^7.26.8" |
85 |
| - "@types/gensync" "^1.0.0" |
| 80 | + "@babel/helpers" "^7.26.9" |
| 81 | + "@babel/parser" "^7.26.9" |
| 82 | + "@babel/template" "^7.26.9" |
| 83 | + "@babel/traverse" "^7.26.9" |
| 84 | + "@babel/types" "^7.26.9" |
86 | 85 | convert-source-map "^2.0.0"
|
87 | 86 | debug "^4.1.0"
|
88 | 87 | gensync "^1.0.0-beta.2"
|
|
141 | 140 | "@jridgewell/trace-mapping" "^0.3.25"
|
142 | 141 | jsesc "^3.0.2"
|
143 | 142 |
|
| 143 | +"@babel/generator@^7.26.9": |
| 144 | + version "7.26.9" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 146 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 147 | + dependencies: |
| 148 | + "@babel/parser" "^7.26.9" |
| 149 | + "@babel/types" "^7.26.9" |
| 150 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 151 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 152 | + jsesc "^3.0.2" |
| 153 | + |
144 | 154 | "@babel/helper-annotate-as-pure@^7.18.6":
|
145 | 155 | version "7.18.6"
|
146 | 156 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
427 | 437 | "@babel/traverse" "^7.17.9"
|
428 | 438 | "@babel/types" "^7.17.0"
|
429 | 439 |
|
430 |
| -"@babel/helpers@^7.26.7": |
431 |
| - version "7.26.7" |
432 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
433 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 440 | +"@babel/helpers@^7.26.9": |
| 441 | + version "7.26.9" |
| 442 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 443 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
434 | 444 | dependencies:
|
435 |
| - "@babel/template" "^7.25.9" |
436 |
| - "@babel/types" "^7.26.7" |
| 445 | + "@babel/template" "^7.26.9" |
| 446 | + "@babel/types" "^7.26.9" |
437 | 447 |
|
438 | 448 | "@babel/highlight@^7.16.7":
|
439 | 449 | version "7.17.12"
|
|
463 | 473 | dependencies:
|
464 | 474 | "@babel/types" "^7.26.8"
|
465 | 475 |
|
| 476 | +"@babel/parser@^7.26.9": |
| 477 | + version "7.26.9" |
| 478 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 479 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 480 | + dependencies: |
| 481 | + "@babel/types" "^7.26.9" |
| 482 | + |
466 | 483 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
467 | 484 | version "7.25.9"
|
468 | 485 | 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"
|
|
768 | 785 | "@babel/helper-plugin-utils" "^7.26.5"
|
769 | 786 | "@babel/plugin-syntax-flow" "^7.26.0"
|
770 | 787 |
|
771 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
772 |
| - version "7.25.9" |
773 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
774 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 788 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 789 | + version "7.26.9" |
| 790 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 791 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
775 | 792 | dependencies:
|
776 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 793 | + "@babel/helper-plugin-utils" "^7.26.5" |
777 | 794 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
778 | 795 |
|
779 | 796 | "@babel/plugin-transform-function-name@^7.25.9":
|
|
1062 | 1079 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1063 | 1080 | "@babel/helper-plugin-utils" "^7.25.9"
|
1064 | 1081 |
|
1065 |
| - |
1066 |
| - version "7.26.8" |
1067 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1068 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1082 | + |
| 1083 | + version "7.26.9" |
| 1084 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1085 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1069 | 1086 | dependencies:
|
1070 | 1087 | "@babel/compat-data" "^7.26.8"
|
1071 | 1088 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1096 | 1113 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1097 | 1114 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1098 | 1115 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1099 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1116 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1100 | 1117 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1101 | 1118 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1102 | 1119 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1201 | 1218 | "@babel/parser" "^7.26.8"
|
1202 | 1219 | "@babel/types" "^7.26.8"
|
1203 | 1220 |
|
| 1221 | +"@babel/template@^7.26.9": |
| 1222 | + version "7.26.9" |
| 1223 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1224 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1225 | + dependencies: |
| 1226 | + "@babel/code-frame" "^7.26.2" |
| 1227 | + "@babel/parser" "^7.26.9" |
| 1228 | + "@babel/types" "^7.26.9" |
| 1229 | + |
1204 | 1230 | "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
|
1205 | 1231 | version "7.17.12"
|
1206 | 1232 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
|
|
1243 | 1269 | debug "^4.3.1"
|
1244 | 1270 | globals "^11.1.0"
|
1245 | 1271 |
|
| 1272 | +"@babel/traverse@^7.26.9": |
| 1273 | + version "7.26.9" |
| 1274 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1275 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1276 | + dependencies: |
| 1277 | + "@babel/code-frame" "^7.26.2" |
| 1278 | + "@babel/generator" "^7.26.9" |
| 1279 | + "@babel/parser" "^7.26.9" |
| 1280 | + "@babel/template" "^7.26.9" |
| 1281 | + "@babel/types" "^7.26.9" |
| 1282 | + debug "^4.3.1" |
| 1283 | + globals "^11.1.0" |
| 1284 | + |
1246 | 1285 | "@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
1247 | 1286 | version "7.17.12"
|
1248 | 1287 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
|
|
1267 | 1306 | "@babel/helper-string-parser" "^7.25.9"
|
1268 | 1307 | "@babel/helper-validator-identifier" "^7.25.9"
|
1269 | 1308 |
|
1270 |
| -"@babel/types@^7.26.7": |
1271 |
| - version "7.26.7" |
1272 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1273 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1274 |
| - dependencies: |
1275 |
| - "@babel/helper-string-parser" "^7.25.9" |
1276 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1277 |
| - |
1278 | 1309 | "@babel/types@^7.26.8":
|
1279 | 1310 | version "7.26.8"
|
1280 | 1311 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1283 | 1314 | "@babel/helper-string-parser" "^7.25.9"
|
1284 | 1315 | "@babel/helper-validator-identifier" "^7.25.9"
|
1285 | 1316 |
|
| 1317 | +"@babel/types@^7.26.9": |
| 1318 | + version "7.26.9" |
| 1319 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1320 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1321 | + dependencies: |
| 1322 | + "@babel/helper-string-parser" "^7.25.9" |
| 1323 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1324 | + |
1286 | 1325 |
|
1287 | 1326 | version "1.0.2"
|
1288 | 1327 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
|
|
1921 | 1960 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
1922 | 1961 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
1923 | 1962 |
|
1924 |
| -"@types/gensync@^1.0.0": |
1925 |
| - version "1.0.4" |
1926 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
1927 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
1928 |
| - |
1929 | 1963 | "@types/graceful-fs@^4.1.2":
|
1930 | 1964 | version "4.1.5"
|
1931 | 1965 | resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
|
|
0 commit comments