Commit 16458fa
authored
fix(deps): resolve npm security advisories (#42)
## Summary
This updates direct and transitive dependencies to clear current npm /
Dependabot security findings (LangChain serialization issue, MCP SDK
advisories, ESLint plugin-kit ReDoS, minimatch ReDoS, tar extraction
issues, and related transitive upgrades via `npm audit fix`).
## Dependency changes
- `@langchain/core` 1.0.1 → 1.1.38; `@langchain/openai` 1.0.0 → 1.4.1;
`@langchain/textsplitters` 1.0.0 → 1.0.1
- `@modelcontextprotocol/sdk` 1.20.0 → 1.29.0
- `minimatch` 10.0.1 → 10.2.5; `tar` `^7.4.3` → `^7.5.11`
- `eslint` / `@eslint/js` 9.23.0 → 9.39.4
## Verification
- `npm audit`: 0 vulnerabilities
- `npm test`: all tests passed locally
- `npm run check` / build: passed via `prepare` on install
## Notes
Review [MCP SDK release
notes](https://github.com/modelcontextprotocol/typescript-sdk) for any
behavioral changes (e.g. transport/DNS-related defaults) when upgrading
from 1.20 to 1.29.1 parent 854a5fe commit 16458fa
6 files changed
Lines changed: 677 additions & 388 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments