From 213fffb549f0024e94e0ef18c84ce0f71937ac50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:37:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 984ba49..85911b2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/foundation/supercollider/issues" }, "dependencies": { - "async": "^0.9.0", + "async": "^3.2.2", "chalk": "^1.1.1", "commander": "^2.8.1", "escape-html": "^1.0.3",