From 224231edd6a653344342b7b1e7e361ec4dfd1695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:50:22 +0000 Subject: [PATCH] chore(deps): bump mongoose Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.2 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/7.5.2...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/leemons-plugin-transactions/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/leemons-plugin-transactions/backend/package.json b/plugins/leemons-plugin-transactions/backend/package.json index df083a4857..0801c7ec3c 100644 --- a/plugins/leemons-plugin-transactions/backend/package.json +++ b/plugins/leemons-plugin-transactions/backend/package.json @@ -25,7 +25,7 @@ "jaeger-client": "^3.19.0", "lodash": "^4.17.21", "moleculer": "^0.14.26", - "mongoose": "7.5.2" + "mongoose": "8.8.3" }, "engines": { "node": ">= 16.x.x"