|
39 | 39 | "@babel/highlight" "^7.22.10" |
40 | 40 | chalk "^2.4.2" |
41 | 41 |
|
| 42 | +"@babel/code-frame@^7.22.13": |
| 43 | + version "7.22.13" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 45 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 46 | + dependencies: |
| 47 | + "@babel/highlight" "^7.22.13" |
| 48 | + chalk "^2.4.2" |
| 49 | + |
42 | 50 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": |
43 | 51 | version "7.22.9" |
44 | 52 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
|
84 | 92 | "@jridgewell/trace-mapping" "^0.3.17" |
85 | 93 | jsesc "^2.5.1" |
86 | 94 |
|
| 95 | +"@babel/generator@^7.23.0": |
| 96 | + version "7.23.0" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 98 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 99 | + dependencies: |
| 100 | + "@babel/types" "^7.23.0" |
| 101 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 102 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 103 | + jsesc "^2.5.1" |
| 104 | + |
87 | 105 | "@babel/helper-annotate-as-pure@^7.22.5": |
88 | 106 | version "7.22.5" |
89 | 107 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
144 | 162 | lodash.debounce "^4.0.8" |
145 | 163 | resolve "^1.14.2" |
146 | 164 |
|
| 165 | +"@babel/helper-environment-visitor@^7.22.20": |
| 166 | + version "7.22.20" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 168 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 169 | + |
147 | 170 | "@babel/helper-environment-visitor@^7.22.5": |
148 | 171 | version "7.22.5" |
149 | 172 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
|
157 | 180 | "@babel/template" "^7.22.5" |
158 | 181 | "@babel/types" "^7.22.5" |
159 | 182 |
|
| 183 | +"@babel/helper-function-name@^7.23.0": |
| 184 | + version "7.23.0" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 186 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 187 | + dependencies: |
| 188 | + "@babel/template" "^7.22.15" |
| 189 | + "@babel/types" "^7.23.0" |
| 190 | + |
160 | 191 | "@babel/helper-hoist-variables@^7.22.5": |
161 | 192 | version "7.22.5" |
162 | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
|
245 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
246 | 277 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
247 | 278 |
|
| 279 | +"@babel/helper-validator-identifier@^7.22.20": |
| 280 | + version "7.22.20" |
| 281 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 282 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 283 | + |
248 | 284 | "@babel/helper-validator-identifier@^7.22.5": |
249 | 285 | version "7.22.5" |
250 | 286 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
|
282 | 318 | chalk "^2.4.2" |
283 | 319 | js-tokens "^4.0.0" |
284 | 320 |
|
| 321 | +"@babel/highlight@^7.22.13": |
| 322 | + version "7.22.20" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 324 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 325 | + dependencies: |
| 326 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 327 | + chalk "^2.4.2" |
| 328 | + js-tokens "^4.0.0" |
| 329 | + |
285 | 330 | "@babel/node@^7.16.7": |
286 | 331 | version "7.22.10" |
287 | 332 | resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.22.10.tgz#865ef915633790b1e11c091896bb44ab36cd14b6" |
|
299 | 344 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55" |
300 | 345 | integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ== |
301 | 346 |
|
| 347 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 348 | + version "7.23.0" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 350 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 351 | + |
302 | 352 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": |
303 | 353 | version "7.22.5" |
304 | 354 | 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.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e" |
|
1026 | 1076 | dependencies: |
1027 | 1077 | regenerator-runtime "^0.14.0" |
1028 | 1078 |
|
| 1079 | +"@babel/template@^7.22.15": |
| 1080 | + version "7.22.15" |
| 1081 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1082 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1083 | + dependencies: |
| 1084 | + "@babel/code-frame" "^7.22.13" |
| 1085 | + "@babel/parser" "^7.22.15" |
| 1086 | + "@babel/types" "^7.22.15" |
| 1087 | + |
1029 | 1088 | "@babel/template@^7.22.5": |
1030 | 1089 | version "7.22.5" |
1031 | 1090 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" |
|
1036 | 1095 | "@babel/types" "^7.22.5" |
1037 | 1096 |
|
1038 | 1097 | "@babel/traverse@^7.22.10": |
1039 | | - version "7.22.10" |
1040 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" |
1041 | | - integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig== |
1042 | | - dependencies: |
1043 | | - "@babel/code-frame" "^7.22.10" |
1044 | | - "@babel/generator" "^7.22.10" |
1045 | | - "@babel/helper-environment-visitor" "^7.22.5" |
1046 | | - "@babel/helper-function-name" "^7.22.5" |
| 1098 | + version "7.23.2" |
| 1099 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1100 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1101 | + dependencies: |
| 1102 | + "@babel/code-frame" "^7.22.13" |
| 1103 | + "@babel/generator" "^7.23.0" |
| 1104 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1105 | + "@babel/helper-function-name" "^7.23.0" |
1047 | 1106 | "@babel/helper-hoist-variables" "^7.22.5" |
1048 | 1107 | "@babel/helper-split-export-declaration" "^7.22.6" |
1049 | | - "@babel/parser" "^7.22.10" |
1050 | | - "@babel/types" "^7.22.10" |
| 1108 | + "@babel/parser" "^7.23.0" |
| 1109 | + "@babel/types" "^7.23.0" |
1051 | 1110 | debug "^4.1.0" |
1052 | 1111 | globals "^11.1.0" |
1053 | 1112 |
|
|
1060 | 1119 | "@babel/helper-validator-identifier" "^7.22.5" |
1061 | 1120 | to-fast-properties "^2.0.0" |
1062 | 1121 |
|
| 1122 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1123 | + version "7.23.0" |
| 1124 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1125 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1126 | + dependencies: |
| 1127 | + "@babel/helper-string-parser" "^7.22.5" |
| 1128 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1129 | + to-fast-properties "^2.0.0" |
| 1130 | + |
1063 | 1131 | "@colors/colors@1.5.0": |
1064 | 1132 | version "1.5.0" |
1065 | 1133 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
|
0 commit comments