From 5b2fee90157665302c1d9d003e1a720d56be55f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jul 2023 04:54:50 +0000 Subject: [PATCH] fix: upgrade async from 0.9.0 to 0.9.2 Snyk has created this PR to upgrade async from 0.9.0 to 0.9.2. See this package in npm: https://www.npmjs.com/package/async See this project in Snyk: https://app.snyk.io/org/signalnoise/project/6c5155bb-6b31-495d-9c4c-7dc9103e2159?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e01446c1..d44ca897 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "mocha" }, "dependencies": { - "async": "0.9.0", + "async": "0.9.2", "debug": "2.2.0", "msgpack-js": "0.3.0", "redis": "2.4.2",