fix(core): Make parsing of content-type and content-disposition headers more flexible (#7217)

fixes #7149
This commit is contained in:
Elias Meire
2023-09-20 14:40:06 +02:00
committed by GitHub
parent 6bc477b50e
commit d41546b899
4 changed files with 262 additions and 152 deletions

View File

@@ -35,8 +35,6 @@
],
"devDependencies": {
"@types/concat-stream": "^2.0.0",
"@types/content-disposition": "^0.5.5",
"@types/content-type": "^1.1.5",
"@types/cron": "~1.7.1",
"@types/crypto-js": "^4.0.1",
"@types/express": "^4.17.6",
@@ -52,8 +50,6 @@
"axios": "^0.21.1",
"@n8n/client-oauth2": "workspace:*",
"concat-stream": "^2.0.0",
"content-disposition": "^0.5.4",
"content-type": "^1.0.4",
"cron": "~1.7.2",
"crypto-js": "~4.1.1",
"fast-glob": "^3.2.5",