mobbdev 1.2.4 → 1.2.6

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.
@@ -1410,6 +1410,7 @@ var init_issue = __esm({
1410
1410
  MAX_SOURCE_CODE_FILE_SIZE_IN_BYTES = 1e5;
1411
1411
  VulnerabilityReportIssueSharedStateZ = z4.object({
1412
1412
  id: z4.string().uuid(),
1413
+ createdAt: z4.string(),
1413
1414
  isArchived: z4.boolean(),
1414
1415
  ticketIntegrationId: z4.string().uuid().nullable(),
1415
1416
  ticketIntegrations: z4.array(
@@ -1804,6 +1805,7 @@ var init_types = __esm({
1804
1805
  });
1805
1806
  IssueSharedStateZ2 = z7.object({
1806
1807
  id: z7.string().uuid(),
1808
+ createdAt: z7.string(),
1807
1809
  isArchived: z7.boolean(),
1808
1810
  ticketIntegrationId: z7.string().uuid().nullable(),
1809
1811
  ticketIntegrations: z7.array(
package/dist/index.mjs CHANGED
@@ -1623,6 +1623,7 @@ var init_issue = __esm({
1623
1623
  MAX_SOURCE_CODE_FILE_SIZE_IN_BYTES = 1e5;
1624
1624
  VulnerabilityReportIssueSharedStateZ = z9.object({
1625
1625
  id: z9.string().uuid(),
1626
+ createdAt: z9.string(),
1626
1627
  isArchived: z9.boolean(),
1627
1628
  ticketIntegrationId: z9.string().uuid().nullable(),
1628
1629
  ticketIntegrations: z9.array(
@@ -1849,6 +1850,7 @@ var init_types = __esm({
1849
1850
  });
1850
1851
  IssueSharedStateZ2 = z11.object({
1851
1852
  id: z11.string().uuid(),
1853
+ createdAt: z11.string(),
1852
1854
  isArchived: z11.boolean(),
1853
1855
  ticketIntegrationId: z11.string().uuid().nullable(),
1854
1856
  ticketIntegrations: z11.array(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.mjs",
@@ -55,7 +55,7 @@
55
55
  "@gitbeaker/rest": "43.8.0",
56
56
  "@grpc/grpc-js": "1.14.3",
57
57
  "@grpc/proto-loader": "0.8.0",
58
- "@modelcontextprotocol/sdk": "1.25.2",
58
+ "@modelcontextprotocol/sdk": "1.26.0",
59
59
  "@octokit/core": "5.2.0",
60
60
  "@octokit/request-error": "5.1.1",
61
61
  "@openredaction/openredaction": "1.0.4",
@@ -94,7 +94,7 @@
94
94
  "semver": "7.7.3",
95
95
  "simple-git": "3.30.0",
96
96
  "snyk": "1.1301.2",
97
- "tar": "6.2.1",
97
+ "tar": "7.5.7",
98
98
  "tmp": "0.2.5",
99
99
  "tmp-promise": "3.0.3",
100
100
  "undici": "6.23.0",
@@ -4,7 +4,7 @@ import axios from 'axios'
4
4
  import { existsSync, mkdirSync } from 'fs'
5
5
  import { arch as _arch, type as _type } from 'os'
6
6
  import { join } from 'path'
7
- import tar from 'tar'
7
+ import * as tar from 'tar'
8
8
 
9
9
  /**
10
10
  * Options for showing a installParams.