From 3fc0fe82490e7c83d6b4515f1f45b5313cf562f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 01:29:10 +0000 Subject: [PATCH] fix: upgrade pngjs from 2.2.0 to 2.3.1 Snyk has created this PR to upgrade pngjs from 2.2.0 to 2.3.1. See this package in npm: https://www.npmjs.com/package/pngjs See this project in Snyk: https://app.snyk.io/org/dceejay/project/d423d0d8-60aa-4eae-823a-1cbe4be8a581?utm_source=github&utm_medium=referral&page=upgrade-pr --- hardware/unicorn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/unicorn/package.json b/hardware/unicorn/package.json index 78af1a10..0c5ddbd9 100644 --- a/hardware/unicorn/package.json +++ b/hardware/unicorn/package.json @@ -3,7 +3,7 @@ "version" : "0.1.1", "description" : "A Node-RED node to output to a Raspberry Pi Unicorn HAT from Pimorini.", "dependencies" : { - "pngjs": "2.2.*" + "pngjs": "2.3.1" }, "repository" : { "type":"git",