From fc3775b257ac802ff31b4416c6a33f4d86570abc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 21:16:41 +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 b90699101b..d67c862d69 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "mousetrap": "^1.6.1", "mustache": "^2.3.0", "numeral": "^2.0.6", - "path-to-regexp": "^3.1.0", + "path-to-regexp": "^8.0.0", "prop-types": "^15.6.1", "query-string": "^6.9.0", "react": "^16.14.0",