From dab1c0d3369473244ffb6a363f51cdc164f9bb5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 07:18:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8623536 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3abbc18..e23d09b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "glob": "^7.1.7", "gradient-string": "^1.2.0", "libsodium-wrappers": "^0.7.9", - "mongoose": "^5.12.12", + "mongoose": "^6.13.6", "node-fetch": "^3.1.1", "node-gyp": "^8.1.0", "os-utils": "0.0.14",