Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-packages/node-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"mongodb-memory-server-global": "^11.0.1",
"mongoose": "^6.13.10",
"mysql": "^2.18.1",
"mysql2": "^3.19.1",
"mysql2": "^3.23.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump breaks pre-3.20 mysql2 tests

Medium Severity

Bumping mysql2 from 3.19.1 to 3.23.2 crosses the 3.20.0 instrumentation boundary. The mysql2 suite expects the orchestrion path (auto.db.mysql2, legacy semconv attrs, unsanitized literals), but >= 3.20.0 uses native diagnostics channels (auto.db.mysql2.diagnostic_channel) instead. Orchestrion is gated to < 3.20.0, and the >= 3.20.0 path is already covered by mysql2-tracing-channel via additionalDependencies.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a933b86. Configure here.

"nock": "^14.0.17",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22535,10 +22535,10 @@ mute-stream@0.0.8:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==

mysql2@^3.19.1:
version "3.19.1"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.19.1.tgz#1e9c88646cb2f0cb3d8df6ce56b8f4d6cbf6b013"
integrity sha512-yn4zh+Uxu5J3Zvi6Ao96lJ7BSBRkspHflWQAmOPND+htbpIKDQw99TTvPzgihKO/QyMickZopO4OsnixnpcUwA==
mysql2@^3.23.2:
version "3.23.2"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.23.2.tgz#30d108672482fee8f0a467886991134f0befa011"
integrity sha512-fxh3HpQ8vJtu/Mmnd4Xsur19jGjHGzRLMxptiDtOkbX7EVBgnafGSGDx1WGGVmJLClVh2LeeBMMo24IFv8wCyQ==
dependencies:
aws-ssl-profiles "^1.1.2"
denque "^2.1.0"
Expand All @@ -22547,7 +22547,7 @@ mysql2@^3.19.1:
long "^5.3.2"
lru.min "^1.1.4"
named-placeholders "^1.1.6"
sql-escaper "^1.3.3"
sql-escaper "^1.5.1"

mysql@^2.18.1:
version "2.18.1"
Expand Down Expand Up @@ -26864,9 +26864,9 @@ rollup-plugin-sourcemaps@^0.6.3:
source-map-resolve "^0.6.0"

rollup-plugin-visualizer@^6.0.3, rollup-plugin-visualizer@^7.0.1:
version "6.0.5"
resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz#9cf774cff88f4ba2887c97354766b68931323280"
integrity sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==
version "6.0.11"
resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.11.tgz#64addb59eb43d560cd1bdc5db91e64c0069b9f71"
integrity sha512-TBwVHVY7buHjIKVLqr9scTVFwqZqMXINcCphPwIWKPDCOBIa+jCQfafvbjRJDZgXdq/A996Dy6yGJ/+/NtAXDQ==
dependencies:
open "^8.0.0"
picomatch "^4.0.2"
Expand Down Expand Up @@ -28107,10 +28107,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sql-escaper@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/sql-escaper/-/sql-escaper-1.3.3.tgz#65faf89f048d26bb9a75566b82b5990ddf8a5b7f"
integrity sha512-BsTCV265VpTp8tm1wyIm1xqQCS+Q9NHx2Sr+WcnUrgLrQ6yiDIvHYJV5gHxsj1lMBy2zm5twLaZao8Jd+S8JJw==
sql-escaper@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/sql-escaper/-/sql-escaper-1.5.1.tgz#fbaee511294d1f7da92fb68ca1faee2255839c7b"
integrity sha512-4toX5E1fQbBrpfXidaHnF0669nkAdETeIPTs2SUjxxD7RRIs9ICG4gtpmfc68JCEKehsdwLFqBu9VlQqZ1P1gg==

sqlstring@2.3.1:
version "2.3.1"
Expand Down
Loading