Skip to content

Commit c4d36ef

Browse files
committed
yarn upgrade
1 parent a2e6e16 commit c4d36ef

File tree

2 files changed

+115
-105
lines changed

2 files changed

+115
-105
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@astrojs/sitemap": "^3.2.1",
3535
"@astrojs/tailwind": "^5.1.5",
3636
"@fontsource-variable/inter": "^5.1.1",
37-
"astro": "^5.2.5",
37+
"astro": "^5.3.0",
3838
"astro-embed": "^0.9.0",
39-
"astro-expressive-code": "^0.40.1",
39+
"astro-expressive-code": "^0.40.2",
4040
"astro-icon": "^1.1.5",
4141
"astro-remote": "^0.3.3",
4242
"astro-social-share": "^2.0.3",
@@ -58,26 +58,26 @@
5858
"sharp": "0.33.5",
5959
"tailwind-clip-path": "^1.0.0",
6060
"tailwind-merge": "^2.6.0",
61-
"zod": "^3.23.4"
61+
"zod": "^3.24.2"
6262
},
6363
"devDependencies": {
6464
"@astrojs/check": "^0.9.4",
65-
"@expressive-code/plugin-collapsible-sections": "^0.40.1",
65+
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
6666
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
6767
"@iconify-json/mdi": "^1.2.3",
6868
"@tailwindcss/typography": "^0.5.16",
6969
"@types/mdast": "^4.0.3",
7070
"@types/react": "^18.3.12",
7171
"@types/react-dom": "^18.3.1",
72-
"@typescript-eslint/eslint-plugin": "^8.23.0",
73-
"@typescript-eslint/parser": "^8.23.0",
72+
"@typescript-eslint/eslint-plugin": "^8.24.0",
73+
"@typescript-eslint/parser": "^8.24.0",
7474
"eslint": "8.57.0",
7575
"eslint-config-prettier": "^10.0.1",
7676
"eslint-mdx": "^3.1.5",
7777
"eslint-plugin-astro": "^1.3.1",
7878
"eslint-plugin-mdx": "^3.1.5",
7979
"eslint-plugin-tailwindcss": "^3.18.0",
80-
"prettier": "^3.4.1",
80+
"prettier": "^3.5.1",
8181
"prettier-plugin-astro": "^0.14.1",
8282
"satori": "^0.12.1",
8383
"satori-html": "^0.3.2",

yarn.lock

Lines changed: 108 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -656,10 +656,10 @@
656656
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
657657
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
658658

659-
"@expressive-code/core@^0.40.1":
660-
version "0.40.1"
661-
resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.40.1.tgz#2c302408b8662ecf98fbd46f143c91877af5a37f"
662-
integrity sha512-j71gxBepyzBgOtZomxzl8M90AjILf6hZarWFePDis7sTjqCwxWrtZEtTCafto8IOURG/ECZN0g7Ys4zExkNU7Q==
659+
"@expressive-code/core@^0.40.2":
660+
version "0.40.2"
661+
resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.40.2.tgz#4bf2ffd3879e7adc6177bf240182d153b68b5c6d"
662+
integrity sha512-gXY3v7jbgz6nWKvRpoDxK4AHUPkZRuJsM79vHX/5uhV9/qX6Qnctp/U/dMHog/LCVXcuOps+5nRmf1uxQVPb3w==
663663
dependencies:
664664
"@ctrl/tinycolor" "^4.0.4"
665665
hast-util-select "^6.0.2"
@@ -671,34 +671,34 @@
671671
unist-util-visit "^5.0.0"
672672
unist-util-visit-parents "^6.0.1"
673673

674-
"@expressive-code/plugin-collapsible-sections@^0.40.1":
675-
version "0.40.1"
676-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.40.1.tgz#4b32b57fadbc3cc4c50ae64278fba965ec5a849b"
677-
integrity sha512-lXVH1f+NPmckMoV8b4dSOfHA90ckgys0bDKdXIgcjqxTsbcdb+wrNYqdepnWCuX1HGDSlac7haJd0qtj0OrvaA==
674+
"@expressive-code/plugin-collapsible-sections@^0.40.2":
675+
version "0.40.2"
676+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.40.2.tgz#06936504560688897cef6a2aa946a725da17007a"
677+
integrity sha512-EtfuluXKk3CdFMAeCJoDsUJo/s+Yh9b+kX0hNHeFlZ/W2/H8FmdZ9Pu+Qel41vw4yP6AyiQpsamquO7bzlakug==
678678
dependencies:
679-
"@expressive-code/core" "^0.40.1"
679+
"@expressive-code/core" "^0.40.2"
680680

681-
"@expressive-code/plugin-frames@^0.40.1":
682-
version "0.40.1"
683-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.40.1.tgz#172378b59fbc5b61f88f2cd279f29cf90fa1c42f"
684-
integrity sha512-qV7BIdTQ9nJ/eLHaJlzMvUq5aqAoZKO3PLFzBVop/q0d0m5rWpwWncIQ8qkufQDabmq2m38PRRWxKgx5FkJ2Rg==
681+
"@expressive-code/plugin-frames@^0.40.2":
682+
version "0.40.2"
683+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.40.2.tgz#8df2936519de7fde4d70e221b72199fdf038887c"
684+
integrity sha512-aLw5IlDlZWb10Jo/TTDCVsmJhKfZ7FJI83Zo9VDrV0OBlmHAg7klZqw68VDz7FlftIBVAmMby53/MNXPnMjTSQ==
685685
dependencies:
686-
"@expressive-code/core" "^0.40.1"
686+
"@expressive-code/core" "^0.40.2"
687687

688-
"@expressive-code/plugin-shiki@^0.40.1":
689-
version "0.40.1"
690-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.40.1.tgz#4f47927a13cc448a1ce0e849218199e8003b5c81"
691-
integrity sha512-N5oXhLv5DwLGXmLwJtwMzrfnZPWJl4pHRR5mfDoqK1+NxptdVaaQ0nEjgw13Y5ID/O5Bbze5YcOyph2K52BBrQ==
688+
"@expressive-code/plugin-shiki@^0.40.2":
689+
version "0.40.2"
690+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.40.2.tgz#afeff8b98b24cf3b79ec1839825b804fc825bd44"
691+
integrity sha512-t2HMR5BO6GdDW1c1ISBTk66xO503e/Z8ecZdNcr6E4NpUfvY+MRje+LtrcvbBqMwWBBO8RpVKcam/Uy+1GxwKQ==
692692
dependencies:
693-
"@expressive-code/core" "^0.40.1"
693+
"@expressive-code/core" "^0.40.2"
694694
shiki "^1.26.1"
695695

696-
"@expressive-code/plugin-text-markers@^0.40.1":
697-
version "0.40.1"
698-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.40.1.tgz#4295c937190a70cc943a80db09453eb9a206c6a1"
699-
integrity sha512-LsirF7M4F2yWgrFXEocD74F/MaVXsOsHVsRxBLhXQJemSSkWkDp/EZPt//OaqQ8ExnqWZ2lH7E1/KiN46unKjg==
696+
"@expressive-code/plugin-text-markers@^0.40.2":
697+
version "0.40.2"
698+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.40.2.tgz#62b9f267634f5574306985b0d73f41da4a3b8395"
699+
integrity sha512-/XoLjD67K9nfM4TgDlXAExzMJp6ewFKxNpfUw4F7q5Ecy+IU3/9zQQG/O70Zy+RxYTwKGw2MA9kd7yelsxnSmw==
700700
dependencies:
701-
"@expressive-code/core" "^0.40.1"
701+
"@expressive-code/core" "^0.40.2"
702702

703703
"@fontsource-variable/inter@^5.1.1":
704704
version "5.1.1"
@@ -1562,39 +1562,39 @@
15621562
dependencies:
15631563
"@types/node" "*"
15641564

1565-
"@typescript-eslint/eslint-plugin@^8.23.0":
1566-
version "8.23.0"
1567-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
1568-
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
1565+
"@typescript-eslint/eslint-plugin@^8.24.0":
1566+
version "8.24.0"
1567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
1568+
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
15691569
dependencies:
15701570
"@eslint-community/regexpp" "^4.10.0"
1571-
"@typescript-eslint/scope-manager" "8.23.0"
1572-
"@typescript-eslint/type-utils" "8.23.0"
1573-
"@typescript-eslint/utils" "8.23.0"
1574-
"@typescript-eslint/visitor-keys" "8.23.0"
1571+
"@typescript-eslint/scope-manager" "8.24.0"
1572+
"@typescript-eslint/type-utils" "8.24.0"
1573+
"@typescript-eslint/utils" "8.24.0"
1574+
"@typescript-eslint/visitor-keys" "8.24.0"
15751575
graphemer "^1.4.0"
15761576
ignore "^5.3.1"
15771577
natural-compare "^1.4.0"
15781578
ts-api-utils "^2.0.1"
15791579

1580-
"@typescript-eslint/parser@^8.23.0":
1581-
version "8.23.0"
1582-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081"
1583-
integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==
1580+
"@typescript-eslint/parser@^8.24.0":
1581+
version "8.24.0"
1582+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
1583+
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
15841584
dependencies:
1585-
"@typescript-eslint/scope-manager" "8.23.0"
1586-
"@typescript-eslint/types" "8.23.0"
1587-
"@typescript-eslint/typescript-estree" "8.23.0"
1588-
"@typescript-eslint/visitor-keys" "8.23.0"
1585+
"@typescript-eslint/scope-manager" "8.24.0"
1586+
"@typescript-eslint/types" "8.24.0"
1587+
"@typescript-eslint/typescript-estree" "8.24.0"
1588+
"@typescript-eslint/visitor-keys" "8.24.0"
15891589
debug "^4.3.4"
15901590

1591-
"@typescript-eslint/scope-manager@8.23.0":
1592-
version "8.23.0"
1593-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
1594-
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==
1591+
"@typescript-eslint/scope-manager@8.24.0":
1592+
version "8.24.0"
1593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
1594+
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
15951595
dependencies:
1596-
"@typescript-eslint/types" "8.23.0"
1597-
"@typescript-eslint/visitor-keys" "8.23.0"
1596+
"@typescript-eslint/types" "8.24.0"
1597+
"@typescript-eslint/visitor-keys" "8.24.0"
15981598

15991599
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
16001600
version "8.18.1"
@@ -1604,13 +1604,13 @@
16041604
"@typescript-eslint/types" "8.18.1"
16051605
"@typescript-eslint/visitor-keys" "8.18.1"
16061606

1607-
"@typescript-eslint/type-utils@8.23.0":
1608-
version "8.23.0"
1609-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
1610-
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
1607+
"@typescript-eslint/type-utils@8.24.0":
1608+
version "8.24.0"
1609+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
1610+
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
16111611
dependencies:
1612-
"@typescript-eslint/typescript-estree" "8.23.0"
1613-
"@typescript-eslint/utils" "8.23.0"
1612+
"@typescript-eslint/typescript-estree" "8.24.0"
1613+
"@typescript-eslint/utils" "8.24.0"
16141614
debug "^4.3.4"
16151615
ts-api-utils "^2.0.1"
16161616

@@ -1619,18 +1619,18 @@
16191619
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
16201620
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
16211621

1622-
"@typescript-eslint/types@8.23.0":
1623-
version "8.23.0"
1624-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
1625-
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
1622+
"@typescript-eslint/types@8.24.0":
1623+
version "8.24.0"
1624+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
1625+
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
16261626

1627-
"@typescript-eslint/typescript-estree@8.23.0":
1628-
version "8.23.0"
1629-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924"
1630-
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==
1627+
"@typescript-eslint/typescript-estree@8.24.0":
1628+
version "8.24.0"
1629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
1630+
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
16311631
dependencies:
1632-
"@typescript-eslint/types" "8.23.0"
1633-
"@typescript-eslint/visitor-keys" "8.23.0"
1632+
"@typescript-eslint/types" "8.24.0"
1633+
"@typescript-eslint/visitor-keys" "8.24.0"
16341634
debug "^4.3.4"
16351635
fast-glob "^3.3.2"
16361636
is-glob "^4.0.3"
@@ -1652,15 +1652,15 @@
16521652
semver "^7.6.0"
16531653
ts-api-utils "^1.3.0"
16541654

1655-
"@typescript-eslint/utils@8.23.0":
1656-
version "8.23.0"
1657-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
1658-
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
1655+
"@typescript-eslint/utils@8.24.0":
1656+
version "8.24.0"
1657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
1658+
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
16591659
dependencies:
16601660
"@eslint-community/eslint-utils" "^4.4.0"
1661-
"@typescript-eslint/scope-manager" "8.23.0"
1662-
"@typescript-eslint/types" "8.23.0"
1663-
"@typescript-eslint/typescript-estree" "8.23.0"
1661+
"@typescript-eslint/scope-manager" "8.24.0"
1662+
"@typescript-eslint/types" "8.24.0"
1663+
"@typescript-eslint/typescript-estree" "8.24.0"
16641664

16651665
"@typescript-eslint/[email protected]":
16661666
version "8.18.1"
@@ -1670,12 +1670,12 @@
16701670
"@typescript-eslint/types" "8.18.1"
16711671
eslint-visitor-keys "^4.2.0"
16721672

1673-
"@typescript-eslint/visitor-keys@8.23.0":
1674-
version "8.23.0"
1675-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8"
1676-
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==
1673+
"@typescript-eslint/visitor-keys@8.24.0":
1674+
version "8.24.0"
1675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
1676+
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
16771677
dependencies:
1678-
"@typescript-eslint/types" "8.23.0"
1678+
"@typescript-eslint/types" "8.24.0"
16791679
eslint-visitor-keys "^4.2.0"
16801680

16811681
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -1949,12 +1949,12 @@ astro-eslint-parser@^1.0.2:
19491949
is-glob "^4.0.3"
19501950
semver "^7.3.8"
19511951

1952-
astro-expressive-code@^0.40.1:
1953-
version "0.40.1"
1954-
resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.40.1.tgz#67089ca1c16254b6aa7e0a59399ab8e16cca5f29"
1955-
integrity sha512-dQ47XhgtxuRTiKQrZOJKdebMuxvvTBR89U439EHzLP6KR45IILFlGDihGQp3//1aUjj4nwpbINSzms1heJ7vmQ==
1952+
astro-expressive-code@^0.40.2:
1953+
version "0.40.2"
1954+
resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.40.2.tgz#caee511b873c5c93f22cbca469dcd6f7ad3d86ee"
1955+
integrity sha512-yJMQId0yXSAbW9I6yqvJ3FcjKzJ8zRL7elbJbllkv1ZJPlsI0NI83Pxn1YL1IapEM347EvOOkSW2GL+2+NO61w==
19561956
dependencies:
1957-
rehype-expressive-code "^0.40.1"
1957+
rehype-expressive-code "^0.40.2"
19581958

19591959
astro-icon@^1.1.5:
19601960
version "1.1.5"
@@ -1981,10 +1981,10 @@ astro-social-share@^2.0.3:
19811981
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.1.0.tgz#7c0da29b24e8c900d46164cdc306e2509e1b4403"
19821982
integrity sha512-t5DykR+T7gGNLTnrFXASCyufCpXcWhLdXFLSRYRKvMOFSUaaPIWMPu1ncIhxdFD7hm7SWHboAb33nJUUZxJH2Q==
19831983

1984-
astro@^5.2.5:
1985-
version "5.2.5"
1986-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.2.5.tgz#3f7e2a2e79c6d0492609efdaaae8027bacd3ae0f"
1987-
integrity sha512-AYXyYkc+c5xbKTm48FyQA91y81nXyNPAaoyafR0LUugE4lAwuvIUcXDBfMzmbuP1lGRvsE33G2oypv6gbGaPFg==
1984+
astro@^5.3.0:
1985+
version "5.3.0"
1986+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.3.0.tgz#20a2772c019448f6797396f9dbabe72615877842"
1987+
integrity sha512-e88l/Yk/6enR/ZDddLbqtM+oblBFk5mneNSmNesyVYGL/6Dj4UA67GPAZOk79VxT5dbLlclZSyyw/wlxN1aj3A==
19881988
dependencies:
19891989
"@astrojs/compiler" "^2.10.3"
19901990
"@astrojs/internal-helpers" "0.5.1"
@@ -3202,15 +3202,15 @@ exenv@^1.2.0:
32023202
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
32033203
integrity sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==
32043204

3205-
expressive-code@^0.40.1:
3206-
version "0.40.1"
3207-
resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.40.1.tgz#596e13ccc5f6a9373b04cb65ea951415c4151ebc"
3208-
integrity sha512-jBsTRX+MPsqiqYQsE9vRXMiAkUafU11j2zuWAaOX9vubLutNB0er8c0FJWeudVDH5D52V4Lf4vTIqbOE54PUcQ==
3205+
expressive-code@^0.40.2:
3206+
version "0.40.2"
3207+
resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.40.2.tgz#34eca86bcfa54716c6887a860ca59682b2d983e6"
3208+
integrity sha512-1zIda2rB0qiDZACawzw2rbdBQiWHBT56uBctS+ezFe5XMAaFaHLnnSYND/Kd+dVzO9HfCXRDpzH3d+3fvOWRcw==
32093209
dependencies:
3210-
"@expressive-code/core" "^0.40.1"
3211-
"@expressive-code/plugin-frames" "^0.40.1"
3212-
"@expressive-code/plugin-shiki" "^0.40.1"
3213-
"@expressive-code/plugin-text-markers" "^0.40.1"
3210+
"@expressive-code/core" "^0.40.2"
3211+
"@expressive-code/plugin-frames" "^0.40.2"
3212+
"@expressive-code/plugin-shiki" "^0.40.2"
3213+
"@expressive-code/plugin-text-markers" "^0.40.2"
32143214

32153215
extend@^3.0.0:
32163216
version "3.0.2"
@@ -5652,11 +5652,16 @@ [email protected]:
56525652
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
56535653
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
56545654

5655-
prettier@^3.0.0, prettier@^3.4.1:
5655+
prettier@^3.0.0:
56565656
version "3.4.2"
56575657
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
56585658
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
56595659

5660+
prettier@^3.5.1:
5661+
version "3.5.1"
5662+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
5663+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
5664+
56605665
prismjs@^1.29.0:
56615666
version "1.29.0"
56625667
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
@@ -5914,12 +5919,12 @@ [email protected]:
59145919
dependencies:
59155920
rc "^1.0.1"
59165921

5917-
rehype-expressive-code@^0.40.1:
5918-
version "0.40.1"
5919-
resolved "https://registry.yarnpkg.com/rehype-expressive-code/-/rehype-expressive-code-0.40.1.tgz#f94a68e5c88dcf9929070b15ae11de84d5a67c4d"
5920-
integrity sha512-EjmhGHcgmcPoIsb4M6vm2FQQDUctdcgFFiKGCYtPJuMpzr1q+ChCNsc443MaE412MyAgL6Q/XUB7I56Mcl6bnw==
5922+
rehype-expressive-code@^0.40.2:
5923+
version "0.40.2"
5924+
resolved "https://registry.yarnpkg.com/rehype-expressive-code/-/rehype-expressive-code-0.40.2.tgz#93b0541796228eb59a318fbbb1db4a97a2c6a38a"
5925+
integrity sha512-+kn+AMGCrGzvtH8Q5lC6Y5lnmTV/r33fdmi5QU/IH1KPHKobKr5UnLwJuqHv5jBTSN/0v2wLDS7RTM73FVzqmQ==
59215926
dependencies:
5922-
expressive-code "^0.40.1"
5927+
expressive-code "^0.40.2"
59235928

59245929
rehype-parse@^9.0.0:
59255930
version "9.0.1"
@@ -7541,11 +7546,16 @@ zod-to-ts@^1.2.0:
75417546
resolved "https://registry.yarnpkg.com/zod-to-ts/-/zod-to-ts-1.2.0.tgz#873a2fd8242d7b649237be97e0c64d7954ae0c51"
75427547
integrity sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==
75437548

7544-
zod@^3.23.4, zod@^3.23.8, zod@^3.24.1:
7549+
zod@^3.23.8, zod@^3.24.1:
75457550
version "3.24.1"
75467551
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
75477552
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==
75487553

7554+
zod@^3.24.2:
7555+
version "3.24.2"
7556+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
7557+
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
7558+
75497559
zwitch@^2.0.0, zwitch@^2.0.4:
75507560
version "2.0.4"
75517561
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"

0 commit comments

Comments
 (0)