From 5540bf9cc3662d45ac149705d6fbb639d8aa34c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 09:49:29 +0000 Subject: [PATCH] fix: upgrade async from 3.2.3 to 3.2.6 Snyk has created this PR to upgrade async from 3.2.3 to 3.2.6. See this package in npm: async See this project in Snyk: https://app.snyk.io/org/imadteryaki/project/2a41afb9-1bf1-4205-8206-5fee650875d2?utm_source=github&utm_medium=referral&page=upgrade-pr --- node_modules/prompt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/prompt/package.json b/node_modules/prompt/package.json index f101c6b..44dfd79 100644 --- a/node_modules/prompt/package.json +++ b/node_modules/prompt/package.json @@ -19,7 +19,7 @@ ], "dependencies": { "@colors/colors": "1.5.0", - "async": "3.2.3", + "async": "3.2.6", "read": "1.0.x", "revalidator": "0.1.x", "winston": "2.x"