fix: Override axios to 1.12.0 (#19544)

This commit is contained in:
Declan Carroll
2025-09-15 10:53:42 +01:00
committed by GitHub
parent a5c18c3c2d
commit 796e44eace
3 changed files with 470 additions and 234 deletions

View File

@@ -90,6 +90,7 @@
"@azure/identity": "^4.3.0", "@azure/identity": "^4.3.0",
"@n8n/typeorm>@sentry/node": "catalog:", "@n8n/typeorm>@sentry/node": "catalog:",
"@types/node": "^20.17.50", "@types/node": "^20.17.50",
"axios": "1.12.0",
"chokidar": "4.0.3", "chokidar": "4.0.3",
"esbuild": "^0.25.0", "esbuild": "^0.25.0",
"multer": "^2.0.2", "multer": "^2.0.2",

701
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ catalog:
'@types/uuid': ^10.0.0 '@types/uuid': ^10.0.0
'@types/xml2js': ^0.4.14 '@types/xml2js': ^0.4.14
'@vitest/coverage-v8': 3.2.4 '@vitest/coverage-v8': 3.2.4
axios: 1.8.3 axios: 1.12.0
basic-auth: 2.0.1 basic-auth: 2.0.1
callsites: 3.1.0 callsites: 3.1.0
chokidar: 4.0.3 chokidar: 4.0.3