From ab66d4678065c68956fbc3178037ba112e9b2dc5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 07:12:31 +0000 Subject: [PATCH] Bump lowdb from 0.14.0 to 1.0.0 Bumps [lowdb](https://github.com/typicode/lowdb) from 0.14.0 to 1.0.0. - [Release notes](https://github.com/typicode/lowdb/releases) - [Commits](https://github.com/typicode/lowdb/compare/v0.14.0...v1.0.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..1f431f5 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": "^1.0.0", "uuid": "^3.0.1", "winston": "^2.3.0", "http-auth":"^3.2.3",