|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
20 |
| -"@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5": |
| 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 | + |
| 28 | +"@babel/code-frame@^7.22.5": |
21 | 29 | version "7.22.10"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
|
23 | 31 | integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
|
|
70 | 78 | "@jridgewell/trace-mapping" "^0.3.17"
|
71 | 79 | jsesc "^2.5.1"
|
72 | 80 |
|
73 |
| -"@babel/generator@^7.22.10": |
74 |
| - version "7.22.10" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" |
76 |
| - integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== |
| 81 | +"@babel/generator@^7.23.0": |
| 82 | + version "7.23.0" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 84 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
77 | 85 | dependencies:
|
78 |
| - "@babel/types" "^7.22.10" |
| 86 | + "@babel/types" "^7.23.0" |
79 | 87 | "@jridgewell/gen-mapping" "^0.3.2"
|
80 | 88 | "@jridgewell/trace-mapping" "^0.3.17"
|
81 | 89 | jsesc "^2.5.1"
|
|
153 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
|
154 | 162 | integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
|
155 | 163 |
|
| 164 | +"@babel/helper-environment-visitor@^7.22.20": |
| 165 | + version "7.22.20" |
| 166 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 167 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 168 | + |
156 | 169 | "@babel/helper-environment-visitor@^7.22.5":
|
157 | 170 | version "7.22.5"
|
158 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
174 | 187 | "@babel/template" "^7.22.5"
|
175 | 188 | "@babel/types" "^7.22.5"
|
176 | 189 |
|
| 190 | +"@babel/helper-function-name@^7.23.0": |
| 191 | + version "7.23.0" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 193 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 194 | + dependencies: |
| 195 | + "@babel/template" "^7.22.15" |
| 196 | + "@babel/types" "^7.23.0" |
| 197 | + |
177 | 198 | "@babel/helper-hoist-variables@^7.18.6":
|
178 | 199 | version "7.18.6"
|
179 | 200 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
|
314 | 335 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
315 | 336 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
316 | 337 |
|
| 338 | +"@babel/helper-validator-identifier@^7.22.20": |
| 339 | + version "7.22.20" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 341 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 342 | + |
317 | 343 | "@babel/helper-validator-identifier@^7.22.5":
|
318 | 344 | version "7.22.5"
|
319 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
370 | 396 | chalk "^2.4.2"
|
371 | 397 | js-tokens "^4.0.0"
|
372 | 398 |
|
373 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": |
| 399 | +"@babel/highlight@^7.22.13": |
| 400 | + version "7.22.20" |
| 401 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 402 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 403 | + dependencies: |
| 404 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 405 | + chalk "^2.4.2" |
| 406 | + js-tokens "^4.0.0" |
| 407 | + |
| 408 | +"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8": |
374 | 409 | version "7.21.8"
|
375 | 410 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
|
376 | 411 | integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
|
377 | 412 |
|
378 |
| -"@babel/parser@^7.22.10", "@babel/parser@^7.22.5": |
| 413 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 414 | + version "7.23.0" |
| 415 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 416 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 417 | + |
| 418 | +"@babel/parser@^7.22.5": |
379 | 419 | version "7.22.10"
|
380 | 420 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
|
381 | 421 | integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
|
|
1176 | 1216 | "@babel/parser" "^7.20.7"
|
1177 | 1217 | "@babel/types" "^7.20.7"
|
1178 | 1218 |
|
| 1219 | +"@babel/template@^7.22.15": |
| 1220 | + version "7.22.15" |
| 1221 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1222 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1223 | + dependencies: |
| 1224 | + "@babel/code-frame" "^7.22.13" |
| 1225 | + "@babel/parser" "^7.22.15" |
| 1226 | + "@babel/types" "^7.22.15" |
| 1227 | + |
1179 | 1228 | "@babel/template@^7.22.5":
|
1180 | 1229 | version "7.22.5"
|
1181 | 1230 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
1185 | 1234 | "@babel/parser" "^7.22.5"
|
1186 | 1235 | "@babel/types" "^7.22.5"
|
1187 | 1236 |
|
1188 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": |
1189 |
| - version "7.21.5" |
1190 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
1191 |
| - integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
1192 |
| - dependencies: |
1193 |
| - "@babel/code-frame" "^7.21.4" |
1194 |
| - "@babel/generator" "^7.21.5" |
1195 |
| - "@babel/helper-environment-visitor" "^7.21.5" |
1196 |
| - "@babel/helper-function-name" "^7.21.0" |
1197 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1198 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1199 |
| - "@babel/parser" "^7.21.5" |
1200 |
| - "@babel/types" "^7.21.5" |
1201 |
| - debug "^4.1.0" |
1202 |
| - globals "^11.1.0" |
1203 |
| - |
1204 |
| -"@babel/traverse@^7.7.4": |
1205 |
| - version "7.22.10" |
1206 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" |
1207 |
| - integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig== |
| 1237 | +"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
| 1238 | + version "7.23.2" |
| 1239 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1240 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
1208 | 1241 | dependencies:
|
1209 |
| - "@babel/code-frame" "^7.22.10" |
1210 |
| - "@babel/generator" "^7.22.10" |
1211 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1212 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1242 | + "@babel/code-frame" "^7.22.13" |
| 1243 | + "@babel/generator" "^7.23.0" |
| 1244 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1245 | + "@babel/helper-function-name" "^7.23.0" |
1213 | 1246 | "@babel/helper-hoist-variables" "^7.22.5"
|
1214 | 1247 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1215 |
| - "@babel/parser" "^7.22.10" |
1216 |
| - "@babel/types" "^7.22.10" |
| 1248 | + "@babel/parser" "^7.23.0" |
| 1249 | + "@babel/types" "^7.23.0" |
1217 | 1250 | debug "^4.1.0"
|
1218 | 1251 | globals "^11.1.0"
|
1219 | 1252 |
|
|
1235 | 1268 | "@babel/helper-validator-identifier" "^7.22.5"
|
1236 | 1269 | to-fast-properties "^2.0.0"
|
1237 | 1270 |
|
| 1271 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1272 | + version "7.23.0" |
| 1273 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1274 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1275 | + dependencies: |
| 1276 | + "@babel/helper-string-parser" "^7.22.5" |
| 1277 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1278 | + to-fast-properties "^2.0.0" |
| 1279 | + |
1238 | 1280 | "@bcoe/v8-coverage@^0.2.3":
|
1239 | 1281 | version "0.2.3"
|
1240 | 1282 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments