From 7e35bad40693c1f277721a41bdc016a4936d0e90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 05:00:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7f3ff1..bae9956 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "express": "^4.14.1", - "mongoose": "^4.8.3", + "mongoose": "^5.3.9", "nodemon": "^1.11.0" } }