From 5ac276861a57267cbacce385c1d28766a567ea05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:34:28 +0000 Subject: [PATCH] Bump sharp from 0.32.4 to 0.32.6 Bumps [sharp](https://github.com/lovell/sharp) from 0.32.4 to 0.32.6. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.4...v0.32.6) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8bd252a..ee56b41 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "node-html-parser": "^3.2.0", "prettier": "^2.6.2", "reconnecting-websocket": "^4.4.0", - "sharp": "^0.32.4", + "sharp": "^0.32.6", "timeago.js": "^4.0.2", "ts-node": "^10.9.1", "twitter-api-v2": "^1.14.1", diff --git a/yarn.lock b/yarn.lock index 919cfbb..9be803e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7769,10 +7769,10 @@ sha.js@^2.4.0, sha.js@^2.4.8: inherits "^2.0.1" safe-buffer "^5.0.1" -sharp@^0.32.4: - version "0.32.4" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.4.tgz#0354653b7924f2520b2264ac9bcd10a58bf411b6" - integrity sha512-exUnZewqVZC6UXqXuQ8fyJJv0M968feBi04jb9GcUHrWtkRoAKnbJt8IfwT4NJs7FskArbJ14JAFGVuooszoGg== +sharp@^0.32.6: + version "0.32.6" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.6.tgz#6ad30c0b7cd910df65d5f355f774aa4fce45732a" + integrity sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w== dependencies: color "^4.2.3" detect-libc "^2.0.2"