From b297cb3362d201a931a3d3f1f8c49bdaf564286e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 04:25:50 +0000 Subject: [PATCH] Bump mongoose from 5.7.6 to 5.13.20 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.6 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.7.6...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 084e8aeb..a61ef066 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "body-parser": "1.5.x", "express": "4.x", "mongodb": "3.x", - "mongoose": "5.7.6", + "mongoose": "5.13.20", "node-sass": "4.14.1", "dropbox": "2.5.2", "formidable":"1.1.1",