Skip to content

Commit 01d6153

Browse files
committed
Adding recommended security features
1 parent f9f0bb6 commit 01d6153

File tree

21 files changed

+654
-346
lines changed

21 files changed

+654
-346
lines changed

apps/ai-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/auditlogs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/autorag/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/browser-rendering/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/cloudflare-one-casb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
19-
"agents": "0.2.7",
19+
"agents": "0.2.19",
2020
"cloudflare": "4.2.0",
2121
"hono": "4.7.6",
2222
"zod": "3.24.2"

apps/demo-day/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@modelcontextprotocol/sdk": "1.18.2",
14+
"@modelcontextprotocol/sdk": "1.20.2",
1515
"@repo/mcp-common": "workspace:*",
1616
"@repo/mcp-observability": "workspace:*",
17-
"agents": "0.2.7",
17+
"agents": "0.2.19",
1818
"zod": "3.24.2"
1919
},
2020
"devDependencies": {

apps/dex-analysis/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"test": "vitest run"
1414
},
1515
"dependencies": {
16-
"@cloudflare/workers-oauth-provider": "0.0.5",
16+
"@cloudflare/workers-oauth-provider": "0.0.13",
1717
"@hono/zod-validator": "0.4.3",
18-
"@modelcontextprotocol/sdk": "1.18.2",
18+
"@modelcontextprotocol/sdk": "1.20.2",
1919
"@repo/mcp-common": "workspace:*",
2020
"@repo/mcp-observability": "workspace:*",
21-
"agents": "0.2.7",
21+
"agents": "0.2.19",
2222
"cloudflare": "4.2.0",
2323
"hono": "4.7.6",
2424
"jszip": "3.10.1",

apps/dns-analytics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/docs-autorag/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"mime": "4.0.6",

apps/docs-vectorize/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@cloudflare/workers-oauth-provider": "0.0.5",
15+
"@cloudflare/workers-oauth-provider": "0.0.13",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.19",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"mime": "4.0.6",

0 commit comments

Comments
 (0)