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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-08 17:10:52 +00:00 committed by GitHub
parent beb36dc93f
commit e085252163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

@ -25,7 +25,7 @@
"react-country-flag": "^3.0.2", "react-country-flag": "^3.0.2",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-toastify": "^9.1.0", "react-toastify": "^9.1.0",
"sharp": "^0.31.1", "sharp": "^0.31.2",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.1.4" "zustand": "^4.1.4"
}, },

@ -2561,21 +2561,22 @@ semver@^6.3.0:
version "6.3.0" version "6.3.0"
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" 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" version "7.3.8"
resolved "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" resolved "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz"
dependencies: dependencies:
lru-cache "^6.0.0" lru-cache "^6.0.0"
sharp@^0.31.1: sharp@^0.31.2:
version "0.31.1" version "0.31.2"
resolved "https://registry.npmjs.org/sharp/-/sharp-0.31.1.tgz" resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.31.2.tgz#a8411c80512027f5a452b76d599268760c4e5dfa"
integrity sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==
dependencies: dependencies:
color "^4.2.3" color "^4.2.3"
detect-libc "^2.0.1" detect-libc "^2.0.1"
node-addon-api "^5.0.0" node-addon-api "^5.0.0"
prebuild-install "^7.1.1" prebuild-install "^7.1.1"
semver "^7.3.7" semver "^7.3.8"
simple-get "^4.0.1" simple-get "^4.0.1"
tar-fs "^2.1.1" tar-fs "^2.1.1"
tunnel-agent "^0.6.0" tunnel-agent "^0.6.0"