From c1ba66ee56a8faf61dad66276ea9e94590da9d2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 04:47:16 +0000 Subject: [PATCH] fix: upgrade pureimage from 0.2.7 to 0.3.8 Snyk has created this PR to upgrade pureimage from 0.2.7 to 0.3.8. See this package in npm: https://www.npmjs.com/package/pureimage See this project in Snyk: https://app.snyk.io/org/dceejay/project/506d88ae-8d08-4719-9036-4a2645802177?utm_source=github&utm_medium=referral&page=upgrade-pr --- utility/annotate-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/annotate-image/package.json b/utility/annotate-image/package.json index 37102c12..f2089723 100644 --- a/utility/annotate-image/package.json +++ b/utility/annotate-image/package.json @@ -3,7 +3,7 @@ "version": "0.1.2", "description": "A Node-RED node that can annotate an image", "dependencies": { - "pureimage": "^0.2.7" + "pureimage": "^0.3.8" }, "repository": { "type": "git",