From 2ad369d3b5a9aa018739f40690323df663a0ed87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jul 2023 02:49:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-5777721 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57c3de8..2f68cdb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "helmet": "^4.4.1", "http": "*", "ip": "^1.1.5", - "mongoose": "^5.11.18", + "mongoose": "^5.13.20", "pino": "^6.11.1", "pino-pretty": "^4.5.0", "release": "^6.3.0",