From ef42bb92543e7bc8460705868790f060cf084f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 07:34:11 +0000 Subject: [PATCH] build(deps): bump mysql2 Bumps the npm_and_yarn group with 1 update in the /container/lighthouse-ci-server directory: [mysql2](https://github.com/sidorares/node-mysql2). Updates `mysql2` from 2.3.3 to 3.9.7 - [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/v2.3.3...v3.9.7) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- container/lighthouse-ci-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/lighthouse-ci-server/package.json b/container/lighthouse-ci-server/package.json index c737aa7..1e70665 100644 --- a/container/lighthouse-ci-server/package.json +++ b/container/lighthouse-ci-server/package.json @@ -7,7 +7,7 @@ "dependencies": { "@lhci/cli": "0.13.0", "@lhci/server": "0.13.0", - "mysql2": "^2.1.0", + "mysql2": "^3.9.7", "pg": "^8.2.1", "pg-hstore": "^2.3.3", "sqlite3": "^5.0.0"