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