From 7dcae34b758e061137480ec7567d41440f0d09f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:12:36 +0000 Subject: [PATCH] chore(deps): bump mongoose from 6.0.12 to 6.11.3 in /common/bundestagio Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.12 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.0.12...6.11.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/bundestagio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bundestagio/package.json b/common/bundestagio/package.json index c874f538..1fa13d17 100644 --- a/common/bundestagio/package.json +++ b/common/bundestagio/package.json @@ -23,7 +23,7 @@ "cron": "^3.1.7", "jsonwebtoken": "^9.0.2", "mongoosastic": "^4.6.0", - "mongoose": "6.0.12", + "mongoose": "6.11.3", "mongoose-diff-history": "github:mimani/mongoose-diff-history#master", "omit-deep": "^0.3.0", "ts-mongoose": "^0.0.24"