From 1a61a411a201d7a7ee7bb4c6ad2cc160dad12660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10: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 a18f8b28..77ca0d07 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "passport-http": "^0.3.0", "passport-local": "^1.0.0", "passport-strategy": "^1.0.0", - "path-to-regexp": "^1.6.0", + "path-to-regexp": "^8.0.0", "raw-body": "^2.3.0", "request": "^2.86.0", "requires-port": "1.x.x",