From f12cb4d5afae208c48e6e05536f4a8c2e956e25d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 08:02:56 +0000 Subject: [PATCH] Bump lowdb from 0.14.0 to 2.0.1 Bumps [lowdb](https://github.com/typicode/lowdb) from 0.14.0 to 2.0.1. - [Release notes](https://github.com/typicode/lowdb/releases) - [Commits](https://github.com/typicode/lowdb/compare/v0.14.0...v2.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f2355..d85d96b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "express": "^4.14.0", "express-handlebars": "^3.0.0", "lodash": "^4.17.3", - "lowdb": "^0.14.0", + "lowdb": "^2.0.1", "uuid": "^3.0.1", "winston": "^2.3.0", "http-auth":"^3.2.3",