Skip to content

Commit

Permalink
update libwebp to 1.3.2
Browse files Browse the repository at this point in the history
This addresses CVE-2023-4863.

Fixes: imagemin#62
  • Loading branch information
jzern committed Oct 13, 2023
1 parent 91dfc00 commit 600b01c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin.run(['-version']).then(() => {
console.info('compiling from source');

try {
const source = fileURLToPath(new URL('../vendor/source/libwebp-1.2.1.tar.gz', import.meta.url));
const source = fileURLToPath(new URL('../vendor/source/libwebp-1.3.2.tar.gz', import.meta.url));

binBuild.file(source, [
`./configure --disable-shared --prefix="${bin.dest()}" --bindir="${bin.dest()}"`,
Expand Down
Binary file not shown.

0 comments on commit 600b01c

Please sign in to comment.