mobbdev 1.0.154 → 1.0.155
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 -1
- package/package.json +10 -10
package/dist/index.mjs
CHANGED
|
@@ -10969,7 +10969,7 @@ async function uploadFile({
|
|
|
10969
10969
|
} else {
|
|
10970
10970
|
debug17("upload file from buffer");
|
|
10971
10971
|
logInfo2(`FileUpload: upload file from buffer`);
|
|
10972
|
-
form.append("file", new File([file], "file"));
|
|
10972
|
+
form.append("file", new File([new Uint8Array(file)], "file"));
|
|
10973
10973
|
}
|
|
10974
10974
|
const agent = getProxyAgent(url);
|
|
10975
10975
|
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.155",
|
|
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": {
|