From d6ca4c6f0eaf0ae36bc3265e0d9cac20654acf7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:41:30 +0000 Subject: [PATCH] fix(deps): update dependency sharp to v0.31.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26d5061..237f411 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "remark-footnotes": "4.0.1", "remark-gfm": "3.0.1", "remark-math": "5.1.1", - "sharp": "0.30.7", + "sharp": "0.31.0", "tailwindcss": "3.1.8", "unist-util-visit": "4.1.1", "url-loader": "4.1.1", diff --git a/yarn.lock b/yarn.lock index cb9060f..6eedab8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7810,10 +7810,10 @@ setprototypeof@1.1.1: resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz" integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== -sharp@0.30.7: - version "0.30.7" - resolved "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz" - integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig== +sharp@0.31.0: + version "0.31.0" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.0.tgz#ce9b5202a5667486721cf07fd5b52360b1c2275a" + integrity sha512-ft96f8WzGxavg0rkLpMw90MTPMUZDyf0tHjPPh8Ob59xt6KzX8EqtotcqZGUm7kwqpX2pmYiyYX2LL0IZ/FDEw== dependencies: color "^4.2.3" detect-libc "^2.0.1"