feat(core): Update some packages to address CVE-2022-29622 (no-changelog) (#8877)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-13 12:47:36 +01:00
committed by GitHub
parent a678e8570b
commit 71f1b23771
5 changed files with 66 additions and 137 deletions

View File

@@ -497,7 +497,7 @@ describe('POST /login', () => {
expect(response.statusCode).toBe(200);
expect(response.headers['set-cookie']).toBeDefined();
expect(response.headers['set-cookie'][0] as string).toContain('n8n-auth=');
expect(response.headers['set-cookie'][0]).toContain('n8n-auth=');
// Make sure the changes in the "LDAP server" were persisted in the database
const localLdapIdentities = await getLdapIdentities();