From ae045d7faeeb660890fb64d43c3367b94e8ac2f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jul 2022 04:11:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-2961688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fa0185..5207862 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "jwt-simple": "^0.2.0", "lodash": "^3.5.0", "moment": "^2.9.0", - "mongoose": "^3.8.25", + "mongoose": "^6.4.6", "random-js": "^1.0.4", "request": "^2.53.0", "twilio": "^1.11.1",