From 120269c92316885f3c13e09660100af306cb0cdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Nov 2023 16:42:54 +0000 Subject: [PATCH] fix: ws/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-6056525 --- ws/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws/package.json b/ws/package.json index 61e756f..392c066 100644 --- a/ws/package.json +++ b/ws/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "express": "^4.14.0", - "mongoose": "^4.7.6" + "mongoose": "^5.3.9" }, "devDependencies": {}, "scripts": {