Skip to content

Commit

Permalink
fix(core): Update packages to address CVE-2023-2142 and CVE-2020-28469
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Aug 3, 2023
1 parent 732416f commit bba0215
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 155 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"cookie-parser": "^1.4.6",
"crypto-js": "~4.1.1",
"csrf": "^3.1.0",
"curlconverter": "^3.0.0",
"curlconverter": "^4.8.0",
"dotenv": "^8.0.0",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/src/curlconverter.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/MQTT/Mqtt.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class Mqtt implements INodeType {
resolve([items]);
});

client.on('error', (e: string | undefined) => {
client.on('error', (e) => {
reject(e);
});
});
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 @@ -838,7 +838,7 @@
"moment": "~2.29.2",
"moment-timezone": "^0.5.28",
"mongodb": "^4.9.1",
"mqtt": "4.2.6",
"mqtt": "^5.0.2",
"mssql": "^8.1.2",
"mysql2": "~2.3.0",
"n8n-workflow": "workspace:*",
Expand Down
Loading

0 comments on commit bba0215

Please sign in to comment.