From 74386d10e1eb5711892cf5a9886a7341df91e5a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Aug 2021 00:40:31 +0000 Subject: [PATCH] fix: upgrade async from 3.2.0 to 3.2.1 Snyk has created this PR to upgrade async from 3.2.0 to 3.2.1. See this package in npm: https://www.npmjs.com/package/async See this project in Snyk: https://app.snyk.io/org/alexandre-io/project/57fc56a6-316f-4f87-a128-af899f27c88a?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94814cb..2e612c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -913,9 +913,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", - "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.1.tgz", + "integrity": "sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==" }, "asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index 2b0279a..74e4633 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "license": "MIT", "dependencies": { - "async": "~3.2.0", + "async": "~3.2.1", "chalk": "~4.1.0", "changelog": "~1.4.2", "cli": "~1.0.1",