From 0f93a55fd17b174c11dc792f34bf79b4ea9dfec9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 07:48:17 +0000 Subject: [PATCH] Bump lowdb from 0.14.0 to 2.0.2 Bumps [lowdb](https://github.com/typicode/lowdb) from 0.14.0 to 2.0.2. - [Release notes](https://github.com/typicode/lowdb/releases) - [Commits](https://github.com/typicode/lowdb/compare/v0.14.0...v2.0.2) 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..e8322c3 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.2", "uuid": "^3.0.1", "winston": "^2.3.0", "http-auth":"^3.2.3",