Skip to content

Commit 7779456

Browse files
committed
Pin vulnerable transitive npm deps via pnpm overrides
1 parent de27fa2 commit 7779456

2 files changed

Lines changed: 134 additions & 97 deletions

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,11 @@
7272
"engines": {
7373
"node": ">=20.0.0"
7474
},
75-
"packageManager": "pnpm@10.11.0"
75+
"packageManager": "pnpm@10.11.0",
76+
"pnpm": {
77+
"overrides": {
78+
"diff": "^4.0.4",
79+
"rollup": "^4.59.0"
80+
}
81+
}
7682
}

0 commit comments

Comments
 (0)