From ee4f75b9a9a3e508181a976b744f9e7ee048c214 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 08:46:19 +0000 Subject: [PATCH] fix: upgrade node-pid-controller from 0.0.3 to 0.1.2 Snyk has created this PR to upgrade node-pid-controller from 0.0.3 to 0.1.2. See this package in npm: https://www.npmjs.com/package/node-pid-controller See this project in Snyk: https://app.snyk.io/org/dceejay/project/f255a748-4d5a-4b65-b259-b130c2263855?utm_source=github&utm_medium=referral&page=upgrade-pr --- function/PID/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/PID/package.json b/function/PID/package.json index 1a3ec333..79f035a3 100644 --- a/function/PID/package.json +++ b/function/PID/package.json @@ -3,7 +3,7 @@ "version" : "0.0.4", "description" : "A Node-RED node that that provides a simple PID controller.", "dependencies" : { - "node-pid-controller": "0.0.3" + "node-pid-controller": "0.1.2" }, "repository" : { "type":"git",