Skip to content

Commit 3d99d6d

Browse files
authored
Update @vercel/oidc and @vercel/queue to fix expired OIDC token edge case (#368)
1 parent 70fb4eb commit 3d99d6d

File tree

6 files changed

+35
-32
lines changed

6 files changed

+35
-32
lines changed

.changeset/cool-lands-buy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@workflow/world-postgres": patch
3+
"@workflow/world-vercel": patch
4+
"@workflow/world-local": patch
5+
"@workflow/core": patch
6+
---
7+
8+
Update `@vercel/oidc` and `@vercel/queue` to fix expired OIDC token edge case

packages/world-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typecheck": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@vercel/queue": "0.0.0-alpha.23",
33+
"@vercel/queue": "catalog:",
3434
"@workflow/utils": "workspace:*",
3535
"@workflow/world": "workspace:*",
3636
"ulid": "3.0.1",

packages/world-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"db:push": "node dist/cli.js"
4646
},
4747
"dependencies": {
48-
"@vercel/queue": "0.0.0-alpha.23",
48+
"@vercel/queue": "catalog:",
4949
"@workflow/errors": "workspace:*",
5050
"@workflow/world": "workspace:*",
5151
"@workflow/world-local": "workspace:*",

packages/world-vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@vercel/oidc": "catalog:",
34-
"@vercel/queue": "0.0.0-alpha.28",
34+
"@vercel/queue": "catalog:",
3535
"@workflow/errors": "workspace:*",
3636
"@workflow/world": "workspace:*",
3737
"zod": "catalog:"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ catalog:
88
"@biomejs/biome": ^2.2.7
99
"@types/json-schema": ^7.0.15
1010
"@vercel/functions": ^3.1.4
11-
"@vercel/oidc": ^3.0.3
11+
"@vercel/oidc": 3.0.5
12+
"@vercel/queue": 0.0.0-alpha.29
1213
"@vitest/coverage-v8": ^3.2.4
1314
"nitro": "3.0.1-alpha.1"
1415
ai: 5.0.76

0 commit comments

Comments
 (0)