From bf5a76f8eaaebb2172fda252615bb62023d31ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:04:36 +0000 Subject: [PATCH] Bump mysql2 in /multicontainer-openshift/deploy/nodejs/build Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.0.0 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.0.0...v3.9.7) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- multicontainer-openshift/deploy/nodejs/build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multicontainer-openshift/deploy/nodejs/build/package.json b/multicontainer-openshift/deploy/nodejs/build/package.json index f139557..b9c3230 100644 --- a/multicontainer-openshift/deploy/nodejs/build/package.json +++ b/multicontainer-openshift/deploy/nodejs/build/package.json @@ -5,6 +5,6 @@ "dependencies": { "restify": "8.4.0", "sequelize": "5.21.1", - "mysql2": "2.0.0" + "mysql2": "3.9.7" } } \ No newline at end of file