Why
Dependabot alert 110 (high, open): mysql2 < 3.22.0 leaks plaintext credentials via an auth-plugin downgrade to mysql_clear_password. packages/console/core/package.json pins 3.14.4.
Scope
packages/console/core/package.json + workspace lockfile.
Approach
- Bump
mysql2 to 3.22.0 (keep the exact-pin style), refresh the lockfile via bun install, verify the console package typechecks and its tests pass.
Acceptance
- Dependabot alert 110 closes (or its vulnerable range no longer matches the pinned version);
bun install clean; console typecheck green.
Why
Dependabot alert 110 (high, open): mysql2
< 3.22.0leaks plaintext credentials via an auth-plugin downgrade tomysql_clear_password.packages/console/core/package.jsonpins3.14.4.Scope
packages/console/core/package.json+ workspace lockfile.Approach
mysql2to3.22.0(keep the exact-pin style), refresh the lockfile viabun install, verify the console package typechecks and its tests pass.Acceptance
bun installclean; console typecheck green.