From ce69be073b822cf1cc0501e2b0e670903bbe060c Mon Sep 17 00:00:00 2001 From: "pensarapp[bot]" <182705637+pensarapp[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:22:47 +0000 Subject: [PATCH] Upgrading @auth0/nextjs-auth0 from 4.6.0 to 4.6.1 --- cognee-frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cognee-frontend/package.json b/cognee-frontend/package.json index 68aef29eb..33bd9a183 100644 --- a/cognee-frontend/package.json +++ b/cognee-frontend/package.json @@ -9,7 +9,6 @@ "lint": "next lint" }, "dependencies": { - "@auth0/nextjs-auth0": "^4.6.0", "classnames": "^2.5.1", "culori": "^4.0.1", "d3-force-3d": "^3.0.6", @@ -17,7 +16,8 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-force-graph-2d": "^1.27.1", - "uuid": "^9.0.1" + "uuid": "^9.0.1", + "@auth0/nextjs-auth0": "^4.6.1" }, "devDependencies": { "@eslint/eslintrc": "^3",