Skip to content

Commit 08203c6

Browse files
committed
upgrade
1 parent 918e103 commit 08203c6

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-85
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@astrojs/sitemap": "^3.4.1",
3939
"@astrojs/tailwind": "^5.1.5",
4040
"@fontsource-variable/inter": "^5.2.6",
41-
"astro": "^5.12.0",
41+
"astro": "^5.12.3",
4242
"astro-embed": "^0.9.0",
4343
"astro-expressive-code": "^0.41.3",
4444
"astro-icon": "^1.1.5",
@@ -63,7 +63,7 @@
6363
"sharp": "0.34.3",
6464
"tailwind-clip-path": "^1.0.0",
6565
"tailwind-merge": "^2.6.0",
66-
"zod": "^4.0.5"
66+
"zod": "^4.0.8"
6767
},
6868
"resolutions": {
6969
"**/sharp": "0.34.3"
@@ -78,8 +78,8 @@
7878
"@types/mdast": "^4.0.3",
7979
"@types/react": "^19.1.8",
8080
"@types/react-dom": "^19.1.6",
81-
"@typescript-eslint/eslint-plugin": "^8.37.0",
82-
"@typescript-eslint/parser": "^8.37.0",
81+
"@typescript-eslint/eslint-plugin": "^8.38.0",
82+
"@typescript-eslint/parser": "^8.38.0",
8383
"eslint": "8.57.0",
8484
"eslint-config-prettier": "^10.1.8",
8585
"eslint-mdx": "^3.6.2",
@@ -88,7 +88,7 @@
8888
"eslint-plugin-tailwindcss": "^3.18.2",
8989
"prettier": "^3.6.1",
9090
"prettier-plugin-astro": "^0.14.1",
91-
"satori": "^0.15.2",
91+
"satori": "^0.16.1",
9292
"satori-html": "^0.3.2",
9393
"serve": "^14.2.4",
9494
"tailwindcss": "^3.4.15",

yarn.lock

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,48 +1513,48 @@
15131513
dependencies:
15141514
"@types/node" "*"
15151515

1516-
"@typescript-eslint/eslint-plugin@^8.37.0":
1517-
version "8.37.0"
1518-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70"
1519-
integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==
1516+
"@typescript-eslint/eslint-plugin@^8.38.0":
1517+
version "8.38.0"
1518+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
1519+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
15201520
dependencies:
15211521
"@eslint-community/regexpp" "^4.10.0"
1522-
"@typescript-eslint/scope-manager" "8.37.0"
1523-
"@typescript-eslint/type-utils" "8.37.0"
1524-
"@typescript-eslint/utils" "8.37.0"
1525-
"@typescript-eslint/visitor-keys" "8.37.0"
1522+
"@typescript-eslint/scope-manager" "8.38.0"
1523+
"@typescript-eslint/type-utils" "8.38.0"
1524+
"@typescript-eslint/utils" "8.38.0"
1525+
"@typescript-eslint/visitor-keys" "8.38.0"
15261526
graphemer "^1.4.0"
15271527
ignore "^7.0.0"
15281528
natural-compare "^1.4.0"
15291529
ts-api-utils "^2.1.0"
15301530

1531-
"@typescript-eslint/parser@^8.37.0":
1532-
version "8.37.0"
1533-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
1534-
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
1531+
"@typescript-eslint/parser@^8.38.0":
1532+
version "8.38.0"
1533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
1534+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
15351535
dependencies:
1536-
"@typescript-eslint/scope-manager" "8.37.0"
1537-
"@typescript-eslint/types" "8.37.0"
1538-
"@typescript-eslint/typescript-estree" "8.37.0"
1539-
"@typescript-eslint/visitor-keys" "8.37.0"
1536+
"@typescript-eslint/scope-manager" "8.38.0"
1537+
"@typescript-eslint/types" "8.38.0"
1538+
"@typescript-eslint/typescript-estree" "8.38.0"
1539+
"@typescript-eslint/visitor-keys" "8.38.0"
15401540
debug "^4.3.4"
15411541

1542-
"@typescript-eslint/project-service@8.37.0":
1543-
version "8.37.0"
1544-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
1545-
integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==
1542+
"@typescript-eslint/project-service@8.38.0":
1543+
version "8.38.0"
1544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
1545+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
15461546
dependencies:
1547-
"@typescript-eslint/tsconfig-utils" "^8.37.0"
1548-
"@typescript-eslint/types" "^8.37.0"
1547+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
1548+
"@typescript-eslint/types" "^8.38.0"
15491549
debug "^4.3.4"
15501550

1551-
"@typescript-eslint/scope-manager@8.37.0":
1552-
version "8.37.0"
1553-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
1554-
integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==
1551+
"@typescript-eslint/scope-manager@8.38.0":
1552+
version "8.38.0"
1553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
1554+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
15551555
dependencies:
1556-
"@typescript-eslint/types" "8.37.0"
1557-
"@typescript-eslint/visitor-keys" "8.37.0"
1556+
"@typescript-eslint/types" "8.38.0"
1557+
"@typescript-eslint/visitor-keys" "8.38.0"
15581558

15591559
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
15601560
version "8.36.0"
@@ -1564,19 +1564,19 @@
15641564
"@typescript-eslint/types" "8.36.0"
15651565
"@typescript-eslint/visitor-keys" "8.36.0"
15661566

1567-
"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0":
1568-
version "8.37.0"
1569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
1570-
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
1567+
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
1568+
version "8.38.0"
1569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
1570+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
15711571

1572-
"@typescript-eslint/type-utils@8.37.0":
1573-
version "8.37.0"
1574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
1575-
integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==
1572+
"@typescript-eslint/type-utils@8.38.0":
1573+
version "8.38.0"
1574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
1575+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
15761576
dependencies:
1577-
"@typescript-eslint/types" "8.37.0"
1578-
"@typescript-eslint/typescript-estree" "8.37.0"
1579-
"@typescript-eslint/utils" "8.37.0"
1577+
"@typescript-eslint/types" "8.38.0"
1578+
"@typescript-eslint/typescript-estree" "8.38.0"
1579+
"@typescript-eslint/utils" "8.38.0"
15801580
debug "^4.3.4"
15811581
ts-api-utils "^2.1.0"
15821582

@@ -1585,36 +1585,36 @@
15851585
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
15861586
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
15871587

1588-
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0":
1589-
version "8.37.0"
1590-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
1591-
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
1588+
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
1589+
version "8.38.0"
1590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
1591+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
15921592

1593-
"@typescript-eslint/typescript-estree@8.37.0":
1594-
version "8.37.0"
1595-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
1596-
integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==
1593+
"@typescript-eslint/typescript-estree@8.38.0":
1594+
version "8.38.0"
1595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
1596+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
15971597
dependencies:
1598-
"@typescript-eslint/project-service" "8.37.0"
1599-
"@typescript-eslint/tsconfig-utils" "8.37.0"
1600-
"@typescript-eslint/types" "8.37.0"
1601-
"@typescript-eslint/visitor-keys" "8.37.0"
1598+
"@typescript-eslint/project-service" "8.38.0"
1599+
"@typescript-eslint/tsconfig-utils" "8.38.0"
1600+
"@typescript-eslint/types" "8.38.0"
1601+
"@typescript-eslint/visitor-keys" "8.38.0"
16021602
debug "^4.3.4"
16031603
fast-glob "^3.3.2"
16041604
is-glob "^4.0.3"
16051605
minimatch "^9.0.4"
16061606
semver "^7.6.0"
16071607
ts-api-utils "^2.1.0"
16081608

1609-
"@typescript-eslint/utils@8.37.0":
1610-
version "8.37.0"
1611-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
1612-
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
1609+
"@typescript-eslint/utils@8.38.0":
1610+
version "8.38.0"
1611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
1612+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
16131613
dependencies:
16141614
"@eslint-community/eslint-utils" "^4.7.0"
1615-
"@typescript-eslint/scope-manager" "8.37.0"
1616-
"@typescript-eslint/types" "8.37.0"
1617-
"@typescript-eslint/typescript-estree" "8.37.0"
1615+
"@typescript-eslint/scope-manager" "8.38.0"
1616+
"@typescript-eslint/types" "8.38.0"
1617+
"@typescript-eslint/typescript-estree" "8.38.0"
16181618

16191619
"@typescript-eslint/[email protected]":
16201620
version "8.36.0"
@@ -1624,12 +1624,12 @@
16241624
"@typescript-eslint/types" "8.36.0"
16251625
eslint-visitor-keys "^4.2.1"
16261626

1627-
"@typescript-eslint/visitor-keys@8.37.0":
1628-
version "8.37.0"
1629-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
1630-
integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==
1627+
"@typescript-eslint/visitor-keys@8.38.0":
1628+
version "8.38.0"
1629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
1630+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
16311631
dependencies:
1632-
"@typescript-eslint/types" "8.37.0"
1632+
"@typescript-eslint/types" "8.38.0"
16331633
eslint-visitor-keys "^4.2.1"
16341634

16351635
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -1923,10 +1923,10 @@ astro-social-share@^2.0.3:
19231923
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
19241924
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
19251925

1926-
astro@^5.12.0:
1927-
version "5.12.0"
1928-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.12.0.tgz#9ba4508eddfeb62cf626d65e5f86024f57d7cf7c"
1929-
integrity sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==
1926+
astro@^5.12.3:
1927+
version "5.12.3"
1928+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.12.3.tgz#edb044872ce3978f23d0497d68481a082fae3dad"
1929+
integrity sha512-fU1hNPMkccm+FuonGsY5DFkC2QyuLCju++8L2ubzBtYBDBf6bmfgmVM7A2dK+Hl+ZJCUNgepsClhBpczj+2LRw==
19301930
dependencies:
19311931
"@astrojs/compiler" "^2.12.2"
19321932
"@astrojs/internal-helpers" "0.6.1"
@@ -6102,10 +6102,10 @@ satori-html@^0.3.2:
61026102
dependencies:
61036103
ultrahtml "^1.2.0"
61046104

6105-
satori@^0.15.2:
6106-
version "0.15.2"
6107-
resolved "https://registry.yarnpkg.com/satori/-/satori-0.15.2.tgz#99b497d35e7e3093645a5a08a1935573b7120420"
6108-
integrity sha512-vu/49vdc8MzV5jUchs3TIRDCOkOvMc1iJ11MrZvhg9tE4ziKIEIBjBZvies6a9sfM2vQ2gc3dXeu6rCK7AztHA==
6105+
satori@^0.16.1:
6106+
version "0.16.1"
6107+
resolved "https://registry.yarnpkg.com/satori/-/satori-0.16.1.tgz#481c38501b87bd19166d5a67450661d2c2c748dd"
6108+
integrity sha512-JM4bFaca8HMA11Xyfgrclv9qIPnd9uhUDr2oYrVlzqTrV7EA/VEeq/7hwe8r0eQP4JwNVW70JBtLRk0v48BTXg==
61096109
dependencies:
61106110
"@shuding/opentype.js" "1.4.0-beta.0"
61116111
css-background-parser "^0.1.0"
@@ -6117,7 +6117,7 @@ satori@^0.15.2:
61176117
linebreak "^1.1.0"
61186118
parse-css-color "^0.2.1"
61196119
postcss-value-parser "^4.2.0"
6120-
yoga-wasm-web "^0.3.3"
6120+
yoga-layout "^3.2.1"
61216121

61226122
sax@^1.2.4:
61236123
version "1.4.1"
@@ -7403,10 +7403,10 @@ yoctocolors@^2.1.1:
74037403
resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.1.tgz#e0167474e9fbb9e8b3ecca738deaa61dd12e56fc"
74047404
integrity sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==
74057405

7406-
yoga-wasm-web@^0.3.3:
7407-
version "0.3.3"
7408-
resolved "https://registry.yarnpkg.com/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz#eb8e9fcb18e5e651994732f19a220cb885d932ba"
7409-
integrity sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==
7406+
yoga-layout@^3.2.1:
7407+
version "3.2.1"
7408+
resolved "https://registry.yarnpkg.com/yoga-layout/-/yoga-layout-3.2.1.tgz#d2d1ba06f0e81c2eb650c3e5ad8b0b4adde1e843"
7409+
integrity sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==
74107410

74117411
zod-to-json-schema@^3.24.5:
74127412
version "3.24.6"
@@ -7423,10 +7423,10 @@ zod@^3.23.8, zod@^3.24.2:
74237423
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
74247424
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
74257425

7426-
zod@^4.0.5:
7427-
version "4.0.5"
7428-
resolved "https://registry.yarnpkg.com/zod/-/zod-4.0.5.tgz#b47825f318e7884d94bcd6f5385a1de805ccfb1c"
7429-
integrity sha512-/5UuuRPStvHXu7RS+gmvRf4NXrNxpSllGwDnCBcJZtQsKrviYXm54yDGV2KYNLT5kq0lHGcl7lqWJLgSaG+tgA==
7426+
zod@^4.0.8:
7427+
version "4.0.8"
7428+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.0.8.tgz#2de943e1f88fc7f5ec727e912e3c221051c82ddf"
7429+
integrity sha512-+MSh9cZU9r3QKlHqrgHMTSr3QwMGv4PLfR0M4N/sYWV5/x67HgXEhIGObdBkpnX8G78pTgWnIrBL2lZcNJOtfg==
74307430

74317431
zwitch@^2.0.0, zwitch@^2.0.4:
74327432
version "2.0.4"

0 commit comments

Comments
 (0)