From 205ebc598c737769cf0ffd2c002327b7c1e509ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 06:09:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-6056525 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6861ea92..0a2e76e2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "lodash": "^4.13.1", "moment": "^2.14.1", "mongo-uri": "^0.1.2", - "mongodb": "^2.2.4", + "mongodb": "^3.1.3", "mongodb-backup": "^1.6.4", "mongodb-extended-json": "^1.7.0", "mongodb-restore": "^1.5.4",