|
60 | 60 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
61 | 61 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
62 | 62 |
|
63 |
| -"@babel/core@7.26.8": |
64 |
| - version "7.26.8" |
65 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
66 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 63 | +"@babel/core@7.26.9": |
| 64 | + version "7.26.9" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 66 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
67 | 67 | dependencies:
|
68 | 68 | "@ampproject/remapping" "^2.2.0"
|
69 | 69 | "@babel/code-frame" "^7.26.2"
|
70 |
| - "@babel/generator" "^7.26.8" |
| 70 | + "@babel/generator" "^7.26.9" |
71 | 71 | "@babel/helper-compilation-targets" "^7.26.5"
|
72 | 72 | "@babel/helper-module-transforms" "^7.26.0"
|
73 |
| - "@babel/helpers" "^7.26.7" |
74 |
| - "@babel/parser" "^7.26.8" |
75 |
| - "@babel/template" "^7.26.8" |
76 |
| - "@babel/traverse" "^7.26.8" |
77 |
| - "@babel/types" "^7.26.8" |
78 |
| - "@types/gensync" "^1.0.0" |
| 73 | + "@babel/helpers" "^7.26.9" |
| 74 | + "@babel/parser" "^7.26.9" |
| 75 | + "@babel/template" "^7.26.9" |
| 76 | + "@babel/traverse" "^7.26.9" |
| 77 | + "@babel/types" "^7.26.9" |
79 | 78 | convert-source-map "^2.0.0"
|
80 | 79 | debug "^4.1.0"
|
81 | 80 | gensync "^1.0.0-beta.2"
|
|
113 | 112 | "@jridgewell/trace-mapping" "^0.3.25"
|
114 | 113 | jsesc "^3.0.2"
|
115 | 114 |
|
| 115 | +"@babel/generator@^7.26.9": |
| 116 | + version "7.26.9" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 118 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 119 | + dependencies: |
| 120 | + "@babel/parser" "^7.26.9" |
| 121 | + "@babel/types" "^7.26.9" |
| 122 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 123 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 124 | + jsesc "^3.0.2" |
| 125 | + |
116 | 126 | "@babel/helper-annotate-as-pure@^7.24.7":
|
117 | 127 | version "7.24.7"
|
118 | 128 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
|
|
343 | 353 | "@babel/traverse" "^7.25.9"
|
344 | 354 | "@babel/types" "^7.25.9"
|
345 | 355 |
|
346 |
| -"@babel/helpers@^7.26.7": |
347 |
| - version "7.26.7" |
348 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
349 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 356 | +"@babel/helpers@^7.26.9": |
| 357 | + version "7.26.9" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 359 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
350 | 360 | dependencies:
|
351 |
| - "@babel/template" "^7.25.9" |
352 |
| - "@babel/types" "^7.26.7" |
| 361 | + "@babel/template" "^7.26.9" |
| 362 | + "@babel/types" "^7.26.9" |
353 | 363 |
|
354 | 364 | "@babel/highlight@^7.24.7":
|
355 | 365 | version "7.24.7"
|
|
390 | 400 | dependencies:
|
391 | 401 | "@babel/types" "^7.26.8"
|
392 | 402 |
|
| 403 | +"@babel/parser@^7.26.9": |
| 404 | + version "7.26.9" |
| 405 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 406 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 407 | + dependencies: |
| 408 | + "@babel/types" "^7.26.9" |
| 409 | + |
393 | 410 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
394 | 411 | version "7.25.9"
|
395 | 412 | 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"
|
|
582 | 599 | dependencies:
|
583 | 600 | "@babel/helper-plugin-utils" "^7.25.9"
|
584 | 601 |
|
585 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
586 |
| - version "7.25.9" |
587 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
588 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 602 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 603 | + version "7.26.9" |
| 604 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 605 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
589 | 606 | dependencies:
|
590 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 607 | + "@babel/helper-plugin-utils" "^7.26.5" |
591 | 608 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
592 | 609 |
|
593 | 610 | "@babel/plugin-transform-function-name@^7.25.9":
|
|
843 | 860 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
844 | 861 | "@babel/helper-plugin-utils" "^7.25.9"
|
845 | 862 |
|
846 |
| -"@babel/preset-env@7.26.8": |
847 |
| - version "7.26.8" |
848 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
849 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 863 | +"@babel/preset-env@7.26.9": |
| 864 | + version "7.26.9" |
| 865 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 866 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
850 | 867 | dependencies:
|
851 | 868 | "@babel/compat-data" "^7.26.8"
|
852 | 869 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
877 | 894 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
878 | 895 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
879 | 896 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
880 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 897 | + "@babel/plugin-transform-for-of" "^7.26.9" |
881 | 898 | "@babel/plugin-transform-function-name" "^7.25.9"
|
882 | 899 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
883 | 900 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
966 | 983 | "@babel/parser" "^7.26.8"
|
967 | 984 | "@babel/types" "^7.26.8"
|
968 | 985 |
|
| 986 | +"@babel/template@^7.26.9": |
| 987 | + version "7.26.9" |
| 988 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 989 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 990 | + dependencies: |
| 991 | + "@babel/code-frame" "^7.26.2" |
| 992 | + "@babel/parser" "^7.26.9" |
| 993 | + "@babel/types" "^7.26.9" |
| 994 | + |
969 | 995 | "@babel/traverse@^7.25.9":
|
970 | 996 | version "7.25.9"
|
971 | 997 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
992 | 1018 | debug "^4.3.1"
|
993 | 1019 | globals "^11.1.0"
|
994 | 1020 |
|
| 1021 | +"@babel/traverse@^7.26.9": |
| 1022 | + version "7.26.9" |
| 1023 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1024 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1025 | + dependencies: |
| 1026 | + "@babel/code-frame" "^7.26.2" |
| 1027 | + "@babel/generator" "^7.26.9" |
| 1028 | + "@babel/parser" "^7.26.9" |
| 1029 | + "@babel/template" "^7.26.9" |
| 1030 | + "@babel/types" "^7.26.9" |
| 1031 | + debug "^4.3.1" |
| 1032 | + globals "^11.1.0" |
| 1033 | + |
995 | 1034 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
|
996 | 1035 | version "7.25.1"
|
997 | 1036 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.1.tgz#64dbc31effc5f3fa3cf10d19df0e6310214743f5"
|
|
1022 | 1061 | "@babel/helper-string-parser" "^7.25.9"
|
1023 | 1062 | "@babel/helper-validator-identifier" "^7.25.9"
|
1024 | 1063 |
|
1025 |
| -"@babel/types@^7.26.7": |
1026 |
| - version "7.26.7" |
1027 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
1028 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
1029 |
| - dependencies: |
1030 |
| - "@babel/helper-string-parser" "^7.25.9" |
1031 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
1032 |
| - |
1033 | 1064 | "@babel/types@^7.26.8":
|
1034 | 1065 | version "7.26.8"
|
1035 | 1066 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
|
|
1038 | 1069 | "@babel/helper-string-parser" "^7.25.9"
|
1039 | 1070 | "@babel/helper-validator-identifier" "^7.25.9"
|
1040 | 1071 |
|
| 1072 | +"@babel/types@^7.26.9": |
| 1073 | + version "7.26.9" |
| 1074 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1075 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1076 | + dependencies: |
| 1077 | + "@babel/helper-string-parser" "^7.25.9" |
| 1078 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1079 | + |
1041 | 1080 | "@csstools/css-parser-algorithms@^3.0.4":
|
1042 | 1081 | version "3.0.4"
|
1043 | 1082 | resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz#74426e93bd1c4dcab3e441f5cc7ba4fb35d94356"
|
|
1441 | 1480 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
|
1442 | 1481 | integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
|
1443 | 1482 |
|
1444 |
| -"@types/gensync@^1.0.0": |
1445 |
| - version "1.0.4" |
1446 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
1447 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
1448 |
| - |
1449 | 1483 | "@types/glob@^7.1.1":
|
1450 | 1484 | version "7.2.0"
|
1451 | 1485 | resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
|
|
0 commit comments