|
65 | 65 | "@jridgewell/trace-mapping" "^0.3.25" |
66 | 66 | jsesc "^3.0.2" |
67 | 67 |
|
| 68 | +"@babel/generator@^7.27.0": |
| 69 | + version "7.27.0" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 71 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
| 72 | + dependencies: |
| 73 | + "@babel/parser" "^7.27.0" |
| 74 | + "@babel/types" "^7.27.0" |
| 75 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 76 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 77 | + jsesc "^3.0.2" |
| 78 | + |
68 | 79 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.25.9": |
69 | 80 | version "7.25.9" |
70 | 81 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4" |
|
96 | 107 | "@babel/traverse" "^7.26.9" |
97 | 108 | semver "^6.3.1" |
98 | 109 |
|
| 110 | +"@babel/helper-create-class-features-plugin@^7.27.0": |
| 111 | + version "7.27.0" |
| 112 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30" |
| 113 | + integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg== |
| 114 | + dependencies: |
| 115 | + "@babel/helper-annotate-as-pure" "^7.25.9" |
| 116 | + "@babel/helper-member-expression-to-functions" "^7.25.9" |
| 117 | + "@babel/helper-optimise-call-expression" "^7.25.9" |
| 118 | + "@babel/helper-replace-supers" "^7.26.5" |
| 119 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
| 120 | + "@babel/traverse" "^7.27.0" |
| 121 | + semver "^6.3.1" |
| 122 | + |
99 | 123 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9": |
100 | 124 | version "7.26.3" |
101 | 125 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz#5169756ecbe1d95f7866b90bb555b022595302a0" |
|
218 | 242 | dependencies: |
219 | 243 | "@babel/types" "^7.26.10" |
220 | 244 |
|
| 245 | +"@babel/parser@^7.27.0": |
| 246 | + version "7.27.0" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 248 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 249 | + dependencies: |
| 250 | + "@babel/types" "^7.27.0" |
| 251 | + |
221 | 252 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
222 | 253 | version "7.25.9" |
223 | 254 | 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" |
|
820 | 851 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
821 | 852 | "@babel/plugin-syntax-typescript" "^7.25.9" |
822 | 853 |
|
| 854 | +"@babel/plugin-transform-typescript@^7.27.0": |
| 855 | + version "7.27.0" |
| 856 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8" |
| 857 | + integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg== |
| 858 | + dependencies: |
| 859 | + "@babel/helper-annotate-as-pure" "^7.25.9" |
| 860 | + "@babel/helper-create-class-features-plugin" "^7.27.0" |
| 861 | + "@babel/helper-plugin-utils" "^7.26.5" |
| 862 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
| 863 | + "@babel/plugin-syntax-typescript" "^7.25.9" |
| 864 | + |
823 | 865 | "@babel/plugin-transform-unicode-escapes@^7.25.9": |
824 | 866 | version "7.25.9" |
825 | 867 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz#a75ef3947ce15363fccaa38e2dd9bc70b2788b82" |
|
947 | 989 | "@babel/plugin-transform-react-jsx-development" "^7.25.9" |
948 | 990 | "@babel/plugin-transform-react-pure-annotations" "^7.25.9" |
949 | 991 |
|
950 | | -"@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.26.0": |
| 992 | +"@babel/preset-typescript@^7.16.0": |
951 | 993 | version "7.26.0" |
952 | 994 | resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d" |
953 | 995 | integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg== |
|
958 | 1000 | "@babel/plugin-transform-modules-commonjs" "^7.25.9" |
959 | 1001 | "@babel/plugin-transform-typescript" "^7.25.9" |
960 | 1002 |
|
| 1003 | +"@babel/preset-typescript@^7.27.0": |
| 1004 | + version "7.27.0" |
| 1005 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7" |
| 1006 | + integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ== |
| 1007 | + dependencies: |
| 1008 | + "@babel/helper-plugin-utils" "^7.26.5" |
| 1009 | + "@babel/helper-validator-option" "^7.25.9" |
| 1010 | + "@babel/plugin-syntax-jsx" "^7.25.9" |
| 1011 | + "@babel/plugin-transform-modules-commonjs" "^7.26.3" |
| 1012 | + "@babel/plugin-transform-typescript" "^7.27.0" |
| 1013 | + |
961 | 1014 | "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": |
962 | 1015 | version "7.26.10" |
963 | 1016 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2" |
|
974 | 1027 | "@babel/parser" "^7.26.9" |
975 | 1028 | "@babel/types" "^7.26.9" |
976 | 1029 |
|
| 1030 | +"@babel/template@^7.27.0": |
| 1031 | + version "7.27.0" |
| 1032 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1033 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1034 | + dependencies: |
| 1035 | + "@babel/code-frame" "^7.26.2" |
| 1036 | + "@babel/parser" "^7.27.0" |
| 1037 | + "@babel/types" "^7.27.0" |
| 1038 | + |
977 | 1039 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
978 | 1040 | version "7.26.10" |
979 | 1041 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
|
987 | 1049 | debug "^4.3.1" |
988 | 1050 | globals "^11.1.0" |
989 | 1051 |
|
| 1052 | +"@babel/traverse@^7.27.0": |
| 1053 | + version "7.27.0" |
| 1054 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 1055 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
| 1056 | + dependencies: |
| 1057 | + "@babel/code-frame" "^7.26.2" |
| 1058 | + "@babel/generator" "^7.27.0" |
| 1059 | + "@babel/parser" "^7.27.0" |
| 1060 | + "@babel/template" "^7.27.0" |
| 1061 | + "@babel/types" "^7.27.0" |
| 1062 | + debug "^4.3.1" |
| 1063 | + globals "^11.1.0" |
| 1064 | + |
990 | 1065 | "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.4.4": |
991 | 1066 | version "7.26.10" |
992 | 1067 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
|
995 | 1070 | "@babel/helper-string-parser" "^7.25.9" |
996 | 1071 | "@babel/helper-validator-identifier" "^7.25.9" |
997 | 1072 |
|
| 1073 | +"@babel/types@^7.27.0": |
| 1074 | + version "7.27.0" |
| 1075 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1076 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1077 | + dependencies: |
| 1078 | + "@babel/helper-string-parser" "^7.25.9" |
| 1079 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1080 | + |
998 | 1081 | "@discoveryjs/json-ext@^0.6.1": |
999 | 1082 | version "0.6.3" |
1000 | 1083 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83" |
|
0 commit comments