@structured-world/gitlab-mcp 6.50.0 → 6.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,11 +4,11 @@
4
4
  "resolutions": {
5
5
  "lodash": "4.17.23",
6
6
  "lodash-es": "4.17.23",
7
- "hono": "4.11.5",
7
+ "hono": "4.11.7",
8
8
  "diff": "4.0.4",
9
9
  "esbuild": ">=0.25.0"
10
10
  },
11
- "version": "6.50.0",
11
+ "version": "6.52.0",
12
12
  "description": "MCP server for using the GitLab API",
13
13
  "mcp": {
14
14
  "name": "GitLab MCP Server",
@@ -442,7 +442,7 @@
442
442
  "build:mcpb": "./scripts/build-mcpb.sh"
443
443
  },
444
444
  "dependencies": {
445
- "@clack/prompts": "1.0.0-alpha.9",
445
+ "@clack/prompts": "1.0.0",
446
446
  "@modelcontextprotocol/sdk": "^1.25.3",
447
447
  "@prisma/client": "^7.3.0",
448
448
  "express": "^5.2.1",
@@ -451,28 +451,31 @@
451
451
  "http-proxy-agent": "^7.0.2",
452
452
  "https-proxy-agent": "^7.0.6",
453
453
  "open": "^11.0.0",
454
+ "picomatch": "^4.0.0",
454
455
  "pino": "^10.3.0",
455
456
  "pino-pretty": "^13.1.3",
456
457
  "socks-proxy-agent": "^8.0.5",
457
458
  "transliteration": "^2.6.1",
458
- "undici": "^7.19.1",
459
+ "undici": "^7.19.2",
459
460
  "yaml": "^2.8.2",
460
461
  "zod": "^4.3.6"
461
462
  },
462
463
  "devDependencies": {
463
- "@cloudflare/workers-types": "^4.20260124.0",
464
+ "@cloudflare/workers-types": "^4.20260131.0",
464
465
  "@eslint/js": "^9.39.2",
465
466
  "@graphql-typed-document-node/core": "^3.2.0",
466
467
  "@semantic-release/changelog": "^6.0.3",
467
468
  "@semantic-release/exec": "^7.1.0",
468
469
  "@semantic-release/git": "^10.0.1",
469
- "@semantic-release/github": "^12.0.2",
470
+ "@semantic-release/github": "^12.0.3",
470
471
  "@semantic-release/npm": "^13.1.3",
472
+ "@structured-world/vue-privacy": "^1.2.3",
471
473
  "@types/express": "^5.0.6",
472
474
  "@types/jest": "^30.0.0",
473
475
  "@types/node": "^24.10.9",
474
- "@typescript-eslint/eslint-plugin": "^8.53.1",
475
- "@typescript-eslint/parser": "^8.53.1",
476
+ "@types/picomatch": "^4.0.0",
477
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
478
+ "@typescript-eslint/parser": "^8.54.0",
476
479
  "auto-changelog": "^2.5.0",
477
480
  "conventional-changelog-conventionalcommits": "^9.1.0",
478
481
  "cross-env": "^10.1.0",
@@ -482,7 +485,7 @@
482
485
  "jest": "^30.2.0",
483
486
  "prettier": "^3.8.1",
484
487
  "prisma": "^7.3.0",
485
- "semantic-release": "^25.0.2",
488
+ "semantic-release": "^25.0.3",
486
489
  "ts-jest": "^29.4.6",
487
490
  "ts-node": "^10.9.2",
488
491
  "typescript": "^5.9.3",