Skip to content

Commit 95322f7

Browse files
committed
chore: upgrade pnpm to 10.28.2 for security fixes
Addresses path traversal in directories.bin and symlink-escape protection for file:/git: dependencies (CVE protections for reading sensitive files). https://pnpm.io/settings#blockexoticsubdeps Slack thread: https://triggerdotdev.slack.com/archives/C061L2MHW93/p1777625600974279?thread_ts=1777622248.762639&cid=C061L2MHW93 https://claude.ai/code/session_01G759MUqmjsPh9k1qDxbdjG
1 parent e2b9e0f commit 95322f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code when working with this repository. Su
44

55
## Build and Development Commands
66

7-
This is a pnpm 10.23.0 monorepo using Turborepo. Run commands from root with `pnpm run`.
7+
This is a pnpm 10.28.2 monorepo using Turborepo. Run commands from root with `pnpm run`.
88

99
```bash
1010
pnpm run docker # Start Docker services (PostgreSQL, Redis, Electric)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"vite-tsconfig-paths": "^4.0.5",
6666
"vitest": "3.1.4"
6767
},
68-
"packageManager": "pnpm@10.23.0",
68+
"packageManager": "pnpm@10.28.2",
6969
"dependencies": {
7070
"@changesets/cli": "2.26.2",
7171
"@remix-run/changelog-github": "^0.0.5",

0 commit comments

Comments
 (0)