From 6bbe176dde700c5e599b47f54de082c6b64b485d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 14:23:59 +0000 Subject: [PATCH] Bump sqlite3 from 4.2.0 to 5.0.0 Bumps [sqlite3](https://github.com/mapbox/node-sqlite3) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/mapbox/node-sqlite3/releases) - [Changelog](https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](https://github.com/mapbox/node-sqlite3/compare/v4.2.0...v5.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 513f57e..52459ff 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "pg-hstore": "^2.3.3", "requestify": "^0.2.5", "sequelize": "^5.10.1", - "sqlite3": "^4.0.9", + "sqlite3": "^5.0.0", "stripe": "^7.4.0", "twit": "^2.2.11", "unfluff": "^3.2.0",