From 33e5aa001914c4abb1ac98bfe245007af539098c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 May 2021 02:07:30 +0000 Subject: [PATCH] fix: upgrade async-git from 1.13.0 to 1.13.2 Snyk has created this PR to upgrade async-git from 1.13.0 to 1.13.2. See this package in npm: https://www.npmjs.com/package/async-git See this project in Snyk: https://app.snyk.io/org/fiverr/project/35d1ae99-5e64-4351-9b55-f70d63419cdb?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2d22e9..5fc6185 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "async-execute": "^1.1.0", - "async-git": "1.13.0", + "async-git": "1.13.2", "doamrn": "^1.0.3", "edit-package": "^1.0.3", "index-require": "^1.0.0",