-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
156 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,18 @@ | |
dependencies: | ||
"@astro-community/astro-embed-utils" "^0.1.0" | ||
|
||
"@astro-community/astro-embed-integration@^0.7.2": | ||
version "0.7.2" | ||
resolved "https://registry.yarnpkg.com/@astro-community/astro-embed-integration/-/astro-embed-integration-0.7.2.tgz#dbe016e22369d8dd392a694855cabbf925da0798" | ||
integrity sha512-R5eyiA01pj400skp6sJY4t01oXtTY+Huv2uR4eWUagaPgOOadu135+UkPXo38+LgZ5voYzZkaGwfTaZj4R0AFg== | ||
"@astro-community/astro-embed-bluesky@^0.1.0": | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/@astro-community/astro-embed-bluesky/-/astro-embed-bluesky-0.1.1.tgz#6f3fa184a468129d7c25dcf1743ec26bac0b29b2" | ||
integrity sha512-IOm05SUyEFtXCXpeIxbTp1650s6Q46eXs4n2CBCCDvuRYtmHBGUqwPwoFOD3sO9zg+lTfFY/Va9Le8o8Wp22NQ== | ||
dependencies: | ||
"@atproto/api" "^0.13.14" | ||
ts-pattern "^5.5.0" | ||
|
||
"@astro-community/astro-embed-integration@^0.8.0": | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/@astro-community/astro-embed-integration/-/astro-embed-integration-0.8.0.tgz#652698df2276a5b6b177701d4778b5896dc06e0b" | ||
integrity sha512-WnBBikazuFDSslsYjJ5xGeQexMWYdGqpxpiHl0IiBJ9A51MYwDlBoHAtnXU8a5jkidneN8+BD/vLW5uFWf157A== | ||
dependencies: | ||
"@astro-community/astro-embed-link-preview" "^0.2.0" | ||
"@astro-community/astro-embed-twitter" "^0.5.5" | ||
|
@@ -239,6 +247,54 @@ | |
dependencies: | ||
yaml "^2.5.0" | ||
|
||
"@atproto/api@^0.13.14": | ||
version "0.13.15" | ||
resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.13.15.tgz#7d6f49e05cf437ef67a98f754956df42d9f3b3f8" | ||
integrity sha512-zC8KH+Spcr2HE6vD4hddP5rZpWrGUTWvL8hQmUxa/sAnlsjoFyv/Oja8ZHGXoDsAl6ie5Gd77cPNxaxWH/yIBQ== | ||
dependencies: | ||
"@atproto/common-web" "^0.3.1" | ||
"@atproto/lexicon" "^0.4.2" | ||
"@atproto/syntax" "^0.3.0" | ||
"@atproto/xrpc" "^0.6.3" | ||
await-lock "^2.2.2" | ||
multiformats "^9.9.0" | ||
tlds "^1.234.0" | ||
zod "^3.23.8" | ||
|
||
"@atproto/common-web@^0.3.1": | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/@atproto/common-web/-/common-web-0.3.1.tgz#86f8efb10a4b9073839cee914c6c08a664917cc4" | ||
integrity sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q== | ||
dependencies: | ||
graphemer "^1.4.0" | ||
multiformats "^9.9.0" | ||
uint8arrays "3.0.0" | ||
zod "^3.23.8" | ||
|
||
"@atproto/lexicon@^0.4.2": | ||
version "0.4.2" | ||
resolved "https://registry.yarnpkg.com/@atproto/lexicon/-/lexicon-0.4.2.tgz#fcc92cdb82ae248b034b172763d6dbadfb00a829" | ||
integrity sha512-CXoOkhcdF3XVUnR2oNgCs2ljWfo/8zUjxL5RIhJW/UNLp/FSl+KpF8Jm5fbk8Y/XXVPGRAsv9OYfxyU/14N/pw== | ||
dependencies: | ||
"@atproto/common-web" "^0.3.1" | ||
"@atproto/syntax" "^0.3.0" | ||
iso-datestring-validator "^2.2.2" | ||
multiformats "^9.9.0" | ||
zod "^3.23.8" | ||
|
||
"@atproto/syntax@^0.3.0": | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/@atproto/syntax/-/syntax-0.3.0.tgz#fafa2dbea9add37253005cb663e7373e05e618b3" | ||
integrity sha512-Weq0ZBxffGHDXHl9U7BQc2BFJi/e23AL+k+i5+D9hUq/bzT4yjGsrCejkjq0xt82xXDjmhhvQSZ0LqxyZ5woxA== | ||
|
||
"@atproto/xrpc@^0.6.3": | ||
version "0.6.3" | ||
resolved "https://registry.yarnpkg.com/@atproto/xrpc/-/xrpc-0.6.3.tgz#5942fc24644ad182b913af526efaa06a43d89478" | ||
integrity sha512-S3tRvOdA9amPkKLll3rc4vphlDitLrkN5TwWh5Tu/jzk7mnobVVE3akYgICV9XCNHKjWM+IAPxFFI2qi+VW6nQ== | ||
dependencies: | ||
"@atproto/lexicon" "^0.4.2" | ||
zod "^3.23.8" | ||
|
||
"@babel/code-frame@^7.21.4", "@babel/code-frame@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" | ||
|
@@ -1531,39 +1587,39 @@ | |
dependencies: | ||
"@types/node" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@^8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d" | ||
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg== | ||
"@typescript-eslint/eslint-plugin@^8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz#7dc0e419c87beadc8f554bf5a42e5009ed3748dc" | ||
integrity sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/type-utils" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
"@typescript-eslint/scope-manager" "8.14.0" | ||
"@typescript-eslint/type-utils" "8.14.0" | ||
"@typescript-eslint/utils" "8.14.0" | ||
"@typescript-eslint/visitor-keys" "8.14.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/parser@^8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29" | ||
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ== | ||
"@typescript-eslint/parser@^8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8" | ||
integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
"@typescript-eslint/scope-manager" "8.14.0" | ||
"@typescript-eslint/types" "8.14.0" | ||
"@typescript-eslint/typescript-estree" "8.14.0" | ||
"@typescript-eslint/visitor-keys" "8.14.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/scope-manager@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e" | ||
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA== | ||
"@typescript-eslint/scope-manager@8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373" | ||
integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw== | ||
dependencies: | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
"@typescript-eslint/types" "8.14.0" | ||
"@typescript-eslint/visitor-keys" "8.14.0" | ||
|
||
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0": | ||
version "8.7.0" | ||
|
@@ -1573,33 +1629,33 @@ | |
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
|
||
"@typescript-eslint/type-utils@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd" | ||
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA== | ||
"@typescript-eslint/type-utils@8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz#455c6af30c336b24a1af28bc4f81b8dd5d74d94d" | ||
integrity sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.14.0" | ||
"@typescript-eslint/utils" "8.14.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/types@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8" | ||
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng== | ||
"@typescript-eslint/types@8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021" | ||
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g== | ||
|
||
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.0.0 || ^8.0.0", "@typescript-eslint/types@^7.7.1 || ^8": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19" | ||
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w== | ||
|
||
"@typescript-eslint/typescript-estree@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95" | ||
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g== | ||
"@typescript-eslint/typescript-estree@8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312" | ||
integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ== | ||
dependencies: | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
"@typescript-eslint/types" "8.14.0" | ||
"@typescript-eslint/visitor-keys" "8.14.0" | ||
debug "^4.3.4" | ||
fast-glob "^3.3.2" | ||
is-glob "^4.0.3" | ||
|
@@ -1621,22 +1677,22 @@ | |
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/utils@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0" | ||
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ== | ||
"@typescript-eslint/utils@8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.14.0.tgz#ac2506875e03aba24e602364e43b2dfa45529dbd" | ||
integrity sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/scope-manager" "8.14.0" | ||
"@typescript-eslint/types" "8.14.0" | ||
"@typescript-eslint/typescript-estree" "8.14.0" | ||
|
||
"@typescript-eslint/visitor-keys@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b" | ||
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw== | ||
"@typescript-eslint/visitor-keys@8.14.0": | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad" | ||
integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ== | ||
dependencies: | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/types" "8.14.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
"@typescript-eslint/[email protected]": | ||
|
@@ -1898,13 +1954,14 @@ astro-auto-import@^0.4.2: | |
"@types/node" "^18.0.0" | ||
acorn "^8.8.0" | ||
|
||
astro-embed@^0.8.0: | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/astro-embed/-/astro-embed-0.8.0.tgz#8bc59b7fb9d300d28520c54de0c82023edd51d29" | ||
integrity sha512-zG7SjRKo2TT4LsZLQfttf+Yb9OJ2oty+/qj7SZ9RPPAo0olfbWgoXkAdrDHBJyvVMss9GCgCunIp/kqQ32t9ZA== | ||
astro-embed@^0.9.0: | ||
version "0.9.0" | ||
resolved "https://registry.yarnpkg.com/astro-embed/-/astro-embed-0.9.0.tgz#a81a35fec194d07d45960fe320fd5bd41020686f" | ||
integrity sha512-koBCZH8n1q7tyXW+s11mdwb5dFsv9kG8uMuF17CUIVFJWqwRxx7YCpa9o2P9PuPeWffsrwmdVJTl65kLLP2Uug== | ||
dependencies: | ||
"@astro-community/astro-embed-baseline-status" "^0.1.0" | ||
"@astro-community/astro-embed-integration" "^0.7.2" | ||
"@astro-community/astro-embed-bluesky" "^0.1.0" | ||
"@astro-community/astro-embed-integration" "^0.8.0" | ||
"@astro-community/astro-embed-link-preview" "^0.2.2" | ||
"@astro-community/astro-embed-twitter" "^0.5.6" | ||
"@astro-community/astro-embed-vimeo" "^0.3.10" | ||
|
@@ -1961,10 +2018,10 @@ astro-social-share@^2.0.2: | |
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.0.2.tgz#81497f8e8bc072934a4e0a96ebeff7607c7ce3fd" | ||
integrity sha512-bPeZUOzOTuXIJjVYmRrnsP8bK+qv3aviey+F8tFgG30rR1npc4SkyOb05hsp2BLuDci9kbuoHFW6Vr3L4ozjSw== | ||
|
||
astro@^4.16.10: | ||
version "4.16.10" | ||
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.10.tgz#8495947d6e405104f312ee06643a44078c22fc0c" | ||
integrity sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ== | ||
astro@^4.16.12: | ||
version "4.16.12" | ||
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.12.tgz#884177fd8a2bd6dac80ac55147534df7a6cb253b" | ||
integrity sha512-NnFeIKhGW6MdXCQT2hRariUwfxqJUIRs6qKqaovaQkTojzxh2r1L8C49qanKc+huH9wK2C94VZB2T/tosyRl1A== | ||
dependencies: | ||
"@astrojs/compiler" "^2.10.3" | ||
"@astrojs/internal-helpers" "0.4.1" | ||
|
@@ -2055,6 +2112,11 @@ autoprefixer@^10.4.20: | |
picocolors "^1.0.1" | ||
postcss-value-parser "^4.2.0" | ||
|
||
await-lock@^2.2.2: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/await-lock/-/await-lock-2.2.2.tgz#a95a9b269bfd2f69d22b17a321686f551152bcef" | ||
integrity sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw== | ||
|
||
axios@^1.7.7: | ||
version "1.7.7" | ||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f" | ||
|
@@ -4131,6 +4193,11 @@ isexe@^3.1.1: | |
resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d" | ||
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== | ||
|
||
iso-datestring-validator@^2.2.2: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz#2daa80d2900b7a954f9f731d42f96ee0c19a6895" | ||
integrity sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA== | ||
|
||
jackspeak@^3.1.2: | ||
version "3.4.3" | ||
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" | ||
|
@@ -5212,6 +5279,11 @@ muggle-string@^0.4.1: | |
resolved "https://registry.yarnpkg.com/muggle-string/-/muggle-string-0.4.1.tgz#3b366bd43b32f809dc20659534dd30e7c8a0d328" | ||
integrity sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ== | ||
|
||
multiformats@^9.4.2, multiformats@^9.9.0: | ||
version "9.9.0" | ||
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.9.0.tgz#c68354e7d21037a8f1f8833c8ccd68618e8f1d37" | ||
integrity sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg== | ||
|
||
mz@^2.7.0: | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" | ||
|
@@ -6910,6 +6982,11 @@ tinyexec@^0.3.1: | |
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98" | ||
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ== | ||
|
||
tlds@^1.234.0: | ||
version "1.255.0" | ||
resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.255.0.tgz#53c2571766c10da95928c716c48dfcf141341e3f" | ||
integrity sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw== | ||
|
||
to-fast-properties@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" | ||
|
@@ -6942,6 +7019,11 @@ ts-interface-checker@^0.1.9: | |
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" | ||
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== | ||
|
||
ts-pattern@^5.5.0: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.5.0.tgz#1f137eb2bd2bc30a030b5583dee022d00fac3415" | ||
integrity sha512-jqbIpTsa/KKTJYWgPNsFNbLVpwCgzXfFJ1ukNn4I8hMwyQzHMJnk/BqWzggB0xpkILuKzaO/aMYhS0SkaJyKXg== | ||
|
||
tsconfck@^3.1.4: | ||
version "3.1.4" | ||
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.4.tgz#de01a15334962e2feb526824339b51be26712229" | ||
|
@@ -7018,6 +7100,13 @@ uhyphen@^0.2.0: | |
resolved "https://registry.yarnpkg.com/uhyphen/-/uhyphen-0.2.0.tgz#8fdf0623314486e020a3c00ee5cc7a12fe722b81" | ||
integrity sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA== | ||
|
||
[email protected]: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/uint8arrays/-/uint8arrays-3.0.0.tgz#260869efb8422418b6f04e3fac73a3908175c63b" | ||
integrity sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA== | ||
dependencies: | ||
multiformats "^9.4.2" | ||
|
||
ultrahtml@^1.2.0, ultrahtml@^1.5.3: | ||
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/ultrahtml/-/ultrahtml-1.5.3.tgz#e7a903a4b28a0e49b71b0801b444050bb0a369c7" | ||
|