mobbdev 1.4.20 → 1.4.21
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 +13 -13
package/dist/index.mjs
CHANGED
|
@@ -19468,7 +19468,7 @@ function createLogger(config2) {
|
|
|
19468
19468
|
|
|
19469
19469
|
// src/features/claude_code/hook_logger.ts
|
|
19470
19470
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
19471
|
-
var CLI_VERSION = true ? "1.4.
|
|
19471
|
+
var CLI_VERSION = true ? "1.4.21" : "unknown";
|
|
19472
19472
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
19473
19473
|
var claudeCodeVersion;
|
|
19474
19474
|
function buildDdTags() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.21",
|
|
4
4
|
"description": "Automated secure code remediation tool",
|
|
5
5
|
"repository": "git+https://github.com/mobb-dev/bugsy.git",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@gitbeaker/requester-utils": "43.8.0",
|
|
57
57
|
"@gitbeaker/rest": "43.8.0",
|
|
58
|
-
"@grpc/grpc-js": "1.14.
|
|
58
|
+
"@grpc/grpc-js": "1.14.4",
|
|
59
59
|
"@grpc/proto-loader": "0.8.0",
|
|
60
60
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
61
61
|
"@octokit/core": "5.2.0",
|
|
62
62
|
"@octokit/request-error": "5.1.1",
|
|
63
63
|
"@openredaction/openredaction": "1.0.4",
|
|
64
64
|
"adm-zip": "0.5.17",
|
|
65
|
-
"axios": "1.16.
|
|
65
|
+
"axios": "1.16.1",
|
|
66
66
|
"azure-devops-node-api": "15.1.2",
|
|
67
67
|
"bitbucket": "2.12.0",
|
|
68
68
|
"chalk": "5.6.2",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"debug": "4.4.3",
|
|
73
73
|
"dotenv": "16.6.1",
|
|
74
74
|
"extract-zip": "2.0.1",
|
|
75
|
-
"fs-extra": "11.3.
|
|
75
|
+
"fs-extra": "11.3.5",
|
|
76
76
|
"globby": "14.1.0",
|
|
77
|
-
"graphql": "16.
|
|
77
|
+
"graphql": "16.14.0",
|
|
78
78
|
"graphql-request": "6.1.0",
|
|
79
79
|
"graphql-ws": "5.16.2",
|
|
80
80
|
"hash-wasm": "4.12.0",
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"parse-diff": "0.11.1",
|
|
97
97
|
"pino": "9.7.0",
|
|
98
98
|
"sax": "1.6.0",
|
|
99
|
-
"semver": "7.
|
|
100
|
-
"shell-quote": "1.8.
|
|
99
|
+
"semver": "7.8.1",
|
|
100
|
+
"shell-quote": "1.8.4",
|
|
101
101
|
"simple-git": "3.36.0",
|
|
102
|
-
"snyk": "1.
|
|
103
|
-
"tar": "7.5.
|
|
104
|
-
"tmp": "0.2.
|
|
102
|
+
"snyk": "1.1305.0",
|
|
103
|
+
"tar": "7.5.15",
|
|
104
|
+
"tmp": "0.2.6",
|
|
105
105
|
"tmp-promise": "3.0.3",
|
|
106
106
|
"undici": "6.24.0",
|
|
107
107
|
"uuid": "11.1.1",
|
|
108
|
-
"ws": "8.20.
|
|
108
|
+
"ws": "8.20.1",
|
|
109
109
|
"xml2js": "0.6.2",
|
|
110
110
|
"yargs": "17.7.2",
|
|
111
111
|
"zod": "3.25.76"
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"eslint": "8.57.0",
|
|
142
142
|
"eslint-plugin-graphql": "4.0.0",
|
|
143
143
|
"eslint-plugin-import": "2.32.0",
|
|
144
|
-
"eslint-plugin-prettier": "5.5.
|
|
144
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
145
145
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
146
146
|
"msw": "2.10.5",
|
|
147
|
-
"nock": "14.0.
|
|
147
|
+
"nock": "14.0.15",
|
|
148
148
|
"prettier": "3.8.3",
|
|
149
149
|
"tsup": "8.5.1",
|
|
150
150
|
"typescript": "5.9.3",
|