From ecef52f4c0139549547735888ac6419a31ccf1e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:00:46 +0000 Subject: [PATCH] fix(deps): update dependency mongoose to v8 [security] --- apps/graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/graphql/package.json b/apps/graphql/package.json index fa0bbd1a4..4a553d88b 100644 --- a/apps/graphql/package.json +++ b/apps/graphql/package.json @@ -23,7 +23,7 @@ "graphql-iso-date": "^3.6.1", "json-stable-stringify": "^1.0.1", "jsonwebtoken": "^9.0.0", - "mongoose": "^6.0.0", + "mongoose": "^8.0.0", "morgan": "^1.10.0", "node-fetch": "^2.6.1", "passport": "^0.6.0",