From b3b3c4062b7beea52006e602d0f712530f349010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 09:34:11 +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 6a39b30..bafeb4a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "mocha": "^3.4.1" }, "dependencies": { - "path-to-regexp": "^1.7.0", + "path-to-regexp": "^8.0.0", "sodb": "^1.2.0" } }