From f5624c811f22f78591441ae28aa14de0220348c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:48:04 +0200 Subject: [PATCH] build(deps): bump mongoose (#1239) Bumps the npm_and_yarn group with 1 update in the /modules/database directory: [mongoose](https://github.com/Automattic/mongoose). Updates `mongoose` from 8.6.1 to 8.8.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/8.6.1...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- modules/database/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/package.json b/modules/database/package.json index 1100afb9f..084c316b2 100644 --- a/modules/database/package.json +++ b/modules/database/package.json @@ -30,7 +30,7 @@ "lodash-es": "^4.17.21", "mariadb": "^3.2.3", "mongodb-schema": "^12.2.0", - "mongoose": "8.6.1", + "mongoose": "8.8.3", "mysql2": "^3.10.0", "object-hash": "^3.0.0", "pg": "^8.11.3",