From ed084cd75020c559ae1eedf8c5b53f19e00ceeae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jul 2022 21:36:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-2961688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3abbc18..b371a91 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.4.6", "node-fetch": "^3.1.1", "node-gyp": "^8.1.0", "os-utils": "0.0.14",