From 6d8a912abb41487f8620761223bb53a235681601 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 22:49:24 +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 edf5e16c..8cf5d701 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/kunklejr/node-db-migrate.git" }, "dependencies": { - "async": "~0.9.0", + "async": "~3.2.2", "dotenv": "~0.5.1", "final-fs": "^1.6.0", "mkdirp": "~0.5.0",