Skip to content

Commit b245fb1

Browse files
authored
fix(deps): update dependency @modelcontextprotocol/sdk to v^1.25.2 [security] (#31)
1 parent 4e2235c commit b245fb1

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"packageManager": "yarn@4.9.2",
4747
"dependencies": {
48-
"@modelcontextprotocol/sdk": "^1.24.3",
48+
"@modelcontextprotocol/sdk": "^1.25.2",
4949
"axios": "^1.12.2",
5050
"zod": "^3.25.76"
5151
},

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,15 @@ __metadata:
278278
languageName: node
279279
linkType: hard
280280

281+
"@hono/node-server@npm:^1.19.7":
282+
version: 1.19.7
283+
resolution: "@hono/node-server@npm:1.19.7"
284+
peerDependencies:
285+
hono: ^4
286+
checksum: 10c0/293818e02a9100122a9319fba7032a3bae86d5f98f55d1a0ff4843c2b729eb6b471978ea15e29f4fb680c6a0be23a6e5a2132f3790ab31e88fb0b6b6fcc6829e
287+
languageName: node
288+
linkType: hard
289+
281290
"@isaacs/cliui@npm:^8.0.2":
282291
version: 8.0.2
283292
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -301,10 +310,11 @@ __metadata:
301310
languageName: node
302311
linkType: hard
303312

304-
"@modelcontextprotocol/sdk@npm:^1.20.0, @modelcontextprotocol/sdk@npm:^1.24.3":
305-
version: 1.24.3
306-
resolution: "@modelcontextprotocol/sdk@npm:1.24.3"
313+
"@modelcontextprotocol/sdk@npm:^1.20.0, @modelcontextprotocol/sdk@npm:^1.25.2":
314+
version: 1.25.2
315+
resolution: "@modelcontextprotocol/sdk@npm:1.25.2"
307316
dependencies:
317+
"@hono/node-server": "npm:^1.19.7"
308318
ajv: "npm:^8.17.1"
309319
ajv-formats: "npm:^3.0.1"
310320
content-type: "npm:^1.0.5"
@@ -315,6 +325,7 @@ __metadata:
315325
express: "npm:^5.0.1"
316326
express-rate-limit: "npm:^7.5.0"
317327
jose: "npm:^6.1.1"
328+
json-schema-typed: "npm:^8.0.2"
318329
pkce-challenge: "npm:^5.0.0"
319330
raw-body: "npm:^3.0.0"
320331
zod: "npm:^3.25 || ^4.0"
@@ -327,7 +338,7 @@ __metadata:
327338
optional: true
328339
zod:
329340
optional: false
330-
checksum: 10c0/91746ddf347d61815c09d2a09d3dc7564576b417f7349c33c672a7e3c69dcd215a52a066b02fcd9eaab1cdeab60cc827f3382b28b2ab68e7fc46d2e1f3824cad
341+
checksum: 10c0/ffc024398e1b7841fb1ff2dc540e2e84f4b97a2a4058ef48e58836ce6077321c536a3858e9155472b7933c4773975b375167815bd4d721c3ca1e92db62e9488c
331342
languageName: node
332343
linkType: hard
333344

@@ -365,7 +376,7 @@ __metadata:
365376
resolution: "@plainly-videos/mcp-server@workspace:."
366377
dependencies:
367378
"@biomejs/biome": "npm:2.3.8"
368-
"@modelcontextprotocol/sdk": "npm:^1.24.3"
379+
"@modelcontextprotocol/sdk": "npm:^1.25.2"
369380
"@smithery/sdk": "npm:^1.7.5"
370381
"@types/node": "npm:^22.10.6"
371382
axios: "npm:^1.12.2"
@@ -1499,6 +1510,13 @@ __metadata:
14991510
languageName: node
15001511
linkType: hard
15011512

1513+
"json-schema-typed@npm:^8.0.2":
1514+
version: 8.0.2
1515+
resolution: "json-schema-typed@npm:8.0.2"
1516+
checksum: 10c0/89f5e2fb1495483b705c027203c07277ee6bf2665165ad25a9cb55de5af7f72570326d13d32565180781e4083ad5c9688102f222baed7b353c2f39c1e02b0428
1517+
languageName: node
1518+
linkType: hard
1519+
15021520
"json-schema@npm:^0.4.0":
15031521
version: 0.4.0
15041522
resolution: "json-schema@npm:0.4.0"

0 commit comments

Comments
 (0)