From 3b871a11cb7555540af4b5e52f57e523901a62ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:18:45 +0000 Subject: [PATCH] Bump sharp from 0.25.4 to 0.28.1 Bumps [sharp](https://github.com/lovell/sharp) from 0.25.4 to 0.28.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.28.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..03a6b59 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.28.1" } }