Skip to content

Commit 8e25077

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency sharp to ^0.30.5
1 parent 74f635c commit 8e25077

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ansi-colors": "^4.1.3",
4444
"cli-progress": "^3.11.1",
4545
"lodash.uniqwith": "^4.5.0",
46-
"sharp": "^0.30.4"
46+
"sharp": "^0.30.5"
4747
},
4848
"devDependencies": {
4949
"@commitlint/cli": "17.0.1",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -5441,10 +5441,10 @@ node-abi@^3.3.0:
54415441
dependencies:
54425442
semver "^7.3.5"
54435443

5444-
node-addon-api@^4.3.0:
5445-
version "4.3.0"
5446-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f"
5447-
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
5444+
node-addon-api@^5.0.0:
5445+
version "5.0.0"
5446+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
5447+
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
54485448

54495449
node-emoji@^1.11.0:
54505450
version "1.11.0"
@@ -6095,10 +6095,10 @@ [email protected]:
60956095
picocolors "^1.0.0"
60966096
source-map-js "^1.0.1"
60976097

6098-
prebuild-install@^7.0.1:
6099-
version "7.0.1"
6100-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.0.1.tgz#c10075727c318efe72412f333e0ef625beaf3870"
6101-
integrity sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==
6098+
prebuild-install@^7.1.0:
6099+
version "7.1.0"
6100+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.0.tgz#991b6ac16c81591ba40a6d5de93fb33673ac1370"
6101+
integrity sha512-CNcMgI1xBypOyGqjp3wOc8AAo1nMhZS3Cwd3iHIxOdAUbb+YxdNuM4Z5iIrZ8RLvOsf3F3bl7b7xGq6DjQoNYA==
61026102
dependencies:
61036103
detect-libc "^2.0.0"
61046104
expand-template "^2.0.3"
@@ -6611,15 +6611,15 @@ set-blocking@^2.0.0, set-blocking@~2.0.0:
66116611
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
66126612
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
66136613

6614-
sharp@^0.30.4:
6615-
version "0.30.4"
6616-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.4.tgz#73d9daa63bbc20da189c9328d75d5d395fc8fb73"
6617-
integrity sha512-3Onig53Y6lji4NIZo69s14mERXXY/GV++6CzOYx/Rd8bnTwbhFbL09WZd7Ag/CCnA0WxFID8tkY0QReyfL6v0Q==
6614+
sharp@^0.30.5:
6615+
version "0.30.5"
6616+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.5.tgz#81c36fd05624978384ac6bd2744d23f9c82edefd"
6617+
integrity sha512-0T28KxqY4DzUMLSAp1/IhGVeHpPIQyp1xt7esmuXCAfyi/+6tYMUeRhQok+E/+E52Yk5yFjacXp90cQOkmkl4w==
66186618
dependencies:
66196619
color "^4.2.3"
66206620
detect-libc "^2.0.1"
6621-
node-addon-api "^4.3.0"
6622-
prebuild-install "^7.0.1"
6621+
node-addon-api "^5.0.0"
6622+
prebuild-install "^7.1.0"
66236623
semver "^7.3.7"
66246624
simple-get "^4.0.1"
66256625
tar-fs "^2.1.1"

0 commit comments

Comments
 (0)