Skip to content

Commit abd94d3

Browse files
Update dependency sharp to ^0.31.0
1 parent d13655d commit abd94d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"blurhash": "^1.1.5",
2121
"node-fetch": "2.6.7",
22-
"sharp": "^0.30.7"
22+
"sharp": "^0.31.0"
2323
},
2424
"devDependencies": {
2525
"@types/node-fetch": "^2.6.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,10 +1325,10 @@ serialize-javascript@^4.0.0:
13251325
dependencies:
13261326
randombytes "^2.1.0"
13271327

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

0 commit comments

Comments
 (0)