From 3e1bb2763b35ab6a53382f31f2de9b197c59e7bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Dec 2024 02:14:29 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 130f0dfce..2391e65be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "jwt-decode": "^3.1.2", "luxon": "^2.5.2", "monaco-editor": "^0.43.0", - "nanoid": "^4.0.0", + "nanoid": "^5.0.9", "notistack": "^2.0.3", "qs": "^6.10.2", "react": "^17.0.2",