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", "cypress-real-events": "^1.12.0",
"lodash": "catalog:", "lodash": "catalog:",
"nanoid": "catalog:", "nanoid": "catalog:",
"start-server-and-test": "^2.0.3" "start-server-and-test": "^2.0.5"
} }
} }

View file

@ -63,7 +63,6 @@
], ],
"overrides": { "overrides": {
"@types/node": "^18.16.16", "@types/node": "^18.16.16",
"axios": "1.7.3",
"chokidar": "3.5.2", "chokidar": "3.5.2",
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"formidable": "3.5.1", "formidable": "3.5.1",

View file

@ -93,7 +93,7 @@
"@n8n_io/ai-assistant-sdk": "1.9.4", "@n8n_io/ai-assistant-sdk": "1.9.4",
"@n8n_io/license-sdk": "2.13.1", "@n8n_io/license-sdk": "2.13.1",
"@oclif/core": "4.0.7", "@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/integrations": "7.87.0",
"@sentry/node": "7.87.0", "@sentry/node": "7.87.0",
"aws4": "1.11.0", "aws4": "1.11.0",

View file

@ -822,7 +822,7 @@
"@types/promise-ftp": "^1.3.4", "@types/promise-ftp": "^1.3.4",
"@types/rfc2047": "^2.0.1", "@types/rfc2047": "^2.0.1",
"@types/showdown": "^1.9.4", "@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/ssh2-sftp-client": "^5.1.0",
"@types/uuid": "catalog:", "@types/uuid": "catalog:",
"@types/xml2js": "catalog:", "@types/xml2js": "catalog:",
@ -885,7 +885,7 @@
"semver": "7.5.4", "semver": "7.5.4",
"showdown": "2.1.0", "showdown": "2.1.0",
"simple-git": "3.17.0", "simple-git": "3.17.0",
"snowflake-sdk": "1.9.2", "snowflake-sdk": "1.12.0",
"ssh2-sftp-client": "7.2.3", "ssh2-sftp-client": "7.2.3",
"tmp-promise": "3.0.3", "tmp-promise": "3.0.3",
"ts-ics": "^1.2.2", "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/lodash': ^4.14.195
'@types/uuid': ^8.3.2 '@types/uuid': ^8.3.2
'@types/xml2js': ^0.4.14 '@types/xml2js': ^0.4.14
axios: 1.7.3 axios: 1.7.4
basic-auth: 2.0.1 basic-auth: 2.0.1
fast-glob: 3.2.12 fast-glob: 3.2.12
form-data: 4.0.0 form-data: 4.0.0