From 1f8479164fc2b6e80dc0929a48cdf0f2ceab4b53 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 07:51:20 +0000 Subject: [PATCH] Bump lowdb from 0.14.0 to 2.0.3 Bumps [lowdb](https://github.com/typicode/lowdb) from 0.14.0 to 2.0.3. - [Release notes](https://github.com/typicode/lowdb/releases) - [Commits](https://github.com/typicode/lowdb/compare/v0.14.0...v2.0.3) 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..737c3e2 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.3", "uuid": "^3.0.1", "winston": "^2.3.0", "http-auth":"^3.2.3",