From 8a7c5810e85d822066e49eb12fc68af14777b22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:26:41 +0000 Subject: [PATCH] chore(deps): bump mongoose in /code/workspaces/infrastructure-api Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.21 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/5.13.21...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/workspaces/infrastructure-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/workspaces/infrastructure-api/package.json b/code/workspaces/infrastructure-api/package.json index 7b683100..ccd88bfa 100644 --- a/code/workspaces/infrastructure-api/package.json +++ b/code/workspaces/infrastructure-api/package.json @@ -22,7 +22,7 @@ "js-yaml": "3.13.1", "jwks-rsa": "1.6.0", "lodash": "4.17.21", - "mongoose": "5.13.21", + "mongoose": "8.8.3", "mustache": "3.0.1", "nodemailer": "^6.9.9", "service-chassis": "^0.1.0",