mobbdev 0.0.124 → 0.0.126
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 -6
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -5060,12 +5060,7 @@ async function _scan(params, { skipPrompts = false } = {}) {
|
|
|
5060
5060
|
throw new Error("userInfo is null");
|
|
5061
5061
|
}
|
|
5062
5062
|
const scmConfigs = getFromArraySafe(userInfo.scmConfigs);
|
|
5063
|
-
const tokenInfo =
|
|
5064
|
-
accessToken: githubActionToken,
|
|
5065
|
-
scmLibType: "GITHUB" /* GITHUB */,
|
|
5066
|
-
scmOrg: void 0,
|
|
5067
|
-
id: ""
|
|
5068
|
-
} : getScmConfig({
|
|
5063
|
+
const tokenInfo = getScmConfig({
|
|
5069
5064
|
url: repo,
|
|
5070
5065
|
scmConfigs,
|
|
5071
5066
|
includeOrgTokens: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.126",
|
|
4
4
|
"description": "Automated secure code remediation tool",
|
|
5
5
|
"repository": "https://github.com/mobb-dev/bugsy",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@octokit/request-error": "3.0.3",
|
|
34
34
|
"@types/libsodium-wrappers": "0.7.13",
|
|
35
35
|
"adm-zip": "0.5.10",
|
|
36
|
-
"axios": "1.
|
|
36
|
+
"axios": "1.7.2",
|
|
37
37
|
"azure-devops-node-api": "12.1.0",
|
|
38
38
|
"bitbucket": "2.11.0",
|
|
39
39
|
"chalk": "5.3.0",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"supports-color": "9.4.0",
|
|
63
63
|
"tar": "6.2.1",
|
|
64
64
|
"tmp": "0.2.3",
|
|
65
|
-
"undici": "6.
|
|
65
|
+
"undici": "6.19.2",
|
|
66
66
|
"uuid": "10.0.0",
|
|
67
|
-
"ws": "8.
|
|
67
|
+
"ws": "8.18.0",
|
|
68
68
|
"yargs": "17.7.2",
|
|
69
69
|
"zod": "3.23.8"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@graphql-codegen/cli": "
|
|
72
|
+
"@graphql-codegen/cli": "5.0.2",
|
|
73
73
|
"@graphql-codegen/typescript": "3.0.4",
|
|
74
74
|
"@graphql-codegen/typescript-graphql-request": "4.5.8",
|
|
75
75
|
"@graphql-codegen/typescript-operations": "3.0.4",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@types/tar": "6.1.13",
|
|
85
85
|
"@types/tmp": "0.2.6",
|
|
86
86
|
"@types/uuid": "10.0.0",
|
|
87
|
-
"@types/ws": "8.5.
|
|
87
|
+
"@types/ws": "8.5.10",
|
|
88
88
|
"@types/yargs": "17.0.32",
|
|
89
89
|
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
90
90
|
"@typescript-eslint/parser": "5.44.0",
|