From d725eab63d42ec7a9204b316b428d2464c1b7b26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10:36:48 +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 5700564aab9..5e556863dad 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "moment": "^2.29.2", "normalize.css": "8.0.1", "nprogress": "0.2.0", - "path-to-regexp": "6.2.0", + "path-to-regexp": "8.0.0", "pinyin": "2.11.2", "screenfull": "5.2.0", "script-loader": "0.7.2",