Skip to content

Commit 32bd2eb

Browse files
committed
fix: add pnpm overrides for audit vulnerabilities
1 parent 4f14ad6 commit 32bd2eb

2 files changed

Lines changed: 216 additions & 188 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,11 @@
186186
"bin": {
187187
"mppx": "./dist/bin.js",
188188
"mppx.src": "./src/bin.ts"
189+
},
190+
"pnpm": {
191+
"overrides": {
192+
"path-to-regexp": ">=8.4.0",
193+
"tar": ">=7.5.11"
194+
}
189195
}
190196
}

0 commit comments

Comments
 (0)