mobbdev 1.0.16 → 1.0.17
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/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
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",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"test": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run",
|
|
15
15
|
"test:ado": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run ado.test",
|
|
16
16
|
"test:github": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run github.test",
|
|
17
|
-
"test:coverage": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --coverage
|
|
17
|
+
"test:coverage": "GIT_PROXY_HOST=http://tinyproxy:8888 TOKEN=$(../../scripts/login_auth0.sh) vitest run --coverage",
|
|
18
18
|
"test:watch": "TOKEN=$(../../scripts/login_auth0.sh) vitest",
|
|
19
19
|
"lint": "eslint --cache --max-warnings 0 --ignore-path .eslintignore --ext .ts,.tsx,.jsx .",
|
|
20
20
|
"lint:fix": "eslint --fix --cache --max-warnings 0 --ignore-path .eslintignore --ext .js,.ts,.tsx,.jsx .",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@octokit/core": "5.2.0",
|
|
36
36
|
"@octokit/graphql": "5.0.6",
|
|
37
37
|
"@octokit/plugin-rest-endpoint-methods": "7.2.3",
|
|
38
|
-
"@octokit/request-error": "
|
|
39
|
-
"@types/libsodium-wrappers": "0.7.
|
|
38
|
+
"@octokit/request-error": "5.1.0",
|
|
39
|
+
"@types/libsodium-wrappers": "0.7.14",
|
|
40
40
|
"adm-zip": "0.5.16",
|
|
41
41
|
"axios": "1.7.9",
|
|
42
42
|
"azure-devops-node-api": "12.1.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"inquirer": "9.2.23",
|
|
56
56
|
"isomorphic-ws": "5.0.0",
|
|
57
57
|
"istextorbinary": "6.0.0",
|
|
58
|
-
"libsodium-wrappers": "0.7.
|
|
58
|
+
"libsodium-wrappers": "0.7.15",
|
|
59
59
|
"nanospinner": "1.1.0",
|
|
60
60
|
"node-fetch": "3.3.2",
|
|
61
61
|
"octokit": "3.2.1",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"semver": "7.6.3",
|
|
65
65
|
"simple-git": "3.27.0",
|
|
66
66
|
"snyk": "1.1295.0",
|
|
67
|
-
"supports-color": "
|
|
67
|
+
"supports-color": "10.0.0",
|
|
68
68
|
"tar": "6.2.1",
|
|
69
69
|
"tmp": "0.2.3",
|
|
70
70
|
"undici": "6.20.1",
|
|
71
|
-
"uuid": "
|
|
71
|
+
"uuid": "11.0.5",
|
|
72
72
|
"ws": "8.18.0",
|
|
73
73
|
"yargs": "17.7.2",
|
|
74
74
|
"zod": "3.24.1"
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"@graphql-codegen/typescript": "4.1.2",
|
|
79
79
|
"@graphql-codegen/typescript-graphql-request": "6.2.0",
|
|
80
80
|
"@graphql-codegen/typescript-operations": "4.4.0",
|
|
81
|
-
"@octokit/request-error": "3.0.3",
|
|
82
81
|
"@octokit/types": "13.7.0",
|
|
83
82
|
"@types/adm-zip": "0.5.7",
|
|
84
83
|
"@types/chalk-animation": "1.6.3",
|
|
@@ -93,16 +92,16 @@
|
|
|
93
92
|
"@types/yargs": "17.0.33",
|
|
94
93
|
"@typescript-eslint/eslint-plugin": "7.17.0",
|
|
95
94
|
"@typescript-eslint/parser": "7.17.0",
|
|
96
|
-
"@vitest/coverage-istanbul": "
|
|
97
|
-
"@vitest/ui": "
|
|
95
|
+
"@vitest/coverage-istanbul": "3.0.2",
|
|
96
|
+
"@vitest/ui": "3.0.2",
|
|
98
97
|
"eslint": "8.57.0",
|
|
99
98
|
"eslint-plugin-import": "2.31.0",
|
|
100
|
-
"eslint-plugin-prettier": "5.2.
|
|
99
|
+
"eslint-plugin-prettier": "5.2.3",
|
|
101
100
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
102
101
|
"prettier": "3.4.2",
|
|
103
102
|
"tsup": "7.2.0",
|
|
104
103
|
"typescript": "4.9.5",
|
|
105
|
-
"vitest": "
|
|
104
|
+
"vitest": "3.0.2"
|
|
106
105
|
},
|
|
107
106
|
"engines": {
|
|
108
107
|
"node": ">=18.20.4"
|