From 9000d90967e128fc77e78847c99987ecc6e9622d Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 14 Apr 2025 15:58:50 +0100 Subject: [PATCH] fix: upgrade pureimage from 0.2.7 to 0.4.18 (#1094) Snyk has created this PR to upgrade pureimage from 0.2.7 to 0.4.18. See this package in npm: 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 Co-authored-by: snyk-bot --- 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 5446a84f..76dda123 100644 --- a/utility/annotate-image/package.json +++ b/utility/annotate-image/package.json @@ -3,7 +3,7 @@ "version": "0.1.3", "description": "A Node-RED node that can annotate an image", "dependencies": { - "pureimage": "^0.2.7" + "pureimage": "^0.4.18" }, "repository": { "type": "git",