Skip to content

Commit 40c2b36

Browse files
authored
security fix: upgrade sharp version to 0.32.6 (#361)
* upgrade sharp version
1 parent 63fab05 commit 40c2b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function createImageOptimizationBundle() {
367367
// For SHARP_IGNORE_GLOBAL_LIBVIPS see: https://github.com/lovell/sharp/blob/main/docs/install.md#aws-lambda
368368

369369
const nodeOutputPath = path.resolve(outputPath);
370-
const sharpVersion = process.env.SHARP_VERSION ?? "0.32.5";
370+
const sharpVersion = process.env.SHARP_VERSION ?? "0.33.2";
371371

372372
//check if we are running in Windows environment then set env variables accordingly.
373373
try {

0 commit comments

Comments
 (0)