stable
Clone or download
Read-only
chore: request #37570 sheetjs: 0.19.3 -> 0.20.2
Fixes CVE-2024-22363 (ReDoS). Changes: https://git.sheetjs.com/sheetjs/sheetjs/src/tag/v0.20.2/CHANGELOG.md No functional changes. There are some additional changes because a internal package that was renamed was still using the old name causing troubles to upgrade xlsx. Change-Id: I2c34212abe9be33d6ac773346528b2445ea896e6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/package.json | +1 | −1 | Go to diff View file |
M | plugins/document_generation/pnpm-lock.yaml | +5 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/lib/xlsx/package.json | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/lib/xlsx/pnpm-lock.yaml | +5 | −5 | Go to diff View file |
M | plugins/testplan/package.json | +2 | −2 | Go to diff View file |
M | plugins/testplan/pnpm-lock.yaml | +99 | −9 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-builder.ts | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.ts | +5 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.test.ts | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.ts | +2 | −2 | Go to diff View file |