Skip to content

Commit 3e32815

Browse files
committed
upgrade
1 parent ba0012e commit 3e32815

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@astrojs/sitemap": "^3.3.0",
3838
"@astrojs/tailwind": "^5.1.5",
3939
"@fontsource-variable/inter": "^5.2.5",
40-
"astro": "^5.7.1",
40+
"astro": "^5.7.2",
4141
"astro-embed": "^0.9.0",
4242
"astro-expressive-code": "^0.41.1",
4343
"astro-icon": "^1.1.5",
@@ -61,7 +61,7 @@
6161
"sharp": "0.34.1",
6262
"tailwind-clip-path": "^1.0.0",
6363
"tailwind-merge": "^2.6.0",
64-
"zod": "^3.24.2"
64+
"zod": "^3.24.3"
6565
},
6666
"resolutions": {
6767
"**/sharp": "0.34.1"

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,10 +1849,10 @@ astro-social-share@^2.0.3:
18491849
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
18501850
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
18511851

1852-
astro@^5.7.1:
1853-
version "5.7.1"
1854-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.1.tgz#8a08ad6f7118ab3fdcee99b18a029de3502754f4"
1855-
integrity sha512-5nqSQ7prw3yR6o/ip0TfdQpYSadKADEkyIdGVY8V8FOZIl806GfRhOzNYQnjqyw94mEUJ5067MBeYjdCvf2d7A==
1852+
astro@^5.7.2:
1853+
version "5.7.2"
1854+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.2.tgz#8e94c21ab6d92018e102a3289118fb9d1ad64c23"
1855+
integrity sha512-h/+MjrirU2xT+khkxvwPxE7c1O4nxzVtuSnGIqx+3dtrmUoxJvnNeIBnO7ED0mWzo6ClZ4aVBQj63M7U47anLg==
18561856
dependencies:
18571857
"@astrojs/compiler" "^2.11.0"
18581858
"@astrojs/internal-helpers" "0.6.1"
@@ -7309,6 +7309,11 @@ zod@^3.23.8, zod@^3.24.2:
73097309
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
73107310
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
73117311

7312+
zod@^3.24.3:
7313+
version "3.24.3"
7314+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.3.tgz#1f40f750a05e477396da64438e0e1c0995dafd87"
7315+
integrity sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==
7316+
73127317
zwitch@^2.0.0, zwitch@^2.0.4:
73137318
version "2.0.4"
73147319
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"

0 commit comments

Comments
 (0)