Skip to content

Commit

Permalink
Update dependency sharp to ^0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2022
1 parent d13655d commit 24cc2cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"dependencies": {
"blurhash": "^1.1.5",
"node-fetch": "2.6.7",
"sharp": "^0.30.7"
"sharp": "^0.31.0"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@types/sharp": "^0.30.5",
"@types/sharp": "0.31.0",
"gacp": "^3.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.78.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==

"@types/sharp@^0.30.5":
version "0.30.5"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.30.5.tgz#d75d91f7acf5260525aeae229845046dcff6d17a"
integrity sha512-EhO29617AIBqxoVtpd1qdBanWpspk/kD2B6qTFRJ31Q23Rdf+DNU1xlHSwtqvwq1vgOqBwq1i38SX+HGCymIQg==
"@types/sharp@0.31.0":
version "0.31.0"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.31.0.tgz#c4af03a7e1d126f0d428a265e126fabd86ab6d0f"
integrity sha512-nwivOU101fYInCwdDcH/0/Ru6yIRXOpORx25ynEOc6/IakuCmjOAGpaO5VfUl4QkDtUC6hj+Z2eCQvgXOioknw==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -1325,10 +1325,10 @@ serialize-javascript@^4.0.0:
dependencies:
randombytes "^2.1.0"

sharp@^0.30.7:
version "0.30.7"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c"
integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==
sharp@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.0.tgz#ce9b5202a5667486721cf07fd5b52360b1c2275a"
integrity sha512-ft96f8WzGxavg0rkLpMw90MTPMUZDyf0tHjPPh8Ob59xt6KzX8EqtotcqZGUm7kwqpX2pmYiyYX2LL0IZ/FDEw==
dependencies:
color "^4.2.3"
detect-libc "^2.0.1"
Expand Down

0 comments on commit 24cc2cf

Please sign in to comment.