Skip to content

Commit

Permalink
feat(core): Upgrade axios to address CVE-2024-39338 (no-changelog) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Aug 21, 2024
1 parent 9bdb1d6 commit e936494
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 307 deletions.
2 changes: 1 addition & 1 deletion cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"cypress-real-events": "^1.12.0",
"lodash": "catalog:",
"nanoid": "catalog:",
"start-server-and-test": "^2.0.3"
"start-server-and-test": "^2.0.5"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
],
"overrides": {
"@types/node": "^18.16.16",
"axios": "1.7.3",
"chokidar": "3.5.2",
"esbuild": "^0.20.2",
"formidable": "3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@n8n_io/ai-assistant-sdk": "1.9.4",
"@n8n_io/license-sdk": "2.13.1",
"@oclif/core": "4.0.7",
"@rudderstack/rudder-sdk-node": "2.0.7",
"@rudderstack/rudder-sdk-node": "2.0.9",
"@sentry/integrations": "7.87.0",
"@sentry/node": "7.87.0",
"aws4": "1.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
"@types/promise-ftp": "^1.3.4",
"@types/rfc2047": "^2.0.1",
"@types/showdown": "^1.9.4",
"@types/snowflake-sdk": "^1.6.20",
"@types/snowflake-sdk": "^1.6.24",
"@types/ssh2-sftp-client": "^5.1.0",
"@types/uuid": "catalog:",
"@types/xml2js": "catalog:",
Expand Down Expand Up @@ -885,7 +885,7 @@
"semver": "7.5.4",
"showdown": "2.1.0",
"simple-git": "3.17.0",
"snowflake-sdk": "1.9.2",
"snowflake-sdk": "1.12.0",
"ssh2-sftp-client": "7.2.3",
"tmp-promise": "3.0.3",
"ts-ics": "^1.2.2",
Expand Down
Loading

0 comments on commit e936494

Please sign in to comment.