From 74cb7e052d265599a0793419af6a4ab66437bd29 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Mon, 12 Feb 2024 00:26:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a93bd1..4ac8a61 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": "^8.0.0" }, "devDependencies": { "@types/express": "^4.17.14",