Skip to content

Commit

Permalink
Merge pull request #835 from dpobel/dependabot/npm_and_yarn/imagemin-…
Browse files Browse the repository at this point in the history
…9.0.0

chore(deps-dev): bump imagemin from 8.0.1 to 9.0.0
  • Loading branch information
dpobel committed May 31, 2024
2 parents 8bc12ae + 78647e2 commit abcc534
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 174 deletions.
2 changes: 1 addition & 1 deletion damien.pobel.fr/lib/metalsmith/image-variation.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function generateVariation(variation, src, files, done) {
],
})
.then(function (content) {
files[src].contents = content;
files[src].contents = Buffer.from(content);
done();
})
.catch(done);
Expand Down
Loading

0 comments on commit abcc534

Please sign in to comment.