|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.22.13": |
| 21 | + version "7.22.13" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 23 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.22.13" |
| 26 | + chalk "^2.4.2" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.22.0":
|
21 | 29 | version "7.22.3"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e"
|
|
43 | 51 | json5 "^2.2.2"
|
44 | 52 | semver "^6.3.0"
|
45 | 53 |
|
46 |
| -"@babel/generator@^7.22.0", "@babel/generator@^7.22.3", "@babel/generator@^7.7.2": |
| 54 | +"@babel/generator@^7.22.0", "@babel/generator@^7.7.2": |
47 | 55 | version "7.22.3"
|
48 | 56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e"
|
49 | 57 | integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.23.0": |
| 65 | + version "7.23.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 67 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.23.0" |
| 70 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 71 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 72 | + jsesc "^2.5.1" |
| 73 | + |
56 | 74 | "@babel/helper-compilation-targets@^7.22.1":
|
57 | 75 | version "7.22.1"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.1.tgz#bfcd6b7321ffebe33290d68550e2c9d7eb7c7a58"
|
|
69 | 87 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8"
|
70 | 88 | integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==
|
71 | 89 |
|
72 |
| -"@babel/helper-function-name@^7.21.0": |
73 |
| - version "7.21.0" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
75 |
| - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 90 | +"@babel/helper-environment-visitor@^7.22.20": |
| 91 | + version "7.22.20" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 93 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 94 | + |
| 95 | +"@babel/helper-function-name@^7.23.0": |
| 96 | + version "7.23.0" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 98 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
76 | 99 | dependencies:
|
77 |
| - "@babel/template" "^7.20.7" |
78 |
| - "@babel/types" "^7.21.0" |
| 100 | + "@babel/template" "^7.22.15" |
| 101 | + "@babel/types" "^7.23.0" |
79 | 102 |
|
80 |
| -"@babel/helper-hoist-variables@^7.18.6": |
81 |
| - version "7.18.6" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
83 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 103 | +"@babel/helper-hoist-variables@^7.22.5": |
| 104 | + version "7.22.5" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 106 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
84 | 107 | dependencies:
|
85 |
| - "@babel/types" "^7.18.6" |
| 108 | + "@babel/types" "^7.22.5" |
86 | 109 |
|
87 | 110 | "@babel/helper-module-imports@^7.21.4":
|
88 | 111 | version "7.21.4"
|
|
124 | 147 | dependencies:
|
125 | 148 | "@babel/types" "^7.18.6"
|
126 | 149 |
|
| 150 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 151 | + version "7.22.6" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 153 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 154 | + dependencies: |
| 155 | + "@babel/types" "^7.22.5" |
| 156 | + |
127 | 157 | "@babel/helper-string-parser@^7.21.5":
|
128 | 158 | version "7.21.5"
|
129 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
130 | 160 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
131 | 161 |
|
| 162 | +"@babel/helper-string-parser@^7.22.5": |
| 163 | + version "7.22.5" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 165 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 166 | + |
132 | 167 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
133 | 168 | version "7.19.1"
|
134 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
135 | 170 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
136 | 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 | + |
137 | 177 | "@babel/helper-validator-option@^7.21.0":
|
138 | 178 | version "7.21.0"
|
139 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
157 | 197 | chalk "^2.0.0"
|
158 | 198 | js-tokens "^4.0.0"
|
159 | 199 |
|
160 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.19.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.22.4": |
| 200 | +"@babel/highlight@^7.22.13": |
| 201 | + version "7.22.20" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 203 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 204 | + dependencies: |
| 205 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 206 | + chalk "^2.4.2" |
| 207 | + js-tokens "^4.0.0" |
| 208 | + |
| 209 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.19.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0": |
161 | 210 | version "7.22.4"
|
162 | 211 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.4.tgz#a770e98fd785c231af9d93f6459d36770993fb32"
|
163 | 212 | integrity sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==
|
164 | 213 |
|
| 214 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 215 | + version "7.23.0" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 217 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 218 | + |
165 | 219 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
166 | 220 | version "7.8.4"
|
167 | 221 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
253 | 307 | dependencies:
|
254 | 308 | "@babel/helper-plugin-utils" "^7.20.2"
|
255 | 309 |
|
256 |
| -"@babel/template@^7.20.7", "@babel/template@^7.21.9", "@babel/template@^7.3.3": |
| 310 | +"@babel/template@^7.21.9", "@babel/template@^7.3.3": |
257 | 311 | version "7.21.9"
|
258 | 312 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.21.9.tgz#bf8dad2859130ae46088a99c1f265394877446fb"
|
259 | 313 | integrity sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==
|
|
262 | 316 | "@babel/parser" "^7.21.9"
|
263 | 317 | "@babel/types" "^7.21.5"
|
264 | 318 |
|
265 |
| -"@babel/traverse@^7.22.1", "@babel/traverse@^7.7.2": |
266 |
| - version "7.22.4" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.4.tgz#c3cf96c5c290bd13b55e29d025274057727664c0" |
268 |
| - integrity sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ== |
| 319 | +"@babel/template@^7.22.15": |
| 320 | + version "7.22.15" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 322 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
269 | 323 | dependencies:
|
270 |
| - "@babel/code-frame" "^7.21.4" |
271 |
| - "@babel/generator" "^7.22.3" |
272 |
| - "@babel/helper-environment-visitor" "^7.22.1" |
273 |
| - "@babel/helper-function-name" "^7.21.0" |
274 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
275 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
276 |
| - "@babel/parser" "^7.22.4" |
277 |
| - "@babel/types" "^7.22.4" |
| 324 | + "@babel/code-frame" "^7.22.13" |
| 325 | + "@babel/parser" "^7.22.15" |
| 326 | + "@babel/types" "^7.22.15" |
| 327 | + |
| 328 | +"@babel/traverse@^7.22.1", "@babel/traverse@^7.7.2": |
| 329 | + version "7.23.2" |
| 330 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 331 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 332 | + dependencies: |
| 333 | + "@babel/code-frame" "^7.22.13" |
| 334 | + "@babel/generator" "^7.23.0" |
| 335 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 336 | + "@babel/helper-function-name" "^7.23.0" |
| 337 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 338 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 339 | + "@babel/parser" "^7.23.0" |
| 340 | + "@babel/types" "^7.23.0" |
278 | 341 | debug "^4.1.0"
|
279 | 342 | globals "^11.1.0"
|
280 | 343 |
|
281 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.22.4", "@babel/types@^7.3.3": |
| 344 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.3.3": |
282 | 345 | version "7.22.4"
|
283 | 346 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.4.tgz#56a2653ae7e7591365dabf20b76295410684c071"
|
284 | 347 | integrity sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==
|
|
287 | 350 | "@babel/helper-validator-identifier" "^7.19.1"
|
288 | 351 | to-fast-properties "^2.0.0"
|
289 | 352 |
|
| 353 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 354 | + version "7.23.0" |
| 355 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 356 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 357 | + dependencies: |
| 358 | + "@babel/helper-string-parser" "^7.22.5" |
| 359 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 360 | + to-fast-properties "^2.0.0" |
| 361 | + |
290 | 362 | "@bcoe/v8-coverage@^0.2.3":
|
291 | 363 | version "0.2.3"
|
292 | 364 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -1132,7 +1204,7 @@ caseless@~0.12.0:
|
1132 | 1204 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
1133 | 1205 | integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
|
1134 | 1206 |
|
1135 |
| -chalk@^2.0.0: |
| 1207 | +chalk@^2.0.0, chalk@^2.4.2: |
1136 | 1208 | version "2.4.2"
|
1137 | 1209 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1138 | 1210 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments