Merge pull request #31818 from overleaf/ar-actually-dedupe

[monorepo] run npm dedupe

GitOrigin-RevId: 6133acd7b28b536b777962024fd318c9c4d6c091
This commit is contained in:
Andrew Rumble
2026-02-26 14:01:47 +00:00
committed by Copybot
parent fcac73e27f
commit de75ea6d3b
3 changed files with 2992 additions and 6707 deletions
@@ -126,6 +126,7 @@ export async function main(trackProgress) {
// Load and Parse CSV
const content = fs.readFileSync(inputFile, 'utf-8')
/** @type {PriceRecord[]} */
const records = csv.parse(content, { columns: true, skip_empty_lines: true })
if (records.length === 0) {