From 6226f5292ac0f20bc4336b58cdd98d02e86bbf48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 15:19:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94d4f9d..24b92be 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "hapi": "^8.8.0", "hapi-locals": "^0.1.5", "jade": "^1.11.0", - "mongoose": "^4.1.4", + "mongoose": "^5.7.3", "request": "^2.67.0" } }