From 6feef4360e941933e16d0d5f32905b7b061fb5fe Mon Sep 17 00:00:00 2001
From: snyk-bot
Date: Wed, 1 Sep 2021 22:53:45 +0000
Subject: [PATCH] fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TAR-1579147
- https://snyk.io/vuln/SNYK-JS-TAR-1579152
- https://snyk.io/vuln/SNYK-JS-TAR-1579155
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 406bc2a4..66818845 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,6 @@
"author": "lite20",
"license": "ISC",
"dependencies": {
- "nodegit": "^0.6.0"
+ "nodegit": "^0.23.0"
}
}