Skip to content

Commit

Permalink
lock mozjpeg-bin to 7.1.0 (imagemin/mozjpeg-bin#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Oct 15, 2021
1 parent e105e3f commit ca2f65c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.0"
},
"resolutions": {
"imagemin-mozjpeg/mozjpeg": "7.1.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6464,7 +6464,7 @@ log-update@^4.0.0:
slice-ansi "^4.0.0"
wrap-ansi "^6.2.0"

logalot@^2.0.0:
logalot@^2.0.0, logalot@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
integrity sha1-X46MkNME7fElMJUaVVSruMXj9VI=
Expand Down Expand Up @@ -6885,6 +6885,15 @@ modern-normalize@^1.1.0:
resolved "https://registry.yarnpkg.com/modern-normalize/-/modern-normalize-1.1.0.tgz#da8e80140d9221426bd4f725c6e11283d34f90b7"
integrity sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA==

mozjpeg@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-7.1.0.tgz#23f202f3e48e98f02ed84f415358d4cbfab66c19"
integrity sha512-A6nVpI33DVi04HxatRx3PZTeVAOP1AC/T/5kXEvP0U8F+J11mmFFDv46BM2j5/cEyzDDtK8ptHeBSphNMrQLqA==
dependencies:
bin-build "^3.0.0"
bin-wrapper "^4.0.0"
logalot "^2.1.0"

mozjpeg@^7.0.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-7.1.1.tgz#dfb61953536e66fcabd4ae795e7a312d42a51f18"
Expand Down

0 comments on commit ca2f65c

Please sign in to comment.