From ad3c2d17004ee4446897c2cdccedaadc7d846b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 03:02:03 +0000 Subject: [PATCH] :arrow_up: Bump sharp from 0.31.3 to 0.32.1 Bumps [sharp](https://github.com/lovell/sharp) from 0.31.3 to 0.32.1. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.31.3...v0.32.1) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6055e7b..7f79066 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "eslint-plugin-standard": "^5.0.0" }, "dependencies": { - "sharp": "^0.31.0" + "sharp": "^0.32.1" } }