|
22 | 22 | dependencies:
|
23 | 23 | "@babel/highlight" "^7.10.4"
|
24 | 24 |
|
25 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": |
| 25 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": |
26 | 26 | version "7.24.2"
|
27 | 27 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
|
28 | 28 | integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
|
29 | 29 | dependencies:
|
30 | 30 | "@babel/highlight" "^7.24.2"
|
31 | 31 | picocolors "^1.0.0"
|
32 | 32 |
|
| 33 | +"@babel/code-frame@^7.12.13": |
| 34 | + version "7.26.2" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 36 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 37 | + dependencies: |
| 38 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 39 | + js-tokens "^4.0.0" |
| 40 | + picocolors "^1.0.0" |
| 41 | + |
33 | 42 | "@babel/code-frame@^7.25.7":
|
34 | 43 | version "7.25.7"
|
35 | 44 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
|
|
356 | 365 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
|
357 | 366 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
|
358 | 367 |
|
359 |
| -"@babel/helper-validator-identifier@^7.24.5", "@babel/helper-validator-identifier@^7.25.7": |
| 368 | +"@babel/helper-validator-identifier@^7.24.5", "@babel/helper-validator-identifier@^7.25.9": |
| 369 | + version "7.25.9" |
| 370 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 371 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 372 | + |
| 373 | +"@babel/helper-validator-identifier@^7.25.7": |
360 | 374 | version "7.25.7"
|
361 | 375 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
|
362 | 376 | integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
|
|
392 | 406 | "@babel/template" "^7.25.7"
|
393 | 407 | "@babel/types" "^7.25.7"
|
394 | 408 |
|
395 |
| -"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.2": |
| 409 | +"@babel/highlight@^7.10.4": |
396 | 410 | version "7.24.5"
|
397 | 411 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
|
398 | 412 | integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
|
|
402 | 416 | js-tokens "^4.0.0"
|
403 | 417 | picocolors "^1.0.0"
|
404 | 418 |
|
| 419 | +"@babel/highlight@^7.24.2": |
| 420 | + version "7.25.9" |
| 421 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" |
| 422 | + integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== |
| 423 | + dependencies: |
| 424 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 425 | + chalk "^2.4.2" |
| 426 | + js-tokens "^4.0.0" |
| 427 | + picocolors "^1.0.0" |
| 428 | + |
405 | 429 | "@babel/highlight@^7.25.7":
|
406 | 430 | version "7.25.7"
|
407 | 431 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
|
|
2896 | 2920 | "@types/istanbul-lib-report" "*"
|
2897 | 2921 |
|
2898 | 2922 | "@types/jest@^29.2.1":
|
2899 |
| - version "29.5.12" |
2900 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544" |
2901 |
| - integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw== |
| 2923 | + version "29.5.14" |
| 2924 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5" |
| 2925 | + integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ== |
2902 | 2926 | dependencies:
|
2903 | 2927 | expect "^29.0.0"
|
2904 | 2928 | pretty-format "^29.0.0"
|
|
2923 | 2947 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
|
2924 | 2948 |
|
2925 | 2949 | "@types/node@*":
|
2926 |
| - version "20.12.12" |
2927 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050" |
2928 |
| - integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw== |
| 2950 | + version "22.12.0" |
| 2951 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c" |
| 2952 | + integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA== |
2929 | 2953 | dependencies:
|
2930 |
| - undici-types "~5.26.4" |
| 2954 | + undici-types "~6.20.0" |
2931 | 2955 |
|
2932 | 2956 | "@types/prop-types@*":
|
2933 | 2957 | version "15.7.12"
|
|
2977 | 3001 | "@types/yargs-parser" "*"
|
2978 | 3002 |
|
2979 | 3003 | "@types/yargs@^17.0.8":
|
2980 |
| - version "17.0.32" |
2981 |
| - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229" |
2982 |
| - integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog== |
| 3004 | + version "17.0.33" |
| 3005 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d" |
| 3006 | + integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA== |
2983 | 3007 | dependencies:
|
2984 | 3008 | "@types/yargs-parser" "*"
|
2985 | 3009 |
|
@@ -3680,12 +3704,12 @@ brace-expansion@^1.1.7:
|
3680 | 3704 | balanced-match "^1.0.0"
|
3681 | 3705 | concat-map "0.0.1"
|
3682 | 3706 |
|
3683 |
| -braces@^3.0.2: |
3684 |
| - version "3.0.2" |
3685 |
| - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" |
3686 |
| - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
| 3707 | +braces@^3.0.2, braces@^3.0.3: |
| 3708 | + version "3.0.3" |
| 3709 | + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
| 3710 | + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== |
3687 | 3711 | dependencies:
|
3688 |
| - fill-range "^7.0.1" |
| 3712 | + fill-range "^7.1.1" |
3689 | 3713 |
|
3690 | 3714 | browserslist@^4.22.2, browserslist@^4.23.3, browserslist@^4.24.0:
|
3691 | 3715 | version "4.24.0"
|
@@ -5303,10 +5327,10 @@ file-entry-cache@^8.0.0:
|
5303 | 5327 | dependencies:
|
5304 | 5328 | flat-cache "^4.0.0"
|
5305 | 5329 |
|
5306 |
| -fill-range@^7.0.1: |
5307 |
| - version "7.0.1" |
5308 |
| - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" |
5309 |
| - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== |
| 5330 | +fill-range@^7.1.1: |
| 5331 | + version "7.1.1" |
| 5332 | + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" |
| 5333 | + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== |
5310 | 5334 | dependencies:
|
5311 | 5335 | to-regex-range "^5.0.1"
|
5312 | 5336 |
|
|
7436 | 7460 | ws "^7.5.1"
|
7437 | 7461 | yargs "^17.6.2"
|
7438 | 7462 |
|
7439 |
| -micromatch@^4.0.2, micromatch@^4.0.4: |
| 7463 | +micromatch@^4.0.2: |
7440 | 7464 | version "4.0.5"
|
7441 | 7465 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
|
7442 | 7466 | integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
|
7443 | 7467 | dependencies:
|
7444 | 7468 | braces "^3.0.2"
|
7445 | 7469 | picomatch "^2.3.1"
|
7446 | 7470 |
|
| 7471 | +micromatch@^4.0.4: |
| 7472 | + version "4.0.8" |
| 7473 | + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" |
| 7474 | + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== |
| 7475 | + dependencies: |
| 7476 | + braces "^3.0.3" |
| 7477 | + picomatch "^2.3.1" |
| 7478 | + |
7447 | 7479 | [email protected], "mime-db@>= 1.43.0 < 2":
|
7448 | 7480 | version "1.52.0"
|
7449 | 7481 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
|
@@ -8082,7 +8114,12 @@ path-type@^4.0.0:
|
8082 | 8114 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
8083 | 8115 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
8084 | 8116 |
|
8085 |
| -picocolors@^1.0.0, picocolors@^1.1.0: |
| 8117 | +picocolors@^1.0.0: |
| 8118 | + version "1.1.1" |
| 8119 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 8120 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 8121 | + |
| 8122 | +picocolors@^1.1.0: |
8086 | 8123 | version "1.1.0"
|
8087 | 8124 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
|
8088 | 8125 | integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
|
@@ -9865,10 +9902,10 @@ unbox-primitive@^1.0.2:
|
9865 | 9902 | has-symbols "^1.0.3"
|
9866 | 9903 | which-boxed-primitive "^1.0.2"
|
9867 | 9904 |
|
9868 |
| -undici-types@~5.26.4: |
9869 |
| - version "5.26.5" |
9870 |
| - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" |
9871 |
| - integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== |
| 9905 | +undici-types@~6.20.0: |
| 9906 | + version "6.20.0" |
| 9907 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" |
| 9908 | + integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== |
9872 | 9909 |
|
9873 | 9910 | unicode-canonical-property-names-ecmascript@^2.0.0:
|
9874 | 9911 | version "2.0.1"
|
|
0 commit comments