From 3f0c52c3dcd1a955504dbad16fff32d29b16c8a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 20:36:15 +0000 Subject: [PATCH] Bump sharp from 0.25.4 to 0.27.2 Bumps [sharp](https://github.com/lovell/sharp) from 0.25.4 to 0.27.2. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/master/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.25.4...v0.27.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e3ee18..6ba6713 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "description": "Docker image for alpine-sharp", "version": "0.0.1", "dependencies": { - "sharp": "^0.25.3" + "sharp": "^0.27.2" } }