chore: update dependencies in package.json

- Upgraded @modelcontextprotocol/sdk from ^0.6.0 to ^1.25.0
- Updated ts-node from ^10.9.1 to ^10.9.2
- Upgraded devDependencies:
  - @types/jest from ^27.5.0 to ^29.5.14
  - @types/node from ^17.0.31 to ^22.15.21
  - jest from ^28.1.0 to ^29.7.0
  - nodemon from ^2.0.20 to ^3.1.11
  - ts-jest from ^28.0.2 to ^29.4.6
  - typescript from ^5.8.3 to ^5.9.3
This commit is contained in:
Nawaz Dhandala
2025-12-16 11:33:05 +00:00
parent 4c577c7dfa
commit fbdedaacc3
2 changed files with 1956 additions and 908 deletions

2847
MCP/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,17 +24,16 @@
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"@modelcontextprotocol/sdk": "^1.25.0",
"Common": "file:../Common",
"dotenv": "^16.4.5",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"jest": "^28.1.0",
"nodemon": "^2.0.20",
"ts-jest": "^28.0.2",
"typescript": "^5.8.3"
"@types/jest": "^29.5.14",
"@types/node": "^22.15.21",
"jest": "^29.7.0",
"nodemon": "^3.1.11",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
}
}