From a8db7919fd0b2565b3308688c47f1bbc2357102b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Jul 2025 16:14:49 +0000 Subject: [PATCH] fix: apps/auth-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10598338 --- apps/auth-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/auth-test/package.json b/apps/auth-test/package.json index 893a280..fc0edcb 100644 --- a/apps/auth-test/package.json +++ b/apps/auth-test/package.json @@ -11,7 +11,7 @@ "postinstall": "pnpm setup" }, "dependencies": { - "next": "15.3.2", + "next": "15.3.3", "react": "^19.0.0", "react-dom": "^19.0.0" },