From b0087a03e7c9ca7b1f5841772b501e0d2951bd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:35:10 +0000 Subject: [PATCH] chore(deps): bump mongoose from 6.9.1 to 6.11.3 in /platform/message-bus Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.9.1 to 6.11.3. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.9.1...6.11.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/message-bus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/message-bus/package.json b/platform/message-bus/package.json index cf00fbc4..d90b247c 100644 --- a/platform/message-bus/package.json +++ b/platform/message-bus/package.json @@ -39,7 +39,7 @@ "node-cache": "5.1.2", "reflect-metadata": "0.1.13", "rxjs": "7.8.1", - "mongoose": "6.9.1", + "mongoose": "6.11.3", "source-map-support": "~0.5.21", "@nestjs/swagger": "~7.1.13", "uuid": "~9.0.1",