From cd70550c678850d26b847c0c164215fddd9398f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 14:39:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-6056525 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04ef65d..f8d84c9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "google-auth-library": "^0.10.0", "jade": "~1.11.0", "jsonwebtoken": "^7.1.9", - "mongoose": "^4.6.3", + "mongoose": "^5.3.9", "mongoose-csv": "^1.0.0", "mongoose-currency": "^0.2.0", "morgan": "~1.7.0",