From 7aae7838bff999f1a6b435b7c97e07a06f5a7b46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 02:05:59 +0000 Subject: [PATCH] Bump sharp from 0.25.4 to 0.26.2 Bumps [sharp](https://github.com/lovell/sharp) from 0.25.4 to 0.26.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.26.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..226c99a 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.26.2" } }