From 919e7dbcf62944f8b4c881e056d6d13578a09586 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 07:46:55 +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-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-CONVENTIONALCOMMITSPARSER-1766960 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-STANDARDVERSION-575708 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:mem:20180117 --- 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..b79e52bbc1 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": "^12.0.0", + "standard-version": "^9.1.1", + "tap": "^15.0.0" }, "files": [ "index.js",