From 98103683a8102fddfc8d3700527b46321c3a87b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Sep 2022 19:45:18 +0000 Subject: [PATCH] fix: upgrade async-mutex from 0.3.2 to 0.4.0 Snyk has created this PR to upgrade async-mutex from 0.3.2 to 0.4.0. See this package in npm: https://www.npmjs.com/package/async-mutex See this project in Snyk: https://app.snyk.io/org/logdna-np0/project/5a07bf4c-b86c-4298-9b78-0ad8d0c367c4?utm_source=github&utm_medium=referral&page=upgrade-pr --- node/ingester/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/ingester/package.json b/node/ingester/package.json index 9f5671d..484a7d3 100644 --- a/node/ingester/package.json +++ b/node/ingester/package.json @@ -7,6 +7,6 @@ "dependencies": { "fastify": "^3.8.0", "fastify-compress": "^3.4.0", - "async-mutex": "^0.3.1" + "async-mutex": "^0.4.0" } }