From 72db74f8543e99bff3b714a606178b585e8ec8b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 22:57:49 +0700 Subject: [PATCH] Update dependency sharp to ~0.26.2 (#281) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index edb8310..7070642 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "readline": "~1.3.0", "search-query-parser": "~1.5.5", "serve-static": "git+https://git@github.com/BobbyWibowo/serve-static#02c26587b25a7156a89dc05b617fce0aa90cefb9", - "sharp": "~0.26.1", + "sharp": "~0.26.2", "sqlite3": "~5.0.0", "systeminformation": "~4.27.6" }, diff --git a/yarn.lock b/yarn.lock index 3233e6b..81ea1f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6863,10 +6863,10 @@ setprototypeof@1.1.1: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== -sharp@~0.26.1: - version "0.26.1" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.26.1.tgz#084e3447ba17f1baf3e3f2e08305ed7aec236ce9" - integrity sha512-9MhwS4ys8pnwBH7MtnBdLzUv+cb24QC4xbzzQL6A+1MQ4Se2V6oPHEX8TIGIZUPRKi6S1kJPVNzt/Xqqp6/H3Q== +sharp@~0.26.2: + version "0.26.2" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.26.2.tgz#3d5777d246ae32890afe82a783c1cbb98456a88c" + integrity sha512-bGBPCxRAvdK9bX5HokqEYma4j/Q5+w8Nrmb2/sfgQCLEUx/HblcpmOfp59obL3+knIKnOhyKmDb4tEOhvFlp6Q== dependencies: color "^3.1.2" detect-libc "^1.0.3"