mobbdev 1.0.154 → 1.0.156
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/dist/index.mjs +1 -2
- package/package.json +10 -10
package/dist/index.mjs
CHANGED
|
@@ -5229,7 +5229,6 @@ var ProjectVulnerabilityReport = z11.object({
|
|
|
5229
5229
|
createdOn: z11.string(),
|
|
5230
5230
|
issueTypes: z11.record(z11.string(), z11.number()).nullable(),
|
|
5231
5231
|
issueLanguages: z11.record(z11.nativeEnum(IssueLanguage_Enum), z11.number()).nullable(),
|
|
5232
|
-
fixesCountByEffort: z11.record(z11.nativeEnum(Effort_To_Apply_Fix_Enum), z11.number()).nullable(),
|
|
5233
5232
|
repo: z11.object({
|
|
5234
5233
|
originalUrl: z11.string(),
|
|
5235
5234
|
reference: z11.string(),
|
|
@@ -10969,7 +10968,7 @@ async function uploadFile({
|
|
|
10969
10968
|
} else {
|
|
10970
10969
|
debug17("upload file from buffer");
|
|
10971
10970
|
logInfo2(`FileUpload: upload file from buffer`);
|
|
10972
|
-
form.append("file", new File([file], "file"));
|
|
10971
|
+
form.append("file", new File([new Uint8Array(file)], "file"));
|
|
10973
10972
|
}
|
|
10974
10973
|
const agent = getProxyAgent(url);
|
|
10975
10974
|
const response = await fetch3(url, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.156",
|
|
4
4
|
"description": "Automated secure code remediation tool",
|
|
5
5
|
"repository": "git+https://github.com/mobb-dev/bugsy.git",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"author": "",
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@gitbeaker/requester-utils": "
|
|
49
|
-
"@gitbeaker/rest": "
|
|
50
|
-
"@modelcontextprotocol/sdk": "1.17.
|
|
48
|
+
"@gitbeaker/requester-utils": "43.4.0",
|
|
49
|
+
"@gitbeaker/rest": "43.4.0",
|
|
50
|
+
"@modelcontextprotocol/sdk": "1.17.4",
|
|
51
51
|
"@octokit/core": "5.2.0",
|
|
52
52
|
"@octokit/request-error": "5.1.1",
|
|
53
53
|
"adm-zip": "0.5.16",
|
|
54
54
|
"axios": "1.11.0",
|
|
55
55
|
"azure-devops-node-api": "15.1.1",
|
|
56
56
|
"bitbucket": "2.11.0",
|
|
57
|
-
"chalk": "5.
|
|
57
|
+
"chalk": "5.6.0",
|
|
58
58
|
"chalk-animation": "2.0.3",
|
|
59
|
-
"configstore": "
|
|
59
|
+
"configstore": "7.0.0",
|
|
60
60
|
"cross-fetch": "4.1.0",
|
|
61
61
|
"debug": "4.4.1",
|
|
62
62
|
"dotenv": "16.6.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"ignore": "7.0.5",
|
|
71
71
|
"inquirer": "9.3.7",
|
|
72
72
|
"isomorphic-ws": "5.0.0",
|
|
73
|
-
"istextorbinary": "
|
|
73
|
+
"istextorbinary": "9.5.0",
|
|
74
74
|
"libsodium-wrappers": "0.7.15",
|
|
75
75
|
"multimatch": "7.0.0",
|
|
76
76
|
"nanospinner": "1.1.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"sax": "1.4.1",
|
|
83
83
|
"semver": "7.7.2",
|
|
84
84
|
"simple-git": "3.28.0",
|
|
85
|
-
"snyk": "1.1298.
|
|
85
|
+
"snyk": "1.1298.3",
|
|
86
86
|
"tar": "6.2.1",
|
|
87
87
|
"tmp": "0.2.5",
|
|
88
88
|
"undici": "6.21.3",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@types/chalk-animation": "1.6.3",
|
|
104
104
|
"@types/configstore": "6.0.2",
|
|
105
105
|
"@types/debug": "4.1.12",
|
|
106
|
-
"@types/inquirer": "9.0.
|
|
106
|
+
"@types/inquirer": "9.0.9",
|
|
107
107
|
"@types/libsodium-wrappers": "0.7.14",
|
|
108
108
|
"@types/sax": "1.2.7",
|
|
109
109
|
"@types/semver": "7.7.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"nock": "14.0.10",
|
|
127
127
|
"prettier": "3.6.2",
|
|
128
128
|
"tsup": "8.5.0",
|
|
129
|
-
"typescript": "
|
|
129
|
+
"typescript": "5.9.2",
|
|
130
130
|
"vitest": "3.2.4"
|
|
131
131
|
},
|
|
132
132
|
"engines": {
|