1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-04 00:28:27 +03:00

feat(core): Upgrade axios to address CVE-2024-39338 (no-changelog) (#10494)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-08-21 12:11:24 +02:00 committed by GitHub
parent 9bdb1d6dca
commit e936494e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 384 additions and 321 deletions

View File

@ -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"
}
}

View File

@ -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",

View File

@ -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",

View File

@ -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:",
@ -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",

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ catalog:
'@types/lodash': ^4.14.195
'@types/uuid': ^8.3.2
'@types/xml2js': ^0.4.14
axios: 1.7.3
axios: 1.7.4
basic-auth: 2.0.1
fast-glob: 3.2.12
form-data: 4.0.0