Skip to content

Commit d48daff

Browse files
authored
fix(next/image): bump sharp to 0.34.3 (#81556)
This fixes a handful of issues including: - lovell/sharp#4393 - lovell/sharp#4382 - lovell/sharp#4398 - lovell/sharp#4374 - lovell/sharp#4417 See full list of changes lovell/sharp@v0.34.1...v0.34.3
1 parent de52c00 commit d48daff

File tree

7 files changed

+141
-112
lines changed

7 files changed

+141
-112
lines changed

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
}
130130
},
131131
"optionalDependencies": {
132-
"sharp": "^0.34.1"
132+
"sharp": "^0.34.3"
133133
},
134134
"devDependencies": {
135135
"@ampproject/toolbox-optimizer": "2.8.3",

0 commit comments

Comments
 (0)