From 4103af3b39250fe5b04690110b90df437d86950d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:19:25 +0000 Subject: [PATCH] Bump gm from 1.17.0 to 1.23.1 Bumps [gm](https://github.com/aheckmann/gm) from 1.17.0 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.17.0...1.23.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a8a22f..2b4ebcc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "bluebird": "^2.9.24", "color": "^0.8.0", - "gm": "1.17.0" + "gm": "1.23.1" }, "devDependencies": { "chai": "^2.2.0",