From b22a348cb45025fce266feb3af75baea8e0a7ae4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Aug 2022 06:06:57 +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 c7f3ff1..b6b2e2a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "express": "^4.14.1", - "mongoose": "^4.8.3", + "mongoose": "^6.4.6", "nodemon": "^1.11.0" } }