Skip to content

Commit 4adf35e

Browse files
committed
chore(deps): bump express-rate-limit and ip-address
Scope @modelcontextprotocol/sdk (>=1.26.0) to express-rate-limit ^8.6.0 and @jsonhero/json-infer-types to ip-address ^10.2.0, so both transitive ip-address resolutions land on 10.2.0 instead of 8.1.0 and 10.0.1. express-rate-limit 8.2.1 pinned ip-address to an exact version; 8.5.1 onwards declares a range instead, so moving the parent lets ip-address resolve on its own. json-infer-types caps ip-address at ^8.1.0 and is already at its latest release, so that chain needs a scoped override. The cli-v3 chain is untouched: it resolves @modelcontextprotocol/sdk 1.25.2, which declares express-rate-limit ^7.5.0 and pulls no ip-address at all. Regenerated pnpm-lock.yaml. Nothing in the repo imports either package directly; both chains are transitive under apps/webapp.
1 parent 4d8b5d6 commit 4adf35e

2 files changed

Lines changed: 17 additions & 29 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@
139139
"tmp@<0.2.7": "0.2.7",
140140
"brace-expansion@<1.1.13": "1.1.13",
141141
"brace-expansion@>=2 <2.0.3": "2.0.3",
142-
"brace-expansion@>=5 <5.0.6": "5.0.6"
142+
"brace-expansion@>=5 <5.0.6": "5.0.6",
143+
"@jsonhero/json-infer-types>ip-address": "^10.2.0",
144+
"@modelcontextprotocol/sdk@>=1.26.0>express-rate-limit": "^8.6.0"
143145
},
144146
"onlyBuiltDependencies": [
145147
"@depot/cli",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)