From 739c94e494d2cbf6c11eff4eb11ffe1f616c2f44 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 10 Aug 2023 12:30:58 +0800 Subject: [PATCH] chore(deps): bump mysql2 to ^3.2.0 --- 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 7d91a4e250..e473e41432 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -38,7 +38,7 @@ "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.1", "lint-staged": "^13.0.3", - "mysql2": "^2.3.3", + "mysql2": "^3.2.0", "pg": "^8.8.0", "prettier": "^2.7.1", "promised-sqlite3": "^2.1.0"