|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.14.5"
|
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13": |
| 13 | + version "7.22.13" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 15 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.22.13" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/compat-data@^7.15.0":
|
13 | 21 | version "7.15.0"
|
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
44 | 52 | jsesc "^2.5.1"
|
45 | 53 | source-map "^0.5.0"
|
46 | 54 |
|
| 55 | +"@babel/generator@^7.23.0": |
| 56 | + version "7.23.0" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 58 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 59 | + dependencies: |
| 60 | + "@babel/types" "^7.23.0" |
| 61 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 62 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 63 | + jsesc "^2.5.1" |
| 64 | + |
47 | 65 | "@babel/helper-compilation-targets@^7.15.0":
|
48 | 66 | version "7.15.0"
|
49 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
|
|
54 | 72 | browserslist "^4.16.6"
|
55 | 73 | semver "^6.3.0"
|
56 | 74 |
|
57 |
| -"@babel/helper-function-name@^7.14.5": |
58 |
| - version "7.14.5" |
59 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4" |
60 |
| - integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== |
61 |
| - dependencies: |
62 |
| - "@babel/helper-get-function-arity" "^7.14.5" |
63 |
| - "@babel/template" "^7.14.5" |
64 |
| - "@babel/types" "^7.14.5" |
| 75 | +"@babel/helper-environment-visitor@^7.22.20": |
| 76 | + version "7.22.20" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 78 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
65 | 79 |
|
66 |
| -"@babel/helper-get-function-arity@^7.14.5": |
67 |
| - version "7.14.5" |
68 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" |
69 |
| - integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== |
| 80 | +"@babel/helper-function-name@^7.23.0": |
| 81 | + version "7.23.0" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 83 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
70 | 84 | dependencies:
|
71 |
| - "@babel/types" "^7.14.5" |
| 85 | + "@babel/template" "^7.22.15" |
| 86 | + "@babel/types" "^7.23.0" |
72 | 87 |
|
73 |
| -"@babel/helper-hoist-variables@^7.14.5": |
74 |
| - version "7.14.5" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d" |
76 |
| - integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ== |
| 88 | +"@babel/helper-hoist-variables@^7.22.5": |
| 89 | + version "7.22.5" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 91 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
77 | 92 | dependencies:
|
78 |
| - "@babel/types" "^7.14.5" |
| 93 | + "@babel/types" "^7.22.5" |
79 | 94 |
|
80 | 95 | "@babel/helper-member-expression-to-functions@^7.15.0":
|
81 | 96 | version "7.15.0"
|
|
141 | 156 | dependencies:
|
142 | 157 | "@babel/types" "^7.14.5"
|
143 | 158 |
|
| 159 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 160 | + version "7.22.6" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 162 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 163 | + dependencies: |
| 164 | + "@babel/types" "^7.22.5" |
| 165 | + |
| 166 | +"@babel/helper-string-parser@^7.22.5": |
| 167 | + version "7.22.5" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 169 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 170 | + |
144 | 171 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
145 | 172 | version "7.14.9"
|
146 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
147 | 174 | integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
148 | 175 |
|
| 176 | +"@babel/helper-validator-identifier@^7.22.20": |
| 177 | + version "7.22.20" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 179 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 180 | + |
149 | 181 | "@babel/helper-validator-option@^7.14.5":
|
150 | 182 | version "7.14.5"
|
151 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
169 | 201 | chalk "^2.0.0"
|
170 | 202 | js-tokens "^4.0.0"
|
171 | 203 |
|
| 204 | +"@babel/highlight@^7.22.13": |
| 205 | + version "7.22.20" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 207 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 208 | + dependencies: |
| 209 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 210 | + chalk "^2.4.2" |
| 211 | + js-tokens "^4.0.0" |
| 212 | + |
172 | 213 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.2":
|
173 | 214 | version "7.15.3"
|
174 | 215 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
|
175 | 216 | integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
|
176 | 217 |
|
| 218 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 219 | + version "7.23.0" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 221 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 222 | + |
177 | 223 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
178 | 224 | version "7.8.4"
|
179 | 225 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
284 | 330 | "@babel/parser" "^7.14.5"
|
285 | 331 | "@babel/types" "^7.14.5"
|
286 | 332 |
|
287 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.2": |
288 |
| - version "7.15.0" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
290 |
| - integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 333 | +"@babel/template@^7.22.15": |
| 334 | + version "7.22.15" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 336 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
291 | 337 | dependencies:
|
292 |
| - "@babel/code-frame" "^7.14.5" |
293 |
| - "@babel/generator" "^7.15.0" |
294 |
| - "@babel/helper-function-name" "^7.14.5" |
295 |
| - "@babel/helper-hoist-variables" "^7.14.5" |
296 |
| - "@babel/helper-split-export-declaration" "^7.14.5" |
297 |
| - "@babel/parser" "^7.15.0" |
298 |
| - "@babel/types" "^7.15.0" |
| 338 | + "@babel/code-frame" "^7.22.13" |
| 339 | + "@babel/parser" "^7.22.15" |
| 340 | + "@babel/types" "^7.22.15" |
| 341 | + |
| 342 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.2": |
| 343 | + version "7.23.2" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 345 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 346 | + dependencies: |
| 347 | + "@babel/code-frame" "^7.22.13" |
| 348 | + "@babel/generator" "^7.23.0" |
| 349 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 350 | + "@babel/helper-function-name" "^7.23.0" |
| 351 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 352 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 353 | + "@babel/parser" "^7.23.0" |
| 354 | + "@babel/types" "^7.23.0" |
299 | 355 | debug "^4.1.0"
|
300 | 356 | globals "^11.1.0"
|
301 | 357 |
|
|
307 | 363 | "@babel/helper-validator-identifier" "^7.14.9"
|
308 | 364 | to-fast-properties "^2.0.0"
|
309 | 365 |
|
| 366 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 367 | + version "7.23.0" |
| 368 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 369 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 370 | + dependencies: |
| 371 | + "@babel/helper-string-parser" "^7.22.5" |
| 372 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 373 | + to-fast-properties "^2.0.0" |
| 374 | + |
310 | 375 | "@bcoe/v8-coverage@^0.2.3":
|
311 | 376 | version "0.2.3"
|
312 | 377 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
545 | 610 | "@types/yargs" "^16.0.0"
|
546 | 611 | chalk "^4.0.0"
|
547 | 612 |
|
548 |
| -"@jridgewell/gen-mapping@^0.3.0": |
| 613 | +"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": |
549 | 614 | version "0.3.3"
|
550 | 615 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
|
551 | 616 | integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
|
|
559 | 624 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
560 | 625 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
561 | 626 |
|
| 627 | +"@jridgewell/resolve-uri@^3.1.0": |
| 628 | + version "3.1.1" |
| 629 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 630 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 631 | + |
562 | 632 | "@jridgewell/set-array@^1.0.1":
|
563 | 633 | version "1.1.2"
|
564 | 634 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
577 | 647 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
578 | 648 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
579 | 649 |
|
580 |
| -"@jridgewell/sourcemap-codec@^1.4.10": |
| 650 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
581 | 651 | version "1.4.15"
|
582 | 652 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
583 | 653 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
584 | 654 |
|
| 655 | +"@jridgewell/trace-mapping@^0.3.17": |
| 656 | + version "0.3.20" |
| 657 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 658 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 659 | + dependencies: |
| 660 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 661 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 662 | + |
585 | 663 | "@jridgewell/trace-mapping@^0.3.9":
|
586 | 664 | version "0.3.18"
|
587 | 665 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6"
|
@@ -1047,7 +1125,7 @@ caniuse-lite@^1.0.30001251:
|
1047 | 1125 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"
|
1048 | 1126 | integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==
|
1049 | 1127 |
|
1050 |
| -chalk@^2.0.0: |
| 1128 | +chalk@^2.0.0, chalk@^2.4.2: |
1051 | 1129 | version "2.4.2"
|
1052 | 1130 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1053 | 1131 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments