From 844e93bd70a7e3d0c2853c99064c869a44432a04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 20:26:13 +0000 Subject: [PATCH] Bump sharp from 0.25.4 to 0.27.1 Bumps [sharp](https://github.com/lovell/sharp) from 0.25.4 to 0.27.1. - [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.1) 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..5f11858 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.1" } }