Skip to content

Commit 54d232f

Browse files
committed
fix(deps): override tmp to patched version
Force tmp to 0.2.4 via pnpm overrides so production audit passes with @inquirer/prompts transitive dependencies.
1 parent b71be24 commit 54d232f

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185
"readdirp>picomatch": "2.3.2",
186186
"minimatch": "10.2.3",
187187
"rollup": "4.59.0",
188-
"hono@<4.12.7": ">=4.12.7"
188+
"hono@<4.12.7": ">=4.12.7",
189+
"tmp": "0.2.4"
189190
}
190191
}
191192
}

pnpm-lock.yaml

Lines changed: 6 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)