From 0aa86f9327fbdeb653e2e391b67205058a60a8f3 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 10 Aug 2023 00:35:49 +0800 Subject: [PATCH] chore: bump promised-sqlite3 --- tests/playwright/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/package.json b/tests/playwright/package.json index b14d105b9f..7d91a4e250 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -41,7 +41,7 @@ "mysql2": "^2.3.3", "pg": "^8.8.0", "prettier": "^2.7.1", - "promised-sqlite3": "^1.2.0" + "promised-sqlite3": "^2.1.0" }, "dependencies": { "body-parser": "^1.20.1",