From bc118605ec7718a6e10844850f682ada99a82d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:08:09 +0100 Subject: [PATCH] Bump sharp from 0.27.0 to 0.27.1 (#2) Bumps [sharp](https://github.com/lovell/sharp) from 0.27.0 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.27.0...v0.27.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b839d63..bf3cbed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3430,9 +3430,9 @@ } }, "sharp": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.27.0.tgz", - "integrity": "sha512-II+YBCW3JuVWQZdpTEA2IBjJcYXPuoKo3AUqYuW+FK9Um93v2gPE2ihICCsN5nHTUoP8WCjqA83c096e8n//Rw==", + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.27.1.tgz", + "integrity": "sha512-IQNXWdspb4nZcJemXa6cfgz+JvKONsuqP8Mwi1Oti23Uo7+J+UF2jihJDf6I1BQbrmhcZ0lagH/1WYG+ReAzyQ==", "requires": { "array-flatten": "^3.0.0", "color": "^3.1.3",