Skip to content

Commit 3b0eaed

Browse files
authored
fix(deps): Update Sharp optionalDep version (withastro#9463)
* fix(deps): Update Sharp optionalDep version * chore: changeset
1 parent 5b4e41a commit 3b0eaed

File tree

3 files changed

+228
-256
lines changed

3 files changed

+228
-256
lines changed

.changeset/shy-knives-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Update Sharp version to ^0.33.1

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"zod": "^3.22.4"
176176
},
177177
"optionalDependencies": {
178-
"sharp": "^0.32.5"
178+
"sharp": "^0.33.1"
179179
},
180180
"devDependencies": {
181181
"@astrojs/check": "^0.3.1",

0 commit comments

Comments
 (0)