Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit ee5c975

Browse files
sapientpantsclaudeCopilot
authored
chore: update dependencies to latest versions (#167)
* chore: update dependencies to latest versions - Update @modelcontextprotocol/sdk from 1.17.5 to 1.18.0 - Update axios from 1.11.0 to 1.12.1 - Update pino from 9.9.4 to 9.9.5 - Update @types/node from 24.3.1 to 24.3.3 (dev dependency) - Constrain zod to >=3.25.0 <4.0.0 to prevent breaking changes from v4 All tests pass and no security vulnerabilities found. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Update .changeset/update-dependencies-2025-01.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 8828190 commit ee5c975

File tree

3 files changed

+456
-488
lines changed

3 files changed

+456
-488
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'deepsource-mcp-server': patch
3+
---
4+
5+
Update dependencies to latest versions
6+
7+
- Update @modelcontextprotocol/sdk from 1.17.4 to 1.18.0
8+
- Update axios from 1.11.0 to 1.12.1
9+
- Update pino from 9.9.4 to 9.9.5
10+
- Update @types/node from 24.3.1 to 24.3.3 (dev dependency)
11+
- Constrain zod to >=3.25.0 <4.0.0 to prevent breaking changes from v4
12+
13+
All tests pass and no security vulnerabilities found.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484
]
8585
},
8686
"dependencies": {
87-
"@modelcontextprotocol/sdk": "^1.17.4",
88-
"axios": "^1.11.0",
87+
"@modelcontextprotocol/sdk": "^1.18.0",
88+
"axios": "^1.12.1",
8989
"cors": "^2.8.5",
9090
"express": "^5.1.0",
91-
"pino": "9.9.4",
91+
"pino": "9.9.5",
9292
"pino-roll": "3.1.0",
9393
"pino-syslog": "3.2.0",
94-
"zod": "^3.25.76"
94+
"zod": ">=3.25.0 <4.0.0"
9595
},
9696
"devDependencies": {
9797
"@changesets/cli": "^2.29.7",
@@ -106,18 +106,18 @@
106106
"@types/cors": "^2.8.19",
107107
"@types/express": "^5.0.3",
108108
"@types/jest": "^30.0.0",
109-
"@types/node": "^24.3.1",
109+
"@types/node": "^24.3.3",
110110
"@types/supertest": "^6.0.3",
111111
"@typescript-eslint/eslint-plugin": "^8.43.0",
112112
"@typescript-eslint/parser": "^8.43.0",
113113
"@vitest/coverage-v8": "^3.2.4",
114+
"eslint": "^9.35.0",
114115
"eslint-config-prettier": "^10.1.8",
115116
"eslint-plugin-jsonc": "2.20.1",
116117
"eslint-plugin-prettier": "^5.5.4",
117-
"eslint": "^9.35.0",
118-
"fast-check": "^4.2.0",
118+
"fast-check": "^4.3.0",
119119
"husky": "^9.1.7",
120-
"jest": "^30.0.5",
120+
"jest": "^30.1.3",
121121
"jsonc-eslint-parser": "2.4.0",
122122
"lint-staged": "^16.1.6",
123123
"markdownlint-cli2": "0.18.1",
@@ -127,8 +127,8 @@
127127
"rimraf": "^6.0.1",
128128
"supertest": "^7.1.4",
129129
"ts-jest": "^29.4.1",
130-
"ts-node-dev": "^2.0.0",
131130
"ts-node": "^10.9.2",
131+
"ts-node-dev": "^2.0.0",
132132
"typescript": "^5.9.2",
133133
"vite": "7.1.5",
134134
"vitest": "^3.2.4",

0 commit comments

Comments
 (0)