From c5c080eebd01212563ce9b2c332f1fbd6c45d32d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Sep 2023 16:52:11 +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 9a93bd1..8309765 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dotenv": "^16.0.3", "genius-lyrics": "^4.4.0", "libsodium-wrappers": "^0.7.10", - "mongoose": "^6.7.0" + "mongoose": "^6.12.0" }, "devDependencies": { "@types/express": "^4.17.14",