From 182ca32ac3e7ff90caf0b478f612dc75a3301888 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:26:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20`mongodb`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dc1f9f..de5a5e0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": {}, "devDependencies": { "async": "^2.6.2", - "mongodb": "^3.1.13", + "mongodb": "^3.6.9", "tape": "^4.10.1" }, "homepage": "https://github.com/chilts/mongodb-queue",