From 9d1eeeea93ada3c644bf5f636da79af033aaf0af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 02:07:22 +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 4524827..c7e6105 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "nunjucks": "3.1.4", "on-headers": "1.0.1", "pagedown": "1.1.0", - "path-to-regexp": "2.4.0", + "path-to-regexp": "8.0.0", "request": "2.88.0", "serve-favicon": "2.5.0", "sift": "7.0.1",