From 3cb9d1b70da9e770989de0e57a76d4d35d893f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:08:10 -0400 Subject: [PATCH] Bump sharp from 0.31.0 to 0.31.1 (#6330) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a187d10cd0..70bb208272 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 b7dd840ff8..f5f803d4b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11495,10 +11495,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"