Skip to content

Commit 3cf16ad

Browse files
chore: bump dev deps to clear Dependabot alerts (#20)
Within-major bumps (pnpm up): tsup 8.1 → 8.5, msw 2.3 → 2.13, vitest 1.6.0 → 1.6.1, typescript 5.4.5 → 5.9.3, @types/node 20.14 → 20.19, @types/async-retry 1.4.8 → 1.4.9, fastq 1.17 → 1.20. Transitively clears 6 open Dependabot alerts (all high-severity rollup and minimatch, plus glob, picomatch, cookie): rollup → 4.60.2, picomatch → 4.0.4, cookie → 1.1.1; minimatch and glob no longer pulled in. Replaces the legacy `import ... assert { type: "json" }` syntax with the new `with { type: "json" }` form required by TS 5.9. Remaining open alerts (#48 vite, #60 tsup) need a vitest major bump or an upstream tsup fix; tracked as follow-ups.
1 parent 0cb0997 commit 3cf16ad

4 files changed

Lines changed: 604 additions & 911 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"license": "MIT",
3535
"devDependencies": {
3636
"@biomejs/biome": "1.8.1",
37-
"@types/async-retry": "^1.4.8",
38-
"@types/node": "^20.14.2",
39-
"msw": "^2.3.1",
40-
"tsup": "^8.1.0",
41-
"typescript": "^5.4.5",
42-
"vitest": "^1.6.0"
37+
"@types/async-retry": "^1.4.9",
38+
"@types/node": "^20.19.39",
39+
"msw": "^2.13.4",
40+
"tsup": "^8.5.1",
41+
"typescript": "^5.9.3",
42+
"vitest": "^1.6.1"
4343
},
4444
"dependencies": {
45-
"fastq": "^1.17.1",
45+
"fastq": "^1.20.1",
4646
"fetch-retry": "^6.0.0"
4747
}
4848
}

0 commit comments

Comments
 (0)