From 7cb771994ffed76567e24bdcdbec3dd8a6ffe803 Mon Sep 17 00:00:00 2001 From: luo jiyin Date: Fri, 30 Aug 2024 08:00:13 +0800 Subject: [PATCH] Update mysql2 from 3.9.1 to 3.11.0 (#93) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): bump mysql2 in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [mysql2](https://github.com/sidorares/node-mysql2). Updates `mysql2` from 3.9.1 to 3.11.0 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.11.0) --- updated-dependencies: - dependency-name: mysql2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] * 🐛 fix: mysql2 from 3.9.1 to 3.11.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ffb1da9..be595379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3392,7 +3392,7 @@ "better-sqlite3": "^9.4.0", "change-case": "^4.1.2", "knex": "^3.1.0", - "mysql2": "^3.9.1", + "mysql2": "^3.11.0", "pg": "^8.7.3", "tedious": "^16.6.1" }, @@ -41356,7 +41356,7 @@ "better-sqlite3": "^9.4.0", "change-case": "^4.1.2", "knex": "^3.1.0", - "mysql2": "^3.9.1", + "mysql2": "^3.11.0", "pg": "^8.7.3", "tedious": "^16.6.1" },