From 9e817cbd62e25d654ff0cf3106801786103510e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 14:59:37 +0000 Subject: [PATCH] Bump sharp from 0.31.0 to 0.31.1 Bumps [sharp](https://github.com/lovell/sharp) from 0.31.0 to 0.31.1. - [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.31.0...v0.31.1) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:development update-type: version-update:semver-patch ... 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 d01732b6ac..7beff75aa6 100644 --- a/package.json +++ b/package.json @@ -418,7 +418,7 @@ "react-window": "^1.8.7", "sass": "^1.55.0", "sass-loader": "^12.6.0", - "sharp": "^0.31.0", + "sharp": "^0.31.1", "style-loader": "^3.3.1", "tailwindcss": "^3.1.8", "tar-stream": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 2f755037de..f1a2b5fc0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11480,10 +11480,10 @@ sharp@^0.30.4: tar-fs "^2.1.1" tunnel-agent "^0.6.0" -sharp@^0.31.0: - version "0.31.0" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.0.tgz#ce9b5202a5667486721cf07fd5b52360b1c2275a" - integrity sha512-ft96f8WzGxavg0rkLpMw90MTPMUZDyf0tHjPPh8Ob59xt6KzX8EqtotcqZGUm7kwqpX2pmYiyYX2LL0IZ/FDEw== +sharp@^0.31.1: + version "0.31.1" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.1.tgz#b2f7076d381a120761aa93700cadefcf90a22458" + integrity sha512-GR8M1wBwOiFKLkm9JPun27OQnNRZdHfSf9VwcdZX6UrRmM1/XnOrLFTF0GAil+y/YK4E6qcM/ugxs80QirsHxg== dependencies: color "^4.2.3" detect-libc "^2.0.1"