|
61 | 61 | dependencies:
|
62 | 62 | "@babel/highlight" "^7.10.4"
|
63 | 63 |
|
64 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.8.3": |
| 64 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.8.3": |
65 | 65 | version "7.22.13"
|
66 | 66 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
|
67 | 67 | integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
|
68 | 68 | dependencies:
|
69 | 69 | "@babel/highlight" "^7.22.13"
|
70 | 70 | chalk "^2.4.2"
|
71 | 71 |
|
| 72 | +"@babel/code-frame@^7.12.13": |
| 73 | + version "7.23.4" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.4.tgz#03ae5af150be94392cb5c7ccd97db5a19a5da6aa" |
| 75 | + integrity sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA== |
| 76 | + dependencies: |
| 77 | + "@babel/highlight" "^7.23.4" |
| 78 | + chalk "^2.4.2" |
| 79 | + |
72 | 80 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.2":
|
73 | 81 | version "7.23.2"
|
74 | 82 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
|
|
351 | 359 | "@babel/traverse" "^7.23.2"
|
352 | 360 | "@babel/types" "^7.23.0"
|
353 | 361 |
|
354 |
| -"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13": |
| 362 | +"@babel/highlight@^7.10.4": |
355 | 363 | version "7.22.20"
|
356 | 364 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
|
357 | 365 | integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
|
|
360 | 368 | chalk "^2.4.2"
|
361 | 369 | js-tokens "^4.0.0"
|
362 | 370 |
|
| 371 | +"@babel/highlight@^7.22.13", "@babel/highlight@^7.23.4": |
| 372 | + version "7.23.4" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 374 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 375 | + dependencies: |
| 376 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 377 | + chalk "^2.4.2" |
| 378 | + js-tokens "^4.0.0" |
| 379 | + |
363 | 380 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7":
|
364 | 381 | version "7.22.16"
|
365 | 382 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
|
2844 | 2861 | "@types/istanbul-lib-report" "*"
|
2845 | 2862 |
|
2846 | 2863 | "@types/jest@^29.0.0":
|
2847 |
| - version "29.5.8" |
2848 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.8.tgz#ed5c256fe2bc7c38b1915ee5ef1ff24a3427e120" |
2849 |
| - integrity sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g== |
| 2864 | + version "29.5.10" |
| 2865 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50" |
| 2866 | + integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ== |
2850 | 2867 | dependencies:
|
2851 | 2868 | expect "^29.0.0"
|
2852 | 2869 | pretty-format "^29.0.0"
|
|
2906 | 2923 | form-data "^4.0.0"
|
2907 | 2924 |
|
2908 | 2925 | "@types/node@*":
|
2909 |
| - version "20.9.0" |
2910 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298" |
2911 |
| - integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw== |
| 2926 | + version "20.10.0" |
| 2927 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617" |
| 2928 | + integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ== |
2912 | 2929 | dependencies:
|
2913 | 2930 | undici-types "~5.26.4"
|
2914 | 2931 |
|
|
3006 | 3023 | integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
|
3007 | 3024 |
|
3008 | 3025 | "@types/yargs@^17.0.8":
|
3009 |
| - version "17.0.31" |
3010 |
| - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.31.tgz#8fd0089803fd55d8a285895a18b88cb71a99683c" |
3011 |
| - integrity sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg== |
| 3026 | + version "17.0.32" |
| 3027 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229" |
| 3028 | + integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog== |
3012 | 3029 | dependencies:
|
3013 | 3030 | "@types/yargs-parser" "*"
|
3014 | 3031 |
|
|
0 commit comments