|
29 | 29 | dependencies: |
30 | 30 | "@babel/highlight" "^7.18.6" |
31 | 31 |
|
| 32 | +"@babel/code-frame@^7.22.13": |
| 33 | + version "7.22.13" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 35 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 36 | + dependencies: |
| 37 | + "@babel/highlight" "^7.22.13" |
| 38 | + chalk "^2.4.2" |
| 39 | + |
32 | 40 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.0", "@babel/compat-data@^7.22.3": |
33 | 41 | version "7.22.3" |
34 | 42 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e" |
|
65 | 73 | "@jridgewell/trace-mapping" "^0.3.17" |
66 | 74 | jsesc "^2.5.1" |
67 | 75 |
|
| 76 | +"@babel/generator@^7.23.0": |
| 77 | + version "7.23.0" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 79 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 80 | + dependencies: |
| 81 | + "@babel/types" "^7.23.0" |
| 82 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 83 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 84 | + jsesc "^2.5.1" |
| 85 | + |
68 | 86 | "@babel/helper-annotate-as-pure@^7.18.6": |
69 | 87 | version "7.18.6" |
70 | 88 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
131 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8" |
132 | 150 | integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA== |
133 | 151 |
|
| 152 | +"@babel/helper-environment-visitor@^7.22.20": |
| 153 | + version "7.22.20" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 155 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 156 | + |
134 | 157 | "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0": |
135 | 158 | version "7.21.0" |
136 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
|
139 | 162 | "@babel/template" "^7.20.7" |
140 | 163 | "@babel/types" "^7.21.0" |
141 | 164 |
|
| 165 | +"@babel/helper-function-name@^7.23.0": |
| 166 | + version "7.23.0" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 168 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 169 | + dependencies: |
| 170 | + "@babel/template" "^7.22.15" |
| 171 | + "@babel/types" "^7.23.0" |
| 172 | + |
142 | 173 | "@babel/helper-hoist-variables@^7.18.6": |
143 | 174 | version "7.18.6" |
144 | 175 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
145 | 176 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
146 | 177 | dependencies: |
147 | 178 | "@babel/types" "^7.18.6" |
148 | 179 |
|
| 180 | +"@babel/helper-hoist-variables@^7.22.5": |
| 181 | + version "7.22.5" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 183 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 184 | + dependencies: |
| 185 | + "@babel/types" "^7.22.5" |
| 186 | + |
149 | 187 | "@babel/helper-member-expression-to-functions@^7.22.0": |
150 | 188 | version "7.22.3" |
151 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.3.tgz#4b77a12c1b4b8e9e28736ed47d8b91f00976911f" |
|
229 | 267 | dependencies: |
230 | 268 | "@babel/types" "^7.18.6" |
231 | 269 |
|
| 270 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 271 | + version "7.22.6" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 273 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 274 | + dependencies: |
| 275 | + "@babel/types" "^7.22.5" |
| 276 | + |
232 | 277 | "@babel/helper-string-parser@^7.21.5": |
233 | 278 | version "7.21.5" |
234 | 279 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
235 | 280 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== |
236 | 281 |
|
| 282 | +"@babel/helper-string-parser@^7.22.5": |
| 283 | + version "7.22.5" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 285 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 286 | + |
237 | 287 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
238 | 288 | version "7.19.1" |
239 | 289 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
240 | 290 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
241 | 291 |
|
| 292 | +"@babel/helper-validator-identifier@^7.22.20": |
| 293 | + version "7.22.20" |
| 294 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 295 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 296 | + |
242 | 297 | "@babel/helper-validator-option@^7.21.0": |
243 | 298 | version "7.21.0" |
244 | 299 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
|
272 | 327 | chalk "^2.0.0" |
273 | 328 | js-tokens "^4.0.0" |
274 | 329 |
|
| 330 | +"@babel/highlight@^7.22.13": |
| 331 | + version "7.22.20" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 333 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 334 | + dependencies: |
| 335 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 336 | + chalk "^2.4.2" |
| 337 | + js-tokens "^4.0.0" |
| 338 | + |
275 | 339 | "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.0", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0": |
276 | 340 | version "7.22.3" |
277 | 341 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.3.tgz#838ae31893373222cd9062568e2192c670037e00" |
278 | 342 | integrity sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw== |
279 | 343 |
|
| 344 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 345 | + version "7.23.0" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 347 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 348 | + |
280 | 349 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
281 | 350 | version "7.18.6" |
282 | 351 | 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" |
|
1231 | 1300 | "@babel/parser" "^7.21.9" |
1232 | 1301 | "@babel/types" "^7.21.5" |
1233 | 1302 |
|
1234 | | -"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1": |
1235 | | - version "7.22.1" |
1236 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.1.tgz#bd22c50b1439cfcfc2fa137b7fdf6c06787456e9" |
1237 | | - integrity sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ== |
| 1303 | +"@babel/template@^7.22.15": |
| 1304 | + version "7.22.15" |
| 1305 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1306 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1238 | 1307 | dependencies: |
1239 | | - "@babel/code-frame" "^7.21.4" |
1240 | | - "@babel/generator" "^7.22.0" |
1241 | | - "@babel/helper-environment-visitor" "^7.22.1" |
1242 | | - "@babel/helper-function-name" "^7.21.0" |
1243 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1244 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1245 | | - "@babel/parser" "^7.22.0" |
1246 | | - "@babel/types" "^7.22.0" |
| 1308 | + "@babel/code-frame" "^7.22.13" |
| 1309 | + "@babel/parser" "^7.22.15" |
| 1310 | + "@babel/types" "^7.22.15" |
| 1311 | + |
| 1312 | +"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1": |
| 1313 | + version "7.23.2" |
| 1314 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1315 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1316 | + dependencies: |
| 1317 | + "@babel/code-frame" "^7.22.13" |
| 1318 | + "@babel/generator" "^7.23.0" |
| 1319 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1320 | + "@babel/helper-function-name" "^7.23.0" |
| 1321 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1322 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1323 | + "@babel/parser" "^7.23.0" |
| 1324 | + "@babel/types" "^7.23.0" |
1247 | 1325 | debug "^4.1.0" |
1248 | 1326 | globals "^11.1.0" |
1249 | 1327 |
|
|
1256 | 1334 | "@babel/helper-validator-identifier" "^7.19.1" |
1257 | 1335 | to-fast-properties "^2.0.0" |
1258 | 1336 |
|
| 1337 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1338 | + version "7.23.0" |
| 1339 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1340 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1341 | + dependencies: |
| 1342 | + "@babel/helper-string-parser" "^7.22.5" |
| 1343 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1344 | + to-fast-properties "^2.0.0" |
| 1345 | + |
1259 | 1346 | "@babel/types@^7.22.4": |
1260 | 1347 | version "7.22.4" |
1261 | 1348 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.4.tgz#56a2653ae7e7591365dabf20b76295410684c071" |
|
0 commit comments