File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 58
58
"fs-extra" : " ^10.1.0" ,
59
59
"got" : " ^11.8.5" ,
60
60
"lodash.uniqwith" : " ^4.5.0" ,
61
- "sharp" : " ^0.31.1 "
61
+ "sharp" : " ^0.31.2 "
62
62
},
63
63
"devDependencies" : {
64
64
"@commitlint/cli" : " 17.1.2" ,
Original file line number Diff line number Diff line change @@ -7099,21 +7099,28 @@ semver@^6.0.0, semver@^6.3.0:
7099
7099
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
7100
7100
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
7101
7101
7102
+ semver@^7.3.8 :
7103
+ version "7.3.8"
7104
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
7105
+ integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
7106
+ dependencies :
7107
+ lru-cache "^6.0.0"
7108
+
7102
7109
set-blocking@^2.0.0 :
7103
7110
version "2.0.0"
7104
7111
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
7105
7112
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
7106
7113
7107
- sharp@^0.31.1 :
7108
- version "0.31.1 "
7109
- resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.1 .tgz#b2f7076d381a120761aa93700cadefcf90a22458 "
7110
- integrity sha512-GR8M1wBwOiFKLkm9JPun27OQnNRZdHfSf9VwcdZX6UrRmM1/XnOrLFTF0GAil+y/YK4E6qcM/ugxs80QirsHxg ==
7114
+ sharp@^0.31.2 :
7115
+ version "0.31.2 "
7116
+ resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.2 .tgz#a8411c80512027f5a452b76d599268760c4e5dfa "
7117
+ integrity sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q ==
7111
7118
dependencies :
7112
7119
color "^4.2.3"
7113
7120
detect-libc "^2.0.1"
7114
7121
node-addon-api "^5.0.0"
7115
7122
prebuild-install "^7.1.1"
7116
- semver "^7.3.7 "
7123
+ semver "^7.3.8 "
7117
7124
simple-get "^4.0.1"
7118
7125
tar-fs "^2.1.1"
7119
7126
tunnel-agent "^0.6.0"
You can’t perform that action at this time.
0 commit comments