From 079e89c186d17004572fc9d6652dd64e8388dbed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 04:55:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 538f2a7086..c64f5a6c30 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.0", "rewire": "~5.0.0", - "sinon": "~11.1.2", + "sinon": "~19.0.0", "tslint": "~6.1.3", "typescript": "~4.4.3", "vsce": "~1.100.0"