|
2279 | 2279 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== |
2280 | 2280 |
|
2281 | 2281 | "@babel/runtime-corejs3@7.20.13", "@babel/runtime-corejs3@^7.14.0", "@babel/runtime-corejs3@^7.15.4", "@babel/runtime-corejs3@^7.17.2", "@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.22.15", "@babel/runtime-corejs3@^7.23.1", "@babel/runtime-corejs3@^7.24.1", "@babel/runtime-corejs3@^7.26.10": |
2282 | | - version "7.28.4" |
2283 | | - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz#c25be39c7997ce2f130d70b9baecb8ed94df93fa" |
2284 | | - integrity sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ== |
| 2282 | + version "7.29.0" |
| 2283 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.29.0.tgz#56cd28ec515364482afeb880b476936a702461b9" |
| 2284 | + integrity sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA== |
2285 | 2285 | dependencies: |
2286 | | - core-js-pure "^3.43.0" |
| 2286 | + core-js-pure "^3.48.0" |
2287 | 2287 |
|
2288 | 2288 | "@babel/runtime@7.14.8", "@babel/runtime@7.15.4", "@babel/runtime@7.19.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.18.3", "@babel/runtime@^7.25.6", "@babel/runtime@^7.26.10", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
2289 | | - version "7.28.4" |
2290 | | - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" |
2291 | | - integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== |
| 2289 | + version "7.28.6" |
| 2290 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b" |
| 2291 | + integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA== |
2292 | 2292 |
|
2293 | 2293 | "@babel/template@^7.22.15": |
2294 | 2294 | version "7.22.15" |
@@ -5609,6 +5609,11 @@ balanced-match@^1.0.0: |
5609 | 5609 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" |
5610 | 5610 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== |
5611 | 5611 |
|
| 5612 | +balanced-match@^4.0.2: |
| 5613 | + version "4.0.4" |
| 5614 | + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a" |
| 5615 | + integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA== |
| 5616 | + |
5612 | 5617 | bare-events@^2.2.0: |
5613 | 5618 | version "2.4.2" |
5614 | 5619 | resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.4.2.tgz#3140cca7a0e11d49b3edc5041ab560659fd8e1f8" |
@@ -5896,6 +5901,13 @@ brace-expansion@^2.0.1: |
5896 | 5901 | dependencies: |
5897 | 5902 | balanced-match "^1.0.0" |
5898 | 5903 |
|
| 5904 | +brace-expansion@^5.0.2: |
| 5905 | + version "5.0.3" |
| 5906 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef" |
| 5907 | + integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA== |
| 5908 | + dependencies: |
| 5909 | + balanced-match "^4.0.2" |
| 5910 | + |
5899 | 5911 | braces@^3.0.3, braces@~3.0.2: |
5900 | 5912 | version "3.0.3" |
5901 | 5913 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
@@ -6625,10 +6637,10 @@ core-js-compat@^3.37.1, core-js-compat@^3.38.0, core-js-compat@^3.38.1: |
6625 | 6637 | dependencies: |
6626 | 6638 | browserslist "^4.23.3" |
6627 | 6639 |
|
6628 | | -core-js-pure@^3.43.0: |
6629 | | - version "3.45.1" |
6630 | | - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.45.1.tgz#b129d86a5f7f8380378577c7eaee83608570a05a" |
6631 | | - integrity sha512-OHnWFKgTUshEU8MK+lOs1H8kC8GkTi9Z1tvNkxrCcw9wl3MJIO7q2ld77wjWn4/xuGrVu2X+nME1iIIPBSdyEQ== |
| 6640 | +core-js-pure@^3.48.0: |
| 6641 | + version "3.48.0" |
| 6642 | + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.48.0.tgz#7d5a3fe1ec3631b9aa76a81c843ac2ce918e5023" |
| 6643 | + integrity sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw== |
6632 | 6644 |
|
6633 | 6645 | core-js@3.15.2: |
6634 | 6646 | version "3.15.2" |
@@ -7075,7 +7087,7 @@ depcheck@^1.4.7: |
7075 | 7087 | semver "^7.5.4" |
7076 | 7088 | yargs "^16.2.0" |
7077 | 7089 |
|
7078 | | -depd@2.0.0: |
| 7090 | +depd@2.0.0, depd@~2.0.0: |
7079 | 7091 | version "2.0.0" |
7080 | 7092 | resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" |
7081 | 7093 | integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== |
@@ -8446,10 +8458,10 @@ forwarded@0.2.0: |
8446 | 8458 | resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" |
8447 | 8459 | integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== |
8448 | 8460 |
|
8449 | | -fresh@0.5.2, fresh@^0.5.2: |
| 8461 | +fresh@0.5.2, fresh@^0.5.2, fresh@~0.5.2: |
8450 | 8462 | version "0.5.2" |
8451 | 8463 | resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" |
8452 | | - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= |
| 8464 | + integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== |
8453 | 8465 |
|
8454 | 8466 | fromentries@^1.2.0: |
8455 | 8467 | version "1.3.1" |
@@ -9168,6 +9180,17 @@ http-errors@~1.6.2: |
9168 | 9180 | setprototypeof "1.1.0" |
9169 | 9181 | statuses ">= 1.4.0 < 2" |
9170 | 9182 |
|
| 9183 | +http-errors@~2.0.1: |
| 9184 | + version "2.0.1" |
| 9185 | + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b" |
| 9186 | + integrity sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ== |
| 9187 | + dependencies: |
| 9188 | + depd "~2.0.0" |
| 9189 | + inherits "~2.0.4" |
| 9190 | + setprototypeof "~1.2.0" |
| 9191 | + statuses "~2.0.2" |
| 9192 | + toidentifier "~1.0.1" |
| 9193 | + |
9171 | 9194 | http-parser-js@>=0.5.1: |
9172 | 9195 | version "0.5.8" |
9173 | 9196 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3" |
@@ -11114,12 +11137,12 @@ minimatch@^7.4.3, minimatch@^7.4.6: |
11114 | 11137 | dependencies: |
11115 | 11138 | brace-expansion "^2.0.1" |
11116 | 11139 |
|
11117 | | -minimatch@^9.0.4, minimatch@^9.0.5: |
11118 | | - version "9.0.5" |
11119 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
11120 | | - integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 11140 | +minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.6: |
| 11141 | + version "9.0.6" |
| 11142 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.6.tgz#a7e3bccfcb3d78ec1bf8d51c9ba749080237a5c8" |
| 11143 | + integrity sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ== |
11121 | 11144 | dependencies: |
11122 | | - brace-expansion "^2.0.1" |
| 11145 | + brace-expansion "^5.0.2" |
11123 | 11146 |
|
11124 | 11147 | minimatch@~3.0.2, minimatch@~3.0.3: |
11125 | 11148 | version "3.0.8" |
@@ -11824,7 +11847,7 @@ on-exit-leak-free@^2.1.0: |
11824 | 11847 | resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz#fed195c9ebddb7d9e4c3842f93f281ac8dadd3b8" |
11825 | 11848 | integrity sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA== |
11826 | 11849 |
|
11827 | | -on-finished@2.4.1, on-finished@^2.4.1: |
| 11850 | +on-finished@2.4.1, on-finished@^2.4.1, on-finished@~2.4.1: |
11828 | 11851 | version "2.4.1" |
11829 | 11852 | resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" |
11830 | 11853 | integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== |
@@ -13459,23 +13482,23 @@ send@0.19.0: |
13459 | 13482 | statuses "2.0.1" |
13460 | 13483 |
|
13461 | 13484 | send@^0.18.0, send@^0.19.0: |
13462 | | - version "0.19.1" |
13463 | | - resolved "https://registry.yarnpkg.com/send/-/send-0.19.1.tgz#1c2563b2ee4fe510b806b21ec46f355005a369f9" |
13464 | | - integrity sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg== |
| 13485 | + version "0.19.2" |
| 13486 | + resolved "https://registry.yarnpkg.com/send/-/send-0.19.2.tgz#59bc0da1b4ea7ad42736fd642b1c4294e114ff29" |
| 13487 | + integrity sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg== |
13465 | 13488 | dependencies: |
13466 | 13489 | debug "2.6.9" |
13467 | 13490 | depd "2.0.0" |
13468 | 13491 | destroy "1.2.0" |
13469 | 13492 | encodeurl "~2.0.0" |
13470 | 13493 | escape-html "~1.0.3" |
13471 | 13494 | etag "~1.8.1" |
13472 | | - fresh "0.5.2" |
13473 | | - http-errors "2.0.0" |
| 13495 | + fresh "~0.5.2" |
| 13496 | + http-errors "~2.0.1" |
13474 | 13497 | mime "1.6.0" |
13475 | 13498 | ms "2.1.3" |
13476 | | - on-finished "2.4.1" |
| 13499 | + on-finished "~2.4.1" |
13477 | 13500 | range-parser "~1.2.1" |
13478 | | - statuses "2.0.1" |
| 13501 | + statuses "~2.0.2" |
13479 | 13502 |
|
13480 | 13503 | serialize-javascript@6.0.0, serialize-javascript@^6.0.1, serialize-javascript@^6.0.2: |
13481 | 13504 | version "6.0.2" |
@@ -13544,7 +13567,7 @@ setprototypeof@1.1.0: |
13544 | 13567 | resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" |
13545 | 13568 | integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== |
13546 | 13569 |
|
13547 | | -setprototypeof@1.2.0: |
| 13570 | +setprototypeof@1.2.0, setprototypeof@~1.2.0: |
13548 | 13571 | version "1.2.0" |
13549 | 13572 | resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" |
13550 | 13573 | integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== |
@@ -13977,6 +14000,11 @@ statuses@2.0.1: |
13977 | 14000 | resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" |
13978 | 14001 | integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== |
13979 | 14002 |
|
| 14003 | +statuses@~2.0.2: |
| 14004 | + version "2.0.2" |
| 14005 | + resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382" |
| 14006 | + integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw== |
| 14007 | + |
13980 | 14008 | stop-iteration-iterator@^1.0.0: |
13981 | 14009 | version "1.0.0" |
13982 | 14010 | resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4" |
@@ -14522,7 +14550,7 @@ to-through@^3.0.0: |
14522 | 14550 | dependencies: |
14523 | 14551 | streamx "^2.12.5" |
14524 | 14552 |
|
14525 | | -toidentifier@1.0.1: |
| 14553 | +toidentifier@1.0.1, toidentifier@~1.0.1: |
14526 | 14554 | version "1.0.1" |
14527 | 14555 | resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" |
14528 | 14556 | integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== |
|
0 commit comments