|
41 | 41 | "prepare": "husky" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@modelcontextprotocol/sdk": "^1.23.0", |
45 | | - "dotenv": "^17.2.3", |
| 44 | + "@modelcontextprotocol/sdk": "^1.29.0", |
| 45 | + "dotenv": "^17.4.2", |
46 | 46 | {{#if (or (includes transports 'streamable') (includes transports 'sse'))}} |
47 | | - "express": "^5.1.0", |
48 | | - "nanoid": "^5.1.6", |
| 47 | + "express": "^5.2.1", |
| 48 | + "nanoid": "^6.0.0", |
49 | 49 | {{/if}} |
50 | | - "yargs": "^17.7.2", |
| 50 | + "yargs": "^18.0.0", |
51 | 51 | "zod": "^3.25.76" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | {{#if (includes plugins 'commitlint')}} |
55 | | - "@commitlint/cli": "^20.1.0", |
56 | | - "@commitlint/config-conventional": "^20.0.0", |
| 55 | + "@commitlint/cli": "^21.2.1", |
| 56 | + "@commitlint/config-conventional": "^21.2.0", |
57 | 57 | {{/if}} |
58 | 58 | {{#if (includes plugins 'inspector')}} |
59 | | - "@modelcontextprotocol/inspector": "^0.17.2", |
| 59 | + "@modelcontextprotocol/inspector": "^1.0.0", |
60 | 60 | {{/if}} |
61 | 61 | {{#if (includes plugins 'vitest')}} |
62 | | - "@vitest/coverage-v8": "^4.0.14", |
63 | | - "c8": "^10.1.3", |
| 62 | + "@vitest/coverage-v8": "^4.1.10", |
| 63 | + "c8": "^12.0.0", |
64 | 64 | {{/if}} |
65 | 65 | {{#if (includes plugins 'changelog')}} |
66 | 66 | "compare-func": "^2.0.0", |
67 | 67 | {{/if}} |
68 | 68 | {{#if (includes plugins 'changelog')}} |
69 | | - "conventional-changelog-angular": "^8.1.0", |
| 69 | + "conventional-changelog-angular": "^8.3.1", |
70 | 70 | "conventional-changelog-cli": "^5.0.0", |
71 | 71 | {{/if}} |
72 | 72 | "cross-env": "^10.1.0", |
73 | | - "esbuild": "^0.25.12", |
| 73 | + "esbuild": "^0.28.1", |
74 | 74 | {{#if (includes plugins 'style')}} |
75 | | - "eslint": "^9.39.1", |
| 75 | + "eslint": "^9.39.5", |
76 | 76 | "eslint-plugin-import": "^2.32.0", |
77 | | - "eslint-plugin-prettier": "^5.5.3", |
78 | | - "globals": "^16.5.0", |
| 77 | + "eslint-plugin-prettier": "^5.5.6", |
| 78 | + "globals": "^17.7.0", |
79 | 79 | {{/if}} |
80 | 80 | "husky": "^9.1.7", |
81 | 81 | {{#if (includes plugins 'style')}} |
82 | | - "lint-staged": "^16.2.6", |
| 82 | + "lint-staged": "^17.1.1", |
83 | 83 | {{/if}} |
84 | 84 | {{#if (includes plugins 'vitest')}} |
85 | 85 | "nyc": "^17.1.0", |
86 | 86 | {{/if}} |
87 | 87 | {{#if (includes plugins 'style')}} |
88 | | - "prettier": "^3.6.2", |
| 88 | + "prettier": "^3.9.6", |
89 | 89 | {{/if}} |
90 | 90 | {{#if (includes plugins 'inspector')}} |
91 | 91 | "tree-kill": "^1.2.2", |
92 | 92 | {{/if}} |
93 | 93 | {{#if (includes plugins 'vitest')}} |
94 | | - "vitest": "^4.0.14", |
| 94 | + "vitest": "^4.1.10", |
95 | 95 | {{/if}} |
96 | | - "rimraf": "^6.1.0" |
| 96 | + "rimraf": "^6.1.3" |
97 | 97 | } |
98 | 98 | } |
0 commit comments