Skip to content

Commit 3aeea5c

Browse files
authored
chore(cli): upgrade deps (#501)
1 parent d5f21c2 commit 3aeea5c

3 files changed

Lines changed: 468 additions & 255 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"dependencies": {
4949
"@cloudflare/vitest-pool-workers": "^0.6.8",
50-
"wrangler": "^3.57.1"
50+
"wrangler": "^3.57.1",
51+
"zod": "^4.3.6"
5152
},
5253
"packageManager": "pnpm@10.33.0"
5354
}

packages/cli/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
"author": "",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@actions/core": "^3.0.0",
24+
"@actions/core": "^3.0.1",
2525
"@jsdevtools/ez-spawn": "^3.0.4",
26-
"@octokit/action": "^6.1.0",
27-
"ignore": "^5.3.1",
28-
"isbinaryfile": "^5.0.2",
29-
"pkg-types": "^1.1.1",
30-
"query-registry": "^3.0.1",
31-
"tinyglobby": "^0.2.9"
26+
"@octokit/action": "^8.0.4",
27+
"ignore": "^7.0.5",
28+
"isbinaryfile": "^6.0.0",
29+
"pkg-types": "^2.3.1",
30+
"query-registry": "^4.3.0",
31+
"tinyglobby": "^0.2.16",
32+
"zod": "^4.3.6"
3233
},
3334
"devDependencies": {
3435
"@pkg-pr-new/utils": "workspace:^",

0 commit comments

Comments
 (0)