From 1cd646ade0cd967c7a600105796d6fe506efb9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:09:10 +0000 Subject: [PATCH] chore(deps): bump mysql2 in /reference-apps/typescript-api-first Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.19.1 to 3.20.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.19.1...v3.20.0) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reference-apps/typescript-api-first/package-lock.json | 8 ++++---- reference-apps/typescript-api-first/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference-apps/typescript-api-first/package-lock.json b/reference-apps/typescript-api-first/package-lock.json index 5f48ba4..9db2410 100644 --- a/reference-apps/typescript-api-first/package-lock.json +++ b/reference-apps/typescript-api-first/package-lock.json @@ -15,7 +15,7 @@ "helmet": "^8.1.0", "js-yaml": "^4.1.1", "mongodb": "^7.0.0", - "mysql2": "^3.16.3", + "mysql2": "^3.20.0", "node-vault": "^0.10.10", "pg": "^8.18.0", "prom-client": "^15.1.0", @@ -5637,9 +5637,9 @@ } }, "node_modules/mysql2": { - "version": "3.19.1", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.19.1.tgz", - "integrity": "sha512-yn4zh+Uxu5J3Zvi6Ao96lJ7BSBRkspHflWQAmOPND+htbpIKDQw99TTvPzgihKO/QyMickZopO4OsnixnpcUwA==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.20.0.tgz", + "integrity": "sha512-eCLUs7BNbgA6nf/MZXsaBO1SfGs0LtLVrJD3WeWq+jPLDWkSufTD+aGMwykfUVPdZnblaUK1a8G/P63cl9FkKg==", "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.2", diff --git a/reference-apps/typescript-api-first/package.json b/reference-apps/typescript-api-first/package.json index 1740a37..9893318 100644 --- a/reference-apps/typescript-api-first/package.json +++ b/reference-apps/typescript-api-first/package.json @@ -26,7 +26,7 @@ "helmet": "^8.1.0", "js-yaml": "^4.1.1", "mongodb": "^7.0.0", - "mysql2": "^3.16.3", + "mysql2": "^3.20.0", "node-vault": "^0.10.10", "pg": "^8.18.0", "prom-client": "^15.1.0",