From fc0b5348b5193b1d8dd762bfea034ceba9e36292 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Aug 2025 20:03:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6682c4a6b23c9d..9cb7002de6f3b5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "colors": "^1.1", "execSync": "^1.0", "fs-extra": "^5.0.0", - "git-url-parse": "^8.3.1", + "git-url-parse": "^10.0.1", "glob": "^7", "is-there": "^4.4.3", "lodash": "^4.17.10",