From 07ba70f9c25125dd1221ab58f9fa77a170098c40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jul 2023 14:09:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-5777721 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8562f2c..aac40d5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "helmet": "^3.9.0", "machinepack-hackerrank": "^0.1.2", "mongodb": "^2.2.31", - "mongoose": "^4.11.10", + "mongoose": "^5.13.20", "morgan": "~1.9.0", "nprogress": "^0.2.0", "serve-favicon": "~2.4.2",