From e085252163201ef92ee8c2f3b950fdd3fca11041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 17:10:52 +0000 Subject: [PATCH] Bump sharp from 0.31.1 to 0.31.2 Bumps [sharp](https://github.com/lovell/sharp) from 0.31.1 to 0.31.2. - [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.1...v0.31.2) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d6a62c7..b849f05 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-country-flag": "^3.0.2", "react-dom": "^18.2.0", "react-toastify": "^9.1.0", - "sharp": "^0.31.1", + "sharp": "^0.31.2", "websocket": "^1.0.34", "zustand": "^4.1.4" }, diff --git a/yarn.lock b/yarn.lock index 05d7504..865bda0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2561,21 +2561,22 @@ semver@^6.3.0: version "6.3.0" resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" -semver@^7.3.5, semver@^7.3.7: +semver@^7.3.5, semver@^7.3.7, semver@^7.3.8: version "7.3.8" resolved "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" dependencies: lru-cache "^6.0.0" -sharp@^0.31.1: - version "0.31.1" - resolved "https://registry.npmjs.org/sharp/-/sharp-0.31.1.tgz" +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== dependencies: color "^4.2.3" detect-libc "^2.0.1" node-addon-api "^5.0.0" prebuild-install "^7.1.1" - semver "^7.3.7" + semver "^7.3.8" simple-get "^4.0.1" tar-fs "^2.1.1" tunnel-agent "^0.6.0"