From 5a50c0e1e6709f78afe8f79031639dec19591cfa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 20:26:10 +0000 Subject: [PATCH] Update jimp requirement from ^0.7.0 to ^0.8.2 in /app Updates the requirements on [jimp](https://github.com/oliver-moran/jimp) to permit the latest version. - [Release notes](https://github.com/oliver-moran/jimp/releases) - [Changelog](https://github.com/oliver-moran/jimp/blob/master/CHANGELOG.md) - [Commits](https://github.com/oliver-moran/jimp/compare/v0.7.0...v0.8.2) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 395c5649..2537363a 100644 --- a/app/package.json +++ b/app/package.json @@ -51,7 +51,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^5.10.1", "electron-dl": "^1.14.0", - "jimp": "^0.7.0", + "jimp": "^0.8.2", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", "json5": "^2.1.0",