From d0e0f8172e5b9940ef7b53893b4e293ca72f905a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10:30:59 +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 f8e4c9d..10b0888 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.40", "object-collection": "^3.0.1", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^8.0.0", "pluralize": "^8.0.0", "shelljs": "^0.8.5" },