Skip to content

Commit

Permalink
Merge pull request #7 from EmilioHerreraSoukup/dependabot/npm_and_yar…
Browse files Browse the repository at this point in the history
…n/imagemin-mozjpeg-9.0.0

Bump imagemin-mozjpeg from 8.0.0 to 9.0.0
  • Loading branch information
EmilioHerreraSoukup authored Jun 25, 2020
2 parents d0ef36d + a14e11c commit 157e81b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fs-extra": "^8.1.0",
"imagemin": "^7.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0",
"imagemin-webp": "^6.0.0"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1107,14 +1107,14 @@ imagemin-gifsicle@^7.0.0:
gifsicle "^5.0.0"
is-gif "^3.0.0"

imagemin-mozjpeg@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.0.tgz#d2ca4e8c982c7c6eda55069af89dee4c1cebcdfd"
integrity sha512-+EciPiIjCb8JWjQNr1q8sYWYf7GDCNDxPYnkD11TNIjjWNzaV+oTg4DpOPQjl5ZX/KRCPMEgS79zLYAQzLitIA==
imagemin-mozjpeg@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/imagemin-mozjpeg/-/imagemin-mozjpeg-9.0.0.tgz#d1af26d0b43d75a41c211051c1910da59d9d2324"
integrity sha512-TwOjTzYqCFRgROTWpVSt5UTT0JeCuzF1jswPLKALDd89+PmrJ2PdMMYeDLYZ1fs9cTovI9GJd68mRSnuVt691w==
dependencies:
execa "^1.0.0"
execa "^4.0.0"
is-jpg "^2.0.0"
mozjpeg "^6.0.0"
mozjpeg "^7.0.0"

imagemin-pngquant@^9.0.0:
version "9.0.0"
Expand Down Expand Up @@ -1545,10 +1545,10 @@ mkdirp@~0.5.1:
dependencies:
minimist "0.0.8"

mozjpeg@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-6.0.1.tgz#56969dddb5741ef2bcb1af066cae21e61a91a27b"
integrity sha512-9Z59pJMi8ni+IUvSH5xQwK5tNLw7p3dwDNCZ3o1xE+of3G5Hc/yOz6Ue/YuLiBXU3ZB5oaHPURyPdqfBX/QYJA==
mozjpeg@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-7.0.0.tgz#c20f67a538fcaaa388d325875c53c0e7bc432f7d"
integrity sha512-mH7atSbIusVTO3A4H43sEdmveN3aWn54k6V0edefzCEvOsTrbjg5murY2TsNznaztWnIgaRbWxeLVp4IgKdedQ==
dependencies:
bin-build "^3.0.0"
bin-wrapper "^4.0.0"
Expand Down

0 comments on commit 157e81b

Please sign in to comment.