mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
feat(core): Upgrade axios to address CVE-2024-39338 (no-changelog) (#10494)
This commit is contained in:
parent
9bdb1d6dca
commit
e936494e3d
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
694
pnpm-lock.yaml
694
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue