From ec57987e296b971594c3319ba6ecadad91b7f45b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:16:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60e4060..3e61917 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "grunt test" }, "dependencies": { - "noflo": "~0.5.0" + "noflo": "~0.8.0" }, "devDependencies": { "grunt": "~0.4.1",