From d03b32ffdb433f42cbe36064ac0e19a7328d3b94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:10:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f624582..a4771dc 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ }, "dependencies": { "body-parser": "^1.15.2", - "debug": "^2.2.0", + "debug": "^3.1.0", "express": "^4.14.0", "jsonwebtoken": "^7.1.9", - "mongoose": "^4.6.8", + "mongoose": "^5.2.6", "morgan": "^1.7.0", "passport": "^0.3.2", "request": "^2.79.0",