Skip to content

Commit af59506

Browse files
chore(deps): upgrade dependencies to latest minor releases
Upgraded dependencies to their latest minor and patch releases using npm-check-updates target minor and yarn install. Validated the updates by running the existing test suite and MCP conformance tests. Co-authored-by: calltelemetry-jason <57885211+calltelemetry-jason@users.noreply.github.com>
1 parent 627b16c commit af59506

3 files changed

Lines changed: 171 additions & 165 deletions

File tree

.yarn/install-state.gz

20.9 KB
Binary file not shown.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@modelcontextprotocol/sdk": "^1.29.0",
41-
"@types/node": "^25.5.2",
41+
"@types/node": "^25.6.0",
4242
"cisco-axl": "^1.5.0",
43-
"dotenv": "^17.4.0",
43+
"dotenv": "^17.4.1",
4444
"strong-soap": "^4.1.14",
4545
"typescript": "^5.9.3",
4646
"zod": "^4.3.6"
@@ -49,14 +49,14 @@
4949
"@eslint/js": "^9.39.4",
5050
"@semantic-release/changelog": "^6.0.3",
5151
"@semantic-release/git": "^10.0.1",
52-
"@vitest/coverage-v8": "^4.1.2",
52+
"@vitest/coverage-v8": "^4.1.4",
5353
"eslint": "^9.39.4",
54-
"prettier": "^3.8.1",
54+
"prettier": "^3.8.2",
5555
"semantic-release": "^25.0.3",
5656
"tsx": "^4.21.0",
57-
"typescript-eslint": "^8.58.0",
58-
"vite": "^7.3.1",
59-
"vitest": "^4.1.2"
57+
"typescript-eslint": "^8.58.1",
58+
"vite": "^7.3.2",
59+
"vitest": "^4.1.4"
6060
},
6161
"peerDependencies": {
6262
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)