From 284591327cc52d9ba84c9e0f59e7bc56475a4e61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:08:55 +0000 Subject: [PATCH] fix(dependency maintenance): update dependency mongoose to v6.11.3 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2858414015..223a331b67 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "joi": "17.6.0", "jwks-rsa": "2.1.2", "lodash": "4.17.21", - "mongoose": "6.2.11", + "mongoose": "6.11.3", "mongoose-cast-aggregation": "0.2.1", "nock": "13.2.4", "parse-duration": "1.0.2",