|
158 | 158 | json5 "^2.2.2"
|
159 | 159 | semver "^6.3.1"
|
160 | 160 |
|
161 |
| -"@babel/generator@^7.22.15": |
162 |
| - version "7.22.15" |
163 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" |
164 |
| - integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== |
| 161 | +"@babel/generator@^7.22.9", "@babel/generator@^7.7.2": |
| 162 | + version "7.22.9" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" |
| 164 | + integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== |
165 | 165 | dependencies:
|
166 |
| - "@babel/types" "^7.22.15" |
| 166 | + "@babel/types" "^7.22.5" |
167 | 167 | "@jridgewell/gen-mapping" "^0.3.2"
|
168 | 168 | "@jridgewell/trace-mapping" "^0.3.17"
|
169 | 169 | jsesc "^2.5.1"
|
170 | 170 |
|
171 |
| -"@babel/generator@^7.22.7", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2": |
172 |
| - version "7.22.9" |
173 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" |
174 |
| - integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== |
| 171 | +"@babel/generator@^7.23.0": |
| 172 | + version "7.23.0" |
| 173 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 174 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
175 | 175 | dependencies:
|
176 |
| - "@babel/types" "^7.22.5" |
| 176 | + "@babel/types" "^7.23.0" |
177 | 177 | "@jridgewell/gen-mapping" "^0.3.2"
|
178 | 178 | "@jridgewell/trace-mapping" "^0.3.17"
|
179 | 179 | jsesc "^2.5.1"
|
|
189 | 189 | lru-cache "^5.1.1"
|
190 | 190 | semver "^6.3.1"
|
191 | 191 |
|
| 192 | +"@babel/helper-environment-visitor@^7.22.20": |
| 193 | + version "7.22.20" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 195 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 196 | + |
192 | 197 | "@babel/helper-environment-visitor@^7.22.5":
|
193 | 198 | version "7.22.5"
|
194 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
195 | 200 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
196 | 201 |
|
197 |
| -"@babel/helper-function-name@^7.22.5": |
198 |
| - version "7.22.5" |
199 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
200 |
| - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 202 | +"@babel/helper-function-name@^7.23.0": |
| 203 | + version "7.23.0" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 205 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
201 | 206 | dependencies:
|
202 |
| - "@babel/template" "^7.22.5" |
203 |
| - "@babel/types" "^7.22.5" |
| 207 | + "@babel/template" "^7.22.15" |
| 208 | + "@babel/types" "^7.23.0" |
204 | 209 |
|
205 | 210 | "@babel/helper-hoist-variables@^7.22.5":
|
206 | 211 | version "7.22.5"
|
|
256 | 261 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
257 | 262 | integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
|
258 | 263 |
|
| 264 | +"@babel/helper-validator-identifier@^7.22.20": |
| 265 | + version "7.22.20" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 267 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 268 | + |
259 | 269 | "@babel/helper-validator-identifier@^7.22.5":
|
260 | 270 | version "7.22.5"
|
261 | 271 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
303 | 313 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
304 | 314 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
305 | 315 |
|
| 316 | +"@babel/parser@^7.23.0": |
| 317 | + version "7.23.0" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 319 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 320 | + |
306 | 321 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
307 | 322 | version "7.8.4"
|
308 | 323 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
408 | 423 | dependencies:
|
409 | 424 | regenerator-runtime "^0.13.11"
|
410 | 425 |
|
| 426 | +"@babel/template@^7.22.15": |
| 427 | + version "7.22.15" |
| 428 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 429 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 430 | + dependencies: |
| 431 | + "@babel/code-frame" "^7.22.13" |
| 432 | + "@babel/parser" "^7.22.15" |
| 433 | + "@babel/types" "^7.22.15" |
| 434 | + |
411 | 435 | "@babel/template@^7.22.5", "@babel/template@^7.3.3":
|
412 | 436 | version "7.22.5"
|
413 | 437 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
417 | 441 | "@babel/parser" "^7.22.5"
|
418 | 442 | "@babel/types" "^7.22.5"
|
419 | 443 |
|
420 |
| -"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": |
421 |
| - version "7.22.8" |
422 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" |
423 |
| - integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== |
424 |
| - dependencies: |
425 |
| - "@babel/code-frame" "^7.22.5" |
426 |
| - "@babel/generator" "^7.22.7" |
427 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
428 |
| - "@babel/helper-function-name" "^7.22.5" |
429 |
| - "@babel/helper-hoist-variables" "^7.22.5" |
430 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
431 |
| - "@babel/parser" "^7.22.7" |
432 |
| - "@babel/types" "^7.22.5" |
433 |
| - debug "^4.1.0" |
434 |
| - globals "^11.1.0" |
435 |
| - |
436 |
| -"@babel/traverse@^7.7.2": |
437 |
| - version "7.22.15" |
438 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.15.tgz#75be4d2d6e216e880e93017f4e2389aeb77ef2d9" |
439 |
| - integrity sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ== |
| 444 | +"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8", "@babel/traverse@^7.7.2": |
| 445 | + version "7.23.2" |
| 446 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 447 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
440 | 448 | dependencies:
|
441 | 449 | "@babel/code-frame" "^7.22.13"
|
442 |
| - "@babel/generator" "^7.22.15" |
443 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
444 |
| - "@babel/helper-function-name" "^7.22.5" |
| 450 | + "@babel/generator" "^7.23.0" |
| 451 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 452 | + "@babel/helper-function-name" "^7.23.0" |
445 | 453 | "@babel/helper-hoist-variables" "^7.22.5"
|
446 | 454 | "@babel/helper-split-export-declaration" "^7.22.6"
|
447 |
| - "@babel/parser" "^7.22.15" |
448 |
| - "@babel/types" "^7.22.15" |
| 455 | + "@babel/parser" "^7.23.0" |
| 456 | + "@babel/types" "^7.23.0" |
449 | 457 | debug "^4.1.0"
|
450 | 458 | globals "^11.1.0"
|
451 | 459 |
|
|
467 | 475 | "@babel/helper-validator-identifier" "^7.22.15"
|
468 | 476 | to-fast-properties "^2.0.0"
|
469 | 477 |
|
| 478 | +"@babel/types@^7.23.0": |
| 479 | + version "7.23.0" |
| 480 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 481 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 482 | + dependencies: |
| 483 | + "@babel/helper-string-parser" "^7.22.5" |
| 484 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 485 | + to-fast-properties "^2.0.0" |
| 486 | + |
470 | 487 | "@bcoe/v8-coverage@^0.2.3":
|
471 | 488 | version "0.2.3"
|
472 | 489 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments