Skip to content

Commit

Permalink
fix(core): Upgrade mysql2 to address CVE-2024-21511 (#9206)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Apr 24, 2024
1 parent 05a569c commit 3996d28
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"ldapts": "4.2.6",
"lodash": "4.17.21",
"luxon": "3.3.0",
"mysql2": "3.9.5",
"mysql2": "3.9.7",
"n8n-core": "workspace:*",
"n8n-editor-ui": "workspace:*",
"n8n-nodes-base": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@
"mongodb": "6.3.0",
"mqtt": "5.0.2",
"mssql": "10.0.2",
"mysql2": "3.9.5",
"mysql2": "3.9.7",
"n8n-workflow": "workspace:*",
"nanoid": "3.3.6",
"node-html-markdown": "1.2.0",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3996d28

Please sign in to comment.