From 925f2838e9a36f9c8bbc04a533726f4e82fe033d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:38:12 +0000 Subject: [PATCH] chore: bump sharp from 0.30.7 to 0.32.6 in /lambdas Bumps [sharp](https://github.com/lovell/sharp) from 0.30.7 to 0.32.6. - [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.30.7...v0.32.6) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambdas/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/package.json b/lambdas/package.json index 5621e45b1..249ff11a3 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -37,7 +37,7 @@ "ms": "2.1.3", "node-fetch": "2.6.7", "on-finished": "2.4.1", - "sharp": "0.30.7" + "sharp": "0.32.6" }, "devDependencies": { "@types/compression": "^1",