From d419b9fdc41645dd911eaec190c0a324f86b0f6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 16:08:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:hoek:20180212 --- 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" } }