From 6f1395fc17f2aa558d14fd6e0d01880a7efcf402 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 04:44:07 +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 d66e062425..3ac5d164aa 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "proxyquire": "^2.1.3", "rimraf": "^3.0.2", "server-destroy": "^1.0.1", - "sinon": "^11.0.0", + "sinon": "^19.0.0", "tmp": "^0.2.0", "typescript": "^3.8.3", "yargs-parser": "^20.2.0"