mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
* 🚀 Release 0.216.1 * fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522) * fix(core): Do not allow arbitrary path traversal in BinaryDataManager (#5523) * fix(core): User update endpoint should only allow updating email, firstName, and lastName (#5526) * fix(core): Do not explicitly bypass auth on urls containing `.svg` (#5525) * 📚 Update CHANGELOG.md --------- Co-authored-by: janober <janober@users.noreply.github.com> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
8 lines
193 B
TypeScript
8 lines
193 B
TypeScript
import 'reflect-metadata';
|
|
|
|
jest.mock('@sentry/node');
|
|
jest.mock('@n8n_io/license-sdk');
|
|
jest.mock('@/telemetry');
|
|
jest.mock('@/eventbus/MessageEventBus/MessageEventBus');
|
|
jest.mock('@/push');
|