From 7f125310266a36f4145e50d49c729850003947e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:21:43 +0000 Subject: [PATCH] Bump gm from 1.9.2 to 1.23.1 in /imageprocess Bumps [gm](https://github.com/aheckmann/gm) from 1.9.2 to 1.23.1. - [Release notes](https://github.com/aheckmann/gm/releases) - [Changelog](https://github.com/aheckmann/gm/blob/master/History.md) - [Commits](https://github.com/aheckmann/gm/compare/1.9.2...1.23.1) Signed-off-by: dependabot[bot] --- imageprocess/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageprocess/package.json b/imageprocess/package.json index 7393dfa..7a5a86a 100644 --- a/imageprocess/package.json +++ b/imageprocess/package.json @@ -13,7 +13,7 @@ "convict": "~0.3.3", "request": "~2.21.0", "express": "~3.2.6", - "gm": "~1.9.2", + "gm": "~1.23.1", "lodash": "~1.3.1" } }