|
24 | 24 | dependencies: |
25 | 25 | "@babel/highlight" "^7.18.6" |
26 | 26 |
|
| 27 | +"@babel/code-frame@^7.22.13": |
| 28 | + version "7.22.13" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 30 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 31 | + dependencies: |
| 32 | + "@babel/highlight" "^7.22.13" |
| 33 | + chalk "^2.4.2" |
| 34 | + |
27 | 35 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
28 | 36 | version "7.21.0" |
29 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" |
|
60 | 68 | "@jridgewell/trace-mapping" "^0.3.17" |
61 | 69 | jsesc "^2.5.1" |
62 | 70 |
|
| 71 | +"@babel/generator@^7.23.0": |
| 72 | + version "7.23.0" |
| 73 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 74 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 75 | + dependencies: |
| 76 | + "@babel/types" "^7.23.0" |
| 77 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 78 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 79 | + jsesc "^2.5.1" |
| 80 | + |
63 | 81 | "@babel/helper-annotate-as-pure@^7.18.6": |
64 | 82 | version "7.18.6" |
65 | 83 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
125 | 143 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
126 | 144 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
127 | 145 |
|
| 146 | +"@babel/helper-environment-visitor@^7.22.20": |
| 147 | + version "7.22.20" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 149 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 150 | + |
128 | 151 | "@babel/helper-explode-assignable-expression@^7.18.6": |
129 | 152 | version "7.18.6" |
130 | 153 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" |
|
140 | 163 | "@babel/template" "^7.20.7" |
141 | 164 | "@babel/types" "^7.21.0" |
142 | 165 |
|
| 166 | +"@babel/helper-function-name@^7.23.0": |
| 167 | + version "7.23.0" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 169 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 170 | + dependencies: |
| 171 | + "@babel/template" "^7.22.15" |
| 172 | + "@babel/types" "^7.23.0" |
| 173 | + |
143 | 174 | "@babel/helper-hoist-variables@^7.18.6": |
144 | 175 | version "7.18.6" |
145 | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
146 | 177 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
147 | 178 | dependencies: |
148 | 179 | "@babel/types" "^7.18.6" |
149 | 180 |
|
| 181 | +"@babel/helper-hoist-variables@^7.22.5": |
| 182 | + version "7.22.5" |
| 183 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 184 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 185 | + dependencies: |
| 186 | + "@babel/types" "^7.22.5" |
| 187 | + |
150 | 188 | "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0": |
151 | 189 | version "7.21.0" |
152 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5" |
|
230 | 268 | dependencies: |
231 | 269 | "@babel/types" "^7.18.6" |
232 | 270 |
|
| 271 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 272 | + version "7.22.6" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 274 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 275 | + dependencies: |
| 276 | + "@babel/types" "^7.22.5" |
| 277 | + |
233 | 278 | "@babel/helper-string-parser@^7.19.4": |
234 | 279 | version "7.19.4" |
235 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
236 | 281 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
237 | 282 |
|
| 283 | +"@babel/helper-string-parser@^7.22.5": |
| 284 | + version "7.22.5" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 286 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 287 | + |
238 | 288 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
239 | 289 | version "7.19.1" |
240 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
241 | 291 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
242 | 292 |
|
| 293 | +"@babel/helper-validator-identifier@^7.22.20": |
| 294 | + version "7.22.20" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 296 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 297 | + |
243 | 298 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0": |
244 | 299 | version "7.21.0" |
245 | 300 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
|
273 | 328 | chalk "^2.0.0" |
274 | 329 | js-tokens "^4.0.0" |
275 | 330 |
|
| 331 | +"@babel/highlight@^7.22.13": |
| 332 | + version "7.22.20" |
| 333 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 334 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 335 | + dependencies: |
| 336 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 337 | + chalk "^2.4.2" |
| 338 | + js-tokens "^4.0.0" |
| 339 | + |
276 | 340 | "@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.3", "@babel/parser@^7.7.0": |
277 | 341 | version "7.21.3" |
278 | 342 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
279 | 343 | integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
280 | 344 |
|
| 345 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 346 | + version "7.23.0" |
| 347 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 348 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 349 | + |
281 | 350 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
282 | 351 | version "7.18.6" |
283 | 352 | 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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" |
|
1060 | 1129 | "@babel/parser" "^7.20.7" |
1061 | 1130 | "@babel/types" "^7.20.7" |
1062 | 1131 |
|
1063 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
1064 | | - version "7.21.3" |
1065 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
1066 | | - integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
| 1132 | +"@babel/template@^7.22.15": |
| 1133 | + version "7.22.15" |
| 1134 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1135 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1067 | 1136 | dependencies: |
1068 | | - "@babel/code-frame" "^7.18.6" |
1069 | | - "@babel/generator" "^7.21.3" |
1070 | | - "@babel/helper-environment-visitor" "^7.18.9" |
1071 | | - "@babel/helper-function-name" "^7.21.0" |
1072 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1073 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1074 | | - "@babel/parser" "^7.21.3" |
1075 | | - "@babel/types" "^7.21.3" |
| 1137 | + "@babel/code-frame" "^7.22.13" |
| 1138 | + "@babel/parser" "^7.22.15" |
| 1139 | + "@babel/types" "^7.22.15" |
| 1140 | + |
| 1141 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
| 1142 | + version "7.23.2" |
| 1143 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1144 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1145 | + dependencies: |
| 1146 | + "@babel/code-frame" "^7.22.13" |
| 1147 | + "@babel/generator" "^7.23.0" |
| 1148 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1149 | + "@babel/helper-function-name" "^7.23.0" |
| 1150 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1151 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1152 | + "@babel/parser" "^7.23.0" |
| 1153 | + "@babel/types" "^7.23.0" |
1076 | 1154 | debug "^4.1.0" |
1077 | 1155 | globals "^11.1.0" |
1078 | 1156 |
|
|
1085 | 1163 | "@babel/helper-validator-identifier" "^7.19.1" |
1086 | 1164 | to-fast-properties "^2.0.0" |
1087 | 1165 |
|
| 1166 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1167 | + version "7.23.0" |
| 1168 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1169 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1170 | + dependencies: |
| 1171 | + "@babel/helper-string-parser" "^7.22.5" |
| 1172 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1173 | + to-fast-properties "^2.0.0" |
| 1174 | + |
1088 | 1175 | "@bcoe/v8-coverage@^0.2.3": |
1089 | 1176 | version "0.2.3" |
1090 | 1177 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments