Skip to content

Commit 7401a78

Browse files
committed
fix(deps): update dependency sharp to ^0.31.3
1 parent 63f027a commit 7401a78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"fs-extra": "^11.1.0",
5959
"got": "^11.8.6",
6060
"lodash.uniqwith": "^4.5.0",
61-
"sharp": "^0.31.2"
61+
"sharp": "^0.31.3"
6262
},
6363
"devDependencies": {
6464
"@commitlint/cli": "17.3.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7150,10 +7150,10 @@ set-blocking@^2.0.0:
71507150
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
71517151
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
71527152

7153-
sharp@^0.31.2:
7154-
version "0.31.2"
7155-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.2.tgz#a8411c80512027f5a452b76d599268760c4e5dfa"
7156-
integrity sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==
7153+
sharp@^0.31.3:
7154+
version "0.31.3"
7155+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.3.tgz#60227edc5c2be90e7378a210466c99aefcf32688"
7156+
integrity sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==
71577157
dependencies:
71587158
color "^4.2.3"
71597159
detect-libc "^2.0.1"

0 commit comments

Comments
 (0)