From f4d883ce8903aca2f303857ae7036283925d47a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:05:43 +0000 Subject: [PATCH] build(deps): bump mongoose from 5.9.19 to 5.13.20 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.19 to 5.13.20. - [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.9.19...5.13.20) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a68fa2..0b811aa 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "cors": "2.8.5", "express": "4.17.1", "helmet": "3.23.1", - "mongoose": "5.9.19" + "mongoose": "5.13.20" }, "devDependencies": { "@babel/cli": "7.10.3",