From 5fd9dbcfc8d5ed23371ffa40a4a8a0712854641f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 19:35:30 +0000 Subject: [PATCH] fix: tools/office-cmdlet-updater/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 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- tools/office-cmdlet-updater/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/office-cmdlet-updater/package.json b/tools/office-cmdlet-updater/package.json index 514632f45a..003c9d4bfe 100644 --- a/tools/office-cmdlet-updater/package.json +++ b/tools/office-cmdlet-updater/package.json @@ -33,7 +33,7 @@ "fs-extra": "^7.0.0", "moment": "^2.22.2", "node-powershell": "^3.3.1", - "nodegit": "^0.23.0", + "nodegit": "^0.24.3", "octonode": "^0.9.5", "shortid": "^2.2.13", "string-format": "^2.0.0"