Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: DevCycleHQ/license-action@main
with:
language: "javascript"
exclude-packages-node: "@img/sharp-libvips-linux-x64@1.2.4;@img/sharp-libvips-linux-x64@1.2.0;@img/sharp-libvips-linux-x64@1.0.4;@img/sharp-libvips-linux-x64@1.3.1"
run-tests:
runs-on: ubuntu-latest-4-core
strategy:
Expand Down
4 changes: 2 additions & 2 deletions mcp-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@cloudflare/workers-oauth-provider": "^0.3.0",
"ably": "^2.19.0",
"agents": "^0.7.6",
"hono": "^4.12.18",
"hono": "^4.12.34",
"jose": "^6.2.1",
"oauth4webapi": "^3.8.5"
},
"devDependencies": {
"@types/node": "^25.4.0",
"vitest": "^4.1.0",
"wrangler": "^4.72.0"
"wrangler": "~4.116.0"
},
"packageManager": "yarn@4.9.2"
}
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"shell-quote": "^1.9.0",
"yeoman-environment": "^6.0.1",
"uuid@npm:8.0.0": "^11.1.1",
"ip-address": "^10.1.1",
"ip-address": "^10.3.1",
"@types/estree": "1.0.5",
"estraverse": "5.3.0",
"fast-json-patch": "3.1.1",
Expand All @@ -183,27 +183,29 @@
"rollup@npm:^4.43.0": "^4.59.0",
"agents/@modelcontextprotocol/sdk": "1.27.1",
"flatted": "^3.4.2",
"undici": "^7.28.0",
"undici": "^7.29.0",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The global resolution is intentional. miniflare pins to exact 7.28.0 but so does node-gyp (via ^7.28.0), and both are covered by the global override. undici 7.29.0 is a semver patch release so API compatibility is maintained — all 189 tests pass with the updated version. This override pattern is the standard yarn approach for forcing security patches in transitive deps.

"tar": "^7.5.21",
"@tootallnate/once": "^3.0.1",
"diff@npm:^4.0.1": "^4.0.4",
"handlebars@npm:^4.7.7": "^4.7.9",
"path-to-regexp@npm:^8.0.0": "^8.4.0",
"path-to-regexp@npm:^8.1.0": "^8.4.0",
"brace-expansion@npm:^1.1.7": "^1.1.16",
"brace-expansion@npm:^2.0.1": "^2.1.2",
"brace-expansion@npm:^2.0.2": "^2.1.2",
"brace-expansion@npm:^1.1.7": "^1.1.18",
"brace-expansion@npm:^1.1.16": "^1.1.18",
"brace-expansion@npm:^2.0.1": "^2.1.4",
"brace-expansion@npm:^2.0.2": "^2.1.4",
"brace-expansion@npm:^2.1.2": "^2.1.4",
"brace-expansion@npm:^5.0.5": "^5.0.8",
"picomatch@npm:^2.3.1": "^2.3.2",
"picomatch@npm:^4.0.2": "^4.0.4",
"picomatch@npm:^4.0.3": "^4.0.4",
"hono": "^4.12.25",
"hono": "^4.12.34",
"@hono/node-server": "^2.0.5",
"follow-redirects": "^1.16.0",
"vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0": "^7.3.2",
"lodash": "^4.18.1",
"postcss": "^8.5.18",
"fast-uri@npm:^3.0.1": "^3.1.4",
"fast-uri@npm:^3.0.1": "^3.1.5",
"sigstore@npm:^1.3.0": "^4.1.1",
"qs@npm:^6.14.0": "^6.15.2",
"qs@npm:^6.14.1": "^6.15.2",
Expand Down
Loading
Loading