From 19ed2dddcfb22592a3e97dfcff4255f2bf86953d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Sep 2023 17:21:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-5871303 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 573f477..b79e264 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "googlethis": "^1.7.1", "got": "^12.5.3", "libsodium-wrappers": "^0.7.10", - "mongoose": "^6.11.3", + "mongoose": "^6.12.0", "node-fetch": "^3.3.1", "pretty-seconds-spanish": "^2.1.1", "rockpaperscissors-checker": "^1.2.0",