From 9ff6794f0fc284386b158e83ae9e8ed1e748cc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:44:49 +0300 Subject: [PATCH] Bump sharp from 0.31.2 to 0.31.3 (#6813) Bumps [sharp](https://github.com/lovell/sharp) from 0.31.2 to 0.31.3. - [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.2...v0.31.3) --- 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 228a746ec3..307a62e37d 100644 --- a/package.json +++ b/package.json @@ -431,7 +431,7 @@ "react-window": "^1.8.8", "sass": "^1.57.1", "sass-loader": "^12.6.0", - "sharp": "^0.31.2", + "sharp": "^0.31.3", "style-loader": "^3.3.1", "tailwindcss": "^3.2.4", "tar-stream": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 50a2071dd2..a09c109c22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11478,10 +11478,10 @@ sharp@^0.30.4: tar-fs "^2.1.1" tunnel-agent "^0.6.0" -sharp@^0.31.2: - version "0.31.2" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.2.tgz#a8411c80512027f5a452b76d599268760c4e5dfa" - integrity sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q== +sharp@^0.31.3: + version "0.31.3" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.3.tgz#60227edc5c2be90e7378a210466c99aefcf32688" + integrity sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg== dependencies: color "^4.2.3" detect-libc "^2.0.1"