From 1a87ac7734413d8071d42e17eba8df427c371783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 06:36:34 +0000 Subject: [PATCH] Bump sharp from 0.32.2 to 0.32.3 Bumps [sharp](https://github.com/lovell/sharp) from 0.32.2 to 0.32.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.32.2...v0.32.3) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4e3dc77..428af45 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "axios": "^1.4.0", "dotenv": "^16.3.1", "rss-parser": "^3.13.0", - "sharp": "^0.32.2" + "sharp": "^0.32.3" } } diff --git a/yarn.lock b/yarn.lock index fa059f4..4b273ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1683,10 +1683,10 @@ semver@^7.3.5, semver@^7.3.8, semver@^7.5.4: dependencies: lru-cache "^6.0.0" -sharp@^0.32.2: - version "0.32.2" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.2.tgz#c35e065f8810cf0d8f3dee26fc5156127caca1ec" - integrity sha512-e4hyWKtU7ks/rLmoPys476zhpQnLqPJopz4+5b6OPeyJfvCTInAp0pe5tGhstjsNdUvDLrUVGEwevewYdZM8Eg== +sharp@^0.32.3: + version "0.32.3" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.3.tgz#fd6f5227c5a6cb2a020836617243effe68ceb731" + integrity sha512-i1gFPiNqyqxC4ouVvCKj5G8WfPIMeeSxpKcMrjic6NY4e8zktW7bIdqHPc3FCG+pNKU/XCEabKA57hhvZi8UmQ== dependencies: color "^4.2.3" detect-libc "^2.0.1"