From 7ca563391732264fde420ae4be4ddeae39fd9451 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 07:26:03 +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 e9cd60e..0f24ff5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "mocha": "^7.x", "node-mocks-http": "roshangade/node-mocks-http", "nyc": "^15.x", - "sinon": "^9.x" + "sinon": "^19.0.0" }, "dependencies": {} }