From 7946c1f6e91856ec8c315c561e3ef5483bf6ac47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jul 2022 22:15:37 +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 b01122e..2ba0fb3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "http": "0.0.0", "http-errors": "^1.7.2", "ip": "^1.1.5", - "mongoose": "^5.4.19", + "mongoose": "^6.4.6", "morgan": "^1.9.1", "passport": "^0.4.0", "passport-local": "^1.0.0",