mobbdev 1.0.88 → 1.0.91
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 +1522 -1120
- package/package.json +16 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
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",
|
|
@@ -12,11 +12,12 @@
|
|
|
12
12
|
"build": "tsc && tsup-node --env.NODE_ENV production",
|
|
13
13
|
"build:dev": "tsup-node --env.NODE_ENV development",
|
|
14
14
|
"test:mcp:unit": "vitest run __tests__/mcp/mcp.unit.test.ts",
|
|
15
|
-
"test:mcp
|
|
16
|
-
"test:mcp": "
|
|
15
|
+
"test:mcp": "pnpm run build && pnpm run test:mcp:unit",
|
|
16
|
+
"test:mcp:watch": "vitest watch __tests__/mcp/mcp.unit.test.ts",
|
|
17
17
|
"test:mcp:verbose": "pnpm run build && NODE_ENV=test VERBOSE=true vitest run __tests__/mcp/",
|
|
18
18
|
"test:unit": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --exclude='**/__tests__/integration.test.ts' --exclude='**/__tests__/mcp/**'",
|
|
19
19
|
"test:integration": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run __tests__/integration.test.ts",
|
|
20
|
+
"test:integration:watch": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest watch run __tests__/integration.test.ts",
|
|
20
21
|
"test": "pnpm run test:unit && pnpm run test:mcp && pnpm run test:integration",
|
|
21
22
|
"test:ado": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run ado.test",
|
|
22
23
|
"test:github": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run github.test",
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
"chalk-animation": "2.0.3",
|
|
56
57
|
"configstore": "6.0.0",
|
|
57
58
|
"cross-fetch": "4.1.0",
|
|
58
|
-
"debug": "4.4.
|
|
59
|
+
"debug": "4.4.1",
|
|
59
60
|
"dotenv": "16.5.0",
|
|
60
61
|
"extract-zip": "2.0.1",
|
|
61
62
|
"globby": "14.1.0",
|
|
@@ -76,22 +77,22 @@
|
|
|
76
77
|
"open": "8.4.2",
|
|
77
78
|
"parse-diff": "0.11.1",
|
|
78
79
|
"sax": "1.4.1",
|
|
79
|
-
"semver": "7.7.
|
|
80
|
+
"semver": "7.7.2",
|
|
80
81
|
"simple-git": "3.27.0",
|
|
81
|
-
"snyk": "1.
|
|
82
|
+
"snyk": "1.1297.1",
|
|
82
83
|
"tar": "6.2.1",
|
|
83
84
|
"tmp": "0.2.3",
|
|
84
|
-
"undici": "6.21.
|
|
85
|
+
"undici": "6.21.3",
|
|
85
86
|
"uuid": "11.1.0",
|
|
86
87
|
"ws": "8.18.2",
|
|
87
88
|
"xml2js": "0.6.2",
|
|
88
89
|
"yargs": "17.7.2",
|
|
89
|
-
"zod": "3.
|
|
90
|
+
"zod": "3.25.36"
|
|
90
91
|
},
|
|
91
92
|
"devDependencies": {
|
|
92
93
|
"@graphql-codegen/cli": "5.0.6",
|
|
93
94
|
"@graphql-codegen/typescript": "4.1.6",
|
|
94
|
-
"@graphql-codegen/typescript-graphql-request": "6.
|
|
95
|
+
"@graphql-codegen/typescript-graphql-request": "6.3.0",
|
|
95
96
|
"@graphql-codegen/typescript-operations": "4.6.1",
|
|
96
97
|
"@octokit/types": "13.10.0",
|
|
97
98
|
"@types/adm-zip": "0.5.7",
|
|
@@ -109,18 +110,19 @@
|
|
|
109
110
|
"@types/yargs": "17.0.33",
|
|
110
111
|
"@typescript-eslint/eslint-plugin": "7.17.0",
|
|
111
112
|
"@typescript-eslint/parser": "7.17.0",
|
|
112
|
-
"@vitest/coverage-istanbul": "3.1.
|
|
113
|
-
"@vitest/ui": "3.1.
|
|
113
|
+
"@vitest/coverage-istanbul": "3.1.4",
|
|
114
|
+
"@vitest/ui": "3.1.4",
|
|
114
115
|
"eslint": "8.57.0",
|
|
115
116
|
"eslint-plugin-import": "2.31.0",
|
|
116
117
|
"eslint-plugin-prettier": "5.4.0",
|
|
117
118
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
118
|
-
"msw": "2.
|
|
119
|
+
"msw": "2.8.5",
|
|
119
120
|
"nock": "14.0.4",
|
|
121
|
+
"pino-pretty": "13.0.0",
|
|
120
122
|
"prettier": "3.5.3",
|
|
121
|
-
"tsup": "8.
|
|
123
|
+
"tsup": "8.5.0",
|
|
122
124
|
"typescript": "4.9.5",
|
|
123
|
-
"vitest": "3.1.
|
|
125
|
+
"vitest": "3.1.4"
|
|
124
126
|
},
|
|
125
127
|
"engines": {
|
|
126
128
|
"node": ">=18.20.4"
|