From 4d0d96219ef3231e6f67c8839f38b43b808142a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jun 2024 01:10:42 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JISON-570539 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..991a299 100644 --- a/api/package.json +++ b/api/package.json @@ -30,7 +30,7 @@ "passport-local": "^1.0.0", "path": "^0.12.7", "random-words": "0.0.1", - "regex": "^0.1.1", + "regex": "^1.0.0", "remarkable": "1.6.2", "request": "^2.81.0", "request-json": "^0.6.2",