|
1917 | 1917 | resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" |
1918 | 1918 | integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== |
1919 | 1919 |
|
1920 | | - |
1921 | | - version "1.9.1" |
1922 | | - resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.9.1.tgz#f8c61fb19dbec510fa27f892c441d99b53093e49" |
1923 | | - integrity sha512-EmUful2MQtY8KgCF1OkBtOuMcvaZEvmdubhW0UHCGXi21O9dRLeADVCj+k6ZS+de7Mz9d2qixOXJ+GLhcK3pXg== |
| 1920 | + |
| 1921 | + version "1.10.3" |
| 1922 | + resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.10.3.tgz#f01763b36f08ad3d2ef46cea7e61858d9d9947d6" |
| 1923 | + integrity sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg== |
| 1924 | + dependencies: |
| 1925 | + "@types/hast" "^3.0.4" |
1924 | 1926 |
|
1925 | 1927 | "@sinclair/typebox@^0.24.1": |
1926 | 1928 | version "0.24.51" |
|
2058 | 2060 | dependencies: |
2059 | 2061 | "@types/node" "*" |
2060 | 2062 |
|
| 2063 | +"@types/hast@^3.0.4": |
| 2064 | + version "3.0.4" |
| 2065 | + resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa" |
| 2066 | + integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ== |
| 2067 | + dependencies: |
| 2068 | + "@types/unist" "*" |
| 2069 | + |
2061 | 2070 | "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": |
2062 | 2071 | version "2.0.6" |
2063 | 2072 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7" |
|
2153 | 2162 | resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304" |
2154 | 2163 | integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== |
2155 | 2164 |
|
| 2165 | +"@types/unist@*": |
| 2166 | + version "3.0.2" |
| 2167 | + resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20" |
| 2168 | + integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ== |
| 2169 | + |
2156 | 2170 | "@types/uuid@10": |
2157 | 2171 | version "10.0.0" |
2158 | 2172 | resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d" |
@@ -5266,7 +5280,7 @@ minimatch@^9.0.1: |
5266 | 5280 | dependencies: |
5267 | 5281 | brace-expansion "^2.0.1" |
5268 | 5282 |
|
5269 | | -minimatch@^9.0.4: |
| 5283 | +minimatch@^9.0.4, minimatch@^9.0.5: |
5270 | 5284 | version "9.0.5" |
5271 | 5285 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
5272 | 5286 | integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
@@ -6023,12 +6037,13 @@ shell-quote-word@^1.0.1: |
6023 | 6037 | resolved "https://registry.yarnpkg.com/shell-quote-word/-/shell-quote-word-1.0.1.tgz#e2bdfd22d599fd68886491677e38f560f9d469c9" |
6024 | 6038 | integrity sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg== |
6025 | 6039 |
|
6026 | | -shiki@^1.9.0: |
6027 | | - version "1.9.1" |
6028 | | - resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.9.1.tgz#9d9f553b06e70a9e71b5457622d6f4a5aaf1db27" |
6029 | | - integrity sha512-8PDkgb5ja3nfujTjvC4VytL6wGOGCtFAClUb2r3QROevYXxcq+/shVJK5s6gy0HZnjaJgFxd6BpPqpRfqne5rA== |
| 6040 | +shiki@^1.9.1: |
| 6041 | + version "1.10.3" |
| 6042 | + resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.10.3.tgz#2276fb21a07043b28c5b16001e6a04fef99dbb8f" |
| 6043 | + integrity sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ== |
6030 | 6044 | dependencies: |
6031 | | - "@shikijs/core" "1.9.1" |
| 6045 | + "@shikijs/core" "1.10.3" |
| 6046 | + "@types/hast" "^3.0.4" |
6032 | 6047 |
|
6033 | 6048 | side-channel@^1.0.4: |
6034 | 6049 | version "1.0.4" |
@@ -6546,24 +6561,24 @@ typedoc-plugin-coverage@^3.0.0: |
6546 | 6561 | integrity sha512-wpywQ95tqGSD6IbYUPMXSKiwnSWboSKdx2y9X6SJQKzQvBqZoz5iiUyDJFixtW8v7+xmrqXFR/B6Wy37FNhVqA== |
6547 | 6562 |
|
6548 | 6563 | typedoc-plugin-mdn-links@^3.0.3: |
6549 | | - version "3.2.1" |
6550 | | - resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.1.tgz#7388fb62b034d3d1df5bb2c8296683139d4a19f2" |
6551 | | - integrity sha512-l76VJKKhOxCYXnb16aV6nAQG5JCsuStqviNFmgzhS9dW73nqm3/1MO9497+0KlDTOPO3o+R2uVXq87d2cDy/hg== |
| 6564 | + version "3.2.3" |
| 6565 | + resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.3.tgz#0e54c2583f0736e0d2956ec912efb69a73ad414d" |
| 6566 | + integrity sha512-hz22UgFuzdtgpBXet2dxKf9d2HVixL2VcE9Ke1+X1Nu8W8jSGIB2awIA6HFVsD0vk1OLe3ehU0ibyD5sN7wh4w== |
6552 | 6567 |
|
6553 | 6568 | typedoc-plugin-missing-exports@^3.0.0: |
6554 | 6569 | version "3.0.0" |
6555 | 6570 | resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.0.tgz#47ab7cf9b91967f50550b7f07549ed1b743f3726" |
6556 | 6571 | integrity sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg== |
6557 | 6572 |
|
6558 | 6573 | typedoc@^0.26.0: |
6559 | | - version "0.26.2" |
6560 | | - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.26.2.tgz#f9538e6e9a081fda1f2416d0ee0d7dfab480cbec" |
6561 | | - integrity sha512-q/t+M+PZqhN9gPWLBZ3CCvP+KT8O1tyYkSzEYbcQ6mo89avdIrMlBEl3vfo5BgSzwC6Lbmq0W64E8RkY+eVsLA== |
| 6574 | + version "0.26.3" |
| 6575 | + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.26.3.tgz#723b2c4ca5dd1d9baf43d6a5a1f4d640ba4207a8" |
| 6576 | + integrity sha512-6d2Sw9disvvpdk4K7VNjKr5/3hzijtfQVHRthhDqJgnhMHy1wQz4yPMJVKXElvnZhFr0nkzo+GzjXDTRV5yLpg== |
6562 | 6577 | dependencies: |
6563 | 6578 | lunr "^2.3.9" |
6564 | 6579 | markdown-it "^14.1.0" |
6565 | | - minimatch "^9.0.4" |
6566 | | - shiki "^1.9.0" |
| 6580 | + minimatch "^9.0.5" |
| 6581 | + shiki "^1.9.1" |
6567 | 6582 | yaml "^2.4.5" |
6568 | 6583 |
|
6569 | 6584 | typescript@^5.3.3: |
|
0 commit comments