From f074501238070cbdf2ec8068ee8075eaf3ca46d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2019 06:52:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5471375..2df8b0a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "repository": "koajs/atomic-session", "dependencies": { "csrf": "^2.0.2", - "mongodb": "^2.0.25", + "mongodb": "^3.1.13", "mongodb-next": "^0.7.0", "ms": "^2.0.0" },