fix: upgrade GitHub Actions and patch dependency vulnerabilities (v2.44.1) (#690)

This commit is contained in:
Romuald Członkowski
2026-04-01 21:17:59 +02:00
committed by GitHub
parent b800ff0cd9
commit 4b109b0870
10 changed files with 1275 additions and 1079 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.44.0",
"version": "2.44.1",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -140,11 +140,11 @@
"@vitest/coverage-v8": "^3.2.4",
"@vitest/runner": "^3.2.4",
"@vitest/ui": "^3.2.4",
"axios": "^1.11.0",
"axios": "^1.14.0",
"axios-mock-adapter": "^2.1.0",
"fishery": "^2.3.1",
"msw": "^2.10.4",
"nodemon": "^3.1.10",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vitest": "^3.2.4"