|
926 | 926 | core-js-pure "^3.0.0"
|
927 | 927 | regenerator-runtime "^0.13.2"
|
928 | 928 |
|
929 |
| -"@babel/runtime@^7.1.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4": |
| 929 | +"@babel/runtime@^7.1.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": |
930 | 930 | version "7.26.0"
|
931 | 931 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
|
932 | 932 | integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
|
@@ -3062,12 +3062,17 @@ highlight.js@*:
|
3062 | 3062 | resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.11.1.tgz#fca06fa0e5aeecf6c4d437239135fabc15213585"
|
3063 | 3063 | integrity sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==
|
3064 | 3064 |
|
3065 |
| -history@*: |
3066 |
| - version "5.3.0" |
3067 |
| - resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b" |
3068 |
| - integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ== |
| 3065 | +history@^4.10.1: |
| 3066 | + version "4.10.1" |
| 3067 | + resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" |
| 3068 | + integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== |
3069 | 3069 | dependencies:
|
3070 |
| - "@babel/runtime" "^7.7.6" |
| 3070 | + "@babel/runtime" "^7.1.2" |
| 3071 | + loose-envify "^1.2.0" |
| 3072 | + resolve-pathname "^3.0.0" |
| 3073 | + tiny-invariant "^1.0.2" |
| 3074 | + tiny-warning "^1.0.0" |
| 3075 | + value-equal "^1.0.1" |
3071 | 3076 |
|
3072 | 3077 | homedir-polyfill@^1.0.1:
|
3073 | 3078 | version "1.0.3"
|
@@ -3679,7 +3684,7 @@ long@^5.0.0:
|
3679 | 3684 | resolved "https://registry.yarnpkg.com/long/-/long-5.2.4.tgz#ee651d5c7c25901cfca5e67220ae9911695e99b2"
|
3680 | 3685 | integrity sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==
|
3681 | 3686 |
|
3682 |
| -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: |
| 3687 | +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.4.0: |
3683 | 3688 | version "1.4.0"
|
3684 | 3689 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
3685 | 3690 | integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
@@ -4770,6 +4775,11 @@ resolve-from@^4.0.0:
|
4770 | 4775 | resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
4771 | 4776 | integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
|
4772 | 4777 |
|
| 4778 | +resolve-pathname@^3.0.0: |
| 4779 | + version "3.0.0" |
| 4780 | + resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd" |
| 4781 | + integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== |
| 4782 | + |
4773 | 4783 | resolve@^1.12.0, resolve@^1.14.2:
|
4774 | 4784 | version "1.22.10"
|
4775 | 4785 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39"
|
@@ -5314,6 +5324,16 @@ thunky@^1.0.2:
|
5314 | 5324 | resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
|
5315 | 5325 | integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
|
5316 | 5326 |
|
| 5327 | +tiny-invariant@^1.0.2: |
| 5328 | + version "1.3.3" |
| 5329 | + resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127" |
| 5330 | + integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg== |
| 5331 | + |
| 5332 | +tiny-warning@^1.0.0: |
| 5333 | + version "1.0.3" |
| 5334 | + resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" |
| 5335 | + integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== |
| 5336 | + |
5317 | 5337 | tlhunter-sorted-set@^0.1.0:
|
5318 | 5338 | version "0.1.0"
|
5319 | 5339 | resolved "https://registry.yarnpkg.com/tlhunter-sorted-set/-/tlhunter-sorted-set-0.1.0.tgz#1c3eae28c0fa4dff97e9501d2e3c204b86406f4b"
|
@@ -5501,6 +5521,11 @@ v8flags@^3.1.1:
|
5501 | 5521 | dependencies:
|
5502 | 5522 | homedir-polyfill "^1.0.1"
|
5503 | 5523 |
|
| 5524 | +value-equal@^1.0.1: |
| 5525 | + version "1.0.1" |
| 5526 | + resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c" |
| 5527 | + integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== |
| 5528 | + |
5504 | 5529 | vary@~1.1.2:
|
5505 | 5530 | version "1.1.2"
|
5506 | 5531 | resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
|
0 commit comments