Skip to content

Commit f6142e6

Browse files
committed
npm: getting rid of older insecure tmp package 0.2.3, just use 0.2.4
1 parent bfdd868 commit f6142e6

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

src/.claude/settings.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"Bash(NODE_OPTIONS=--max-old-space-size=8192 ../node_modules/.bin/tsc --noEmit)",
66
"Bash(bash:*)",
77
"Bash(curl:*)",
8-
"Bash(curl:*)",
98
"Bash(docker run:*)",
109
"Bash(find:*)",
1110
"Bash(gh pr view:*)",
@@ -19,11 +18,17 @@
1918
"Bash(npm show:*)",
2019
"Bash(npm view:*)",
2120
"Bash(npx tsc:*)",
21+
"Bash(pnpm add:*)",
22+
"Bash(pnpm audit:*)",
2223
"Bash(pnpm build:*)",
2324
"Bash(pnpm i18n:*)",
25+
"Bash(pnpm info:*)",
2426
"Bash(pnpm list:*)",
27+
"Bash(pnpm remove:*)",
28+
"Bash(pnpm run:*)",
2529
"Bash(pnpm ts-build:*)",
2630
"Bash(pnpm tsc:*)",
31+
"Bash(pnpm view:*)",
2732
"Bash(pnpm why:*)",
2833
"Bash(prettier -w:*)",
2934
"Bash(psql:*)",
@@ -37,11 +42,13 @@
3742
"WebSearch",
3843
"mcp__cclsp__find_definition",
3944
"mcp__github__get_issue",
40-
"mcp__github__get_pull_request_comments",
41-
"mcp__github__get_pull_request",
4245
"mcp__github__get_issue_comments",
46+
"mcp__github__get_pull_request",
47+
"mcp__github__get_pull_request_comments",
4348
"mcp__github__get_pull_request_comments",
44-
"mcp__cclsp__find_definition"
49+
"mcp__github__get_pull_request_status",
50+
"mcp__github__list_workflow_runs",
51+
"mcp__github__list_workflows"
4552
],
4653
"deny": []
4754
}

src/packages/pnpm-lock.yaml

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)