mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Google Sheets Node): Upgrade xlsx to address CVE-2023-30533 (#6172)
[GitHub Advisory](https://github.com/advisories/GHSA-4r6h-8v6p-xvw6)
This commit is contained in:
committed by
GitHub
parent
751e132968
commit
45dc985af7
@@ -87,9 +87,9 @@ describe('Execute Spreadsheet File Node', () => {
|
||||
mimeType: 'text/csv',
|
||||
fileType: 'text',
|
||||
fileExtension: 'csv',
|
||||
data: '77u/QSxCLEMKMSwyLDMKNCw1LDYK',
|
||||
data: '77u/QSxCLEMKMSwyLDMKNCw1LDY=',
|
||||
fileName: 'spreadsheet.csv',
|
||||
fileSize: '21 B',
|
||||
fileSize: '20 B',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user