|
27 | 27 | dependencies:
|
28 | 28 | "@babel/highlight" "^7.22.5"
|
29 | 29 |
|
| 30 | +"@babel/code-frame@^7.22.13": |
| 31 | + version "7.22.13" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 33 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 34 | + dependencies: |
| 35 | + "@babel/highlight" "^7.22.13" |
| 36 | + chalk "^2.4.2" |
| 37 | + |
30 | 38 | "@babel/compat-data@^7.22.5":
|
31 | 39 | version "7.22.5"
|
32 | 40 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
|
|
63 | 71 | "@jridgewell/trace-mapping" "^0.3.17"
|
64 | 72 | jsesc "^2.5.1"
|
65 | 73 |
|
| 74 | +"@babel/generator@^7.23.0": |
| 75 | + version "7.23.0" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 77 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 78 | + dependencies: |
| 79 | + "@babel/types" "^7.23.0" |
| 80 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 81 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 82 | + jsesc "^2.5.1" |
| 83 | + |
66 | 84 | "@babel/helper-compilation-targets@^7.22.5":
|
67 | 85 | version "7.22.5"
|
68 | 86 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02"
|
|
74 | 92 | lru-cache "^5.1.1"
|
75 | 93 | semver "^6.3.0"
|
76 | 94 |
|
| 95 | +"@babel/helper-environment-visitor@^7.22.20": |
| 96 | + version "7.22.20" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 98 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 99 | + |
77 | 100 | "@babel/helper-environment-visitor@^7.22.5":
|
78 | 101 | version "7.22.5"
|
79 | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
80 | 103 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
81 | 104 |
|
82 |
| -"@babel/helper-function-name@^7.22.5": |
83 |
| - version "7.22.5" |
84 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
85 |
| - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 105 | +"@babel/helper-function-name@^7.23.0": |
| 106 | + version "7.23.0" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 108 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
86 | 109 | dependencies:
|
87 |
| - "@babel/template" "^7.22.5" |
88 |
| - "@babel/types" "^7.22.5" |
| 110 | + "@babel/template" "^7.22.15" |
| 111 | + "@babel/types" "^7.23.0" |
89 | 112 |
|
90 | 113 | "@babel/helper-hoist-variables@^7.22.5":
|
91 | 114 | version "7.22.5"
|
|
134 | 157 | dependencies:
|
135 | 158 | "@babel/types" "^7.22.5"
|
136 | 159 |
|
| 160 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 161 | + version "7.22.6" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 163 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 164 | + dependencies: |
| 165 | + "@babel/types" "^7.22.5" |
| 166 | + |
137 | 167 | "@babel/helper-string-parser@^7.22.5":
|
138 | 168 | version "7.22.5"
|
139 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
140 | 170 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
141 | 171 |
|
| 172 | +"@babel/helper-validator-identifier@^7.22.20": |
| 173 | + version "7.22.20" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 175 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 176 | + |
142 | 177 | "@babel/helper-validator-identifier@^7.22.5":
|
143 | 178 | version "7.22.5"
|
144 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
158 | 193 | "@babel/traverse" "^7.22.5"
|
159 | 194 | "@babel/types" "^7.22.5"
|
160 | 195 |
|
| 196 | +"@babel/highlight@^7.22.13": |
| 197 | + version "7.22.20" |
| 198 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 199 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 200 | + dependencies: |
| 201 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 202 | + chalk "^2.4.2" |
| 203 | + js-tokens "^4.0.0" |
| 204 | + |
161 | 205 | "@babel/highlight@^7.22.5":
|
162 | 206 | version "7.22.5"
|
163 | 207 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
172 | 216 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
173 | 217 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
174 | 218 |
|
| 219 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 220 | + version "7.23.0" |
| 221 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 222 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 223 | + |
175 | 224 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
176 | 225 | version "7.8.4"
|
177 | 226 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
291 | 340 | dependencies:
|
292 | 341 | regenerator-runtime "^0.13.11"
|
293 | 342 |
|
| 343 | +"@babel/template@^7.22.15": |
| 344 | + version "7.22.15" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 346 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 347 | + dependencies: |
| 348 | + "@babel/code-frame" "^7.22.13" |
| 349 | + "@babel/parser" "^7.22.15" |
| 350 | + "@babel/types" "^7.22.15" |
| 351 | + |
294 | 352 | "@babel/template@^7.22.5", "@babel/template@^7.3.3":
|
295 | 353 | version "7.22.5"
|
296 | 354 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
301 | 359 | "@babel/types" "^7.22.5"
|
302 | 360 |
|
303 | 361 | "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2":
|
304 |
| - version "7.22.5" |
305 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
306 |
| - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
307 |
| - dependencies: |
308 |
| - "@babel/code-frame" "^7.22.5" |
309 |
| - "@babel/generator" "^7.22.5" |
310 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
311 |
| - "@babel/helper-function-name" "^7.22.5" |
| 362 | + version "7.23.2" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 364 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 365 | + dependencies: |
| 366 | + "@babel/code-frame" "^7.22.13" |
| 367 | + "@babel/generator" "^7.23.0" |
| 368 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 369 | + "@babel/helper-function-name" "^7.23.0" |
312 | 370 | "@babel/helper-hoist-variables" "^7.22.5"
|
313 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
314 |
| - "@babel/parser" "^7.22.5" |
315 |
| - "@babel/types" "^7.22.5" |
| 371 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 372 | + "@babel/parser" "^7.23.0" |
| 373 | + "@babel/types" "^7.23.0" |
316 | 374 | debug "^4.1.0"
|
317 | 375 | globals "^11.1.0"
|
318 | 376 |
|
|
325 | 383 | "@babel/helper-validator-identifier" "^7.22.5"
|
326 | 384 | to-fast-properties "^2.0.0"
|
327 | 385 |
|
| 386 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 387 | + version "7.23.0" |
| 388 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 389 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 390 | + dependencies: |
| 391 | + "@babel/helper-string-parser" "^7.22.5" |
| 392 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 393 | + to-fast-properties "^2.0.0" |
| 394 | + |
328 | 395 | "@bcoe/v8-coverage@^0.2.3":
|
329 | 396 | version "0.2.3"
|
330 | 397 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -1565,7 +1632,7 @@ caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001502:
|
1565 | 1632 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001502.tgz#f7e4a76eb1d2d585340f773767be1fefc118dca8"
|
1566 | 1633 | integrity sha512-AZ+9tFXw1sS0o0jcpJQIXvFTOB/xGiQ4OQ2t98QX3NDn2EZTSRBC801gxrsGgViuq2ak/NLkNgSNEPtCr5lfKg==
|
1567 | 1634 |
|
1568 |
| -chalk@^2.0.0: |
| 1635 | +chalk@^2.0.0, chalk@^2.4.2: |
1569 | 1636 | version "2.4.2"
|
1570 | 1637 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1571 | 1638 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments