From ce57a458cfdf6e7bc971dbfc88b42ea704abb378 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:32:47 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index ed4186d9..ef249759 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "in-browser-language": "^1.0.3", "instascan": "github:shesek/instascan#packaged-lib", "jquery": "^3.5.1", - "path-to-regexp": "^6.2.0", + "path-to-regexp": "^8.0.0", "qrcode": "^1.4.4", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.3",