From c05fba785c3ef4dc2911d59ae4c527ee1051979f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 00:52:04 +0000 Subject: [PATCH] fix: node_modules/hosted-git-info/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- node_modules/hosted-git-info/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/hosted-git-info/package.json b/node_modules/hosted-git-info/package.json index 9e7ba79a15..12223e5061 100644 --- a/node_modules/hosted-git-info/package.json +++ b/node_modules/hosted-git-info/package.json @@ -28,9 +28,9 @@ "test": "tap -J --coverage=90 --no-esm test/*.js" }, "devDependencies": { - "standard": "^11.0.1", - "standard-version": "^4.4.0", - "tap": "^12.7.0" + "standard": "^13.0.0", + "standard-version": "^9.1.1", + "tap": "^16.0.0" }, "files": [ "index.js",