From 40923ccd8b0f6da822e96473efc1952e925da5f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2025 03:06:50 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3c534fa..63873124 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "mkdirp": "^0.5.1", "mongodb": "^2.2.25", "mongodb-core": "^2.1.9", - "mongoose": "^4.9.4", + "mongoose": "^6.13.6", "morgan": "^1.8.1", "mpath": "^0.2.1", "ms": "^1.0.0",