fix(core): Prevent prototype pollution of internal classes in task runner (#12610)

This commit is contained in:
Tomi Turtiainen
2025-01-15 14:27:23 +02:00
committed by GitHub
parent 4a1a999362
commit eceee7f3f8
4 changed files with 46 additions and 16 deletions

View File

@@ -40,13 +40,13 @@
"acorn": "8.14.0",
"acorn-walk": "8.3.4",
"lodash": "catalog:",
"luxon": "catalog:",
"n8n-core": "workspace:*",
"n8n-workflow": "workspace:*",
"nanoid": "catalog:",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/lodash": "catalog:",
"luxon": "catalog:"
"@types/lodash": "catalog:"
}
}