From 4af7eac43d2e4c8d00ab432954996453005c978d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 20:32:25 +0000 Subject: [PATCH] fix: apps/magic-link/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-12552895 --- apps/magic-link/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/magic-link/package.json b/apps/magic-link/package.json index f3d04a29c..e506d9c6e 100644 --- a/apps/magic-link/package.json +++ b/apps/magic-link/package.json @@ -32,7 +32,7 @@ "lucide-react": "^0.344.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-loader-spinner": "^5.4.5", + "react-loader-spinner": "^6.1.6", "tailwind-merge": "^2.2.1", "tailwind-scrollbar-hide": "^1.1.7", "tailwindcss-animate": "^1.0.7",