mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Upgrade axios to address CVE-2025-27152 (#13799)
This commit is contained in:
committed by
GitHub
parent
de23ae5558
commit
6c1b99d6c2
@@ -21,7 +21,6 @@ describe('GraphQL Node', () => {
|
||||
nock(baseUrl)
|
||||
.matchHeader('accept', 'application/json')
|
||||
.matchHeader('content-type', 'application/json')
|
||||
.matchHeader('user-agent', 'axios/1.7.4')
|
||||
.matchHeader('content-length', '263')
|
||||
.matchHeader('accept-encoding', 'gzip, compress, deflate, br')
|
||||
.post(
|
||||
|
||||
Reference in New Issue
Block a user