From 1b494b870ffa32793bcfce33d57c598aa094ad61 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Jun 2024 21:57:47 +0000 Subject: [PATCH] fix(deps): update dependency async-mutex to ^0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c7f395..ef365d9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@types/command-line-usage": "^5.0.2", "@types/tmp": "^0.2.3", - "async-mutex": "^0.4.0", + "async-mutex": "^0.5.0", "chalk": "^5.0.1", "command-line-usage": "^7.0.0", "extend": "^3.0.2",