mcp-rubber-duck 1.9.3 → 1.9.4

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.
@@ -0,0 +1 @@
1
+ custom: ['https://github.com/nesquikm/mcp-rubber-duck/blob/master/DONATE.md']
@@ -33,7 +33,7 @@ jobs:
33
33
  trivyignores: '.trivyignore'
34
34
 
35
35
  - name: 📤 Upload Trivy scan results to GitHub Security
36
- uses: github/codeql-action/upload-sarif@v3
36
+ uses: github/codeql-action/upload-sarif@v4
37
37
  if: always()
38
38
  with:
39
39
  sarif_file: 'trivy-results.sarif'
@@ -54,7 +54,7 @@ jobs:
54
54
  trivyignores: '.trivyignore'
55
55
 
56
56
  - name: 📤 Upload Docker scan results
57
- uses: github/codeql-action/upload-sarif@v3
57
+ uses: github/codeql-action/upload-sarif@v4
58
58
  if: always() && github.event_name != 'schedule'
59
59
  with:
60
60
  sarif_file: 'trivy-docker-results.sarif'
@@ -71,7 +71,7 @@ jobs:
71
71
  - name: 📦 Setup Node.js
72
72
  uses: actions/setup-node@v4
73
73
  with:
74
- node-version: '20'
74
+ node-version: '22'
75
75
  cache: 'npm'
76
76
 
77
77
  - name: 📥 Install dependencies
@@ -105,7 +105,7 @@ jobs:
105
105
  no-fail: true
106
106
 
107
107
  - name: 📤 Upload Dockerfile lint results
108
- uses: github/codeql-action/upload-sarif@v3
108
+ uses: github/codeql-action/upload-sarif@v4
109
109
  if: always()
110
110
  with:
111
111
  sarif_file: hadolint-results.sarif
@@ -122,7 +122,7 @@ jobs:
122
122
  - name: 📦 Setup Node.js
123
123
  uses: actions/setup-node@v4
124
124
  with:
125
- node-version: '20'
125
+ node-version: '22'
126
126
  cache: 'npm'
127
127
 
128
128
  - name: 📥 Install dependencies
@@ -31,7 +31,7 @@ jobs:
31
31
  - name: 📦 Setup Node.js
32
32
  uses: actions/setup-node@v4
33
33
  with:
34
- node-version: '20'
34
+ node-version: '22'
35
35
  cache: 'npm'
36
36
 
37
37
  - name: 📥 Install dependencies
@@ -66,7 +66,7 @@ jobs:
66
66
  output: 'trivy-results.sarif'
67
67
 
68
68
  - name: 📤 Upload Trivy scan results to GitHub Security
69
- uses: github/codeql-action/upload-sarif@v3
69
+ uses: github/codeql-action/upload-sarif@v4
70
70
  if: always()
71
71
  with:
72
72
  sarif_file: 'trivy-results.sarif'
@@ -84,7 +84,7 @@ jobs:
84
84
  output: 'trivy-docker-results.sarif'
85
85
 
86
86
  - name: 📤 Upload Docker scan results
87
- uses: github/codeql-action/upload-sarif@v3
87
+ uses: github/codeql-action/upload-sarif@v4
88
88
  if: always()
89
89
  with:
90
90
  sarif_file: 'trivy-docker-results.sarif'
@@ -101,7 +101,7 @@ jobs:
101
101
  - name: 📦 Setup Node.js
102
102
  uses: actions/setup-node@v4
103
103
  with:
104
- node-version: '20'
104
+ node-version: '22'
105
105
  cache: 'npm'
106
106
 
107
107
  - name: 📥 Install dependencies
@@ -135,7 +135,7 @@ jobs:
135
135
  no-fail: true
136
136
 
137
137
  - name: 📤 Upload Dockerfile lint results
138
- uses: github/codeql-action/upload-sarif@v3
138
+ uses: github/codeql-action/upload-sarif@v4
139
139
  if: always()
140
140
  with:
141
141
  sarif_file: hadolint-results.sarif
@@ -159,7 +159,7 @@ jobs:
159
159
  - name: 📦 Setup Node.js
160
160
  uses: actions/setup-node@v4
161
161
  with:
162
- node-version: '20'
162
+ node-version: '22'
163
163
  cache: 'npm'
164
164
  registry-url: 'https://registry.npmjs.org'
165
165
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.9.4](https://github.com/nesquikm/mcp-rubber-duck/compare/v1.9.3...v1.9.4) (2026-01-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * override lodash to 4.17.23 to address CVE-2025-13465 ([8cb5a3a](https://github.com/nesquikm/mcp-rubber-duck/commit/8cb5a3a0b3a644b2ed368537412cda32b8a333f2))
7
+
1
8
  ## [1.9.3](https://github.com/nesquikm/mcp-rubber-duck/compare/v1.9.2...v1.9.3) (2026-01-19)
2
9
 
3
10
 
package/DONATE.md ADDED
@@ -0,0 +1,30 @@
1
+ # 🦆 Feed the Ducks
2
+
3
+ ```
4
+ __
5
+ <(o )___
6
+ ( ._> /
7
+ `---' Quack! Spare some crypto?
8
+ ```
9
+
10
+ Enjoying the duck pond? Toss us some digital bread crumbs to keep the ducks quacking!
11
+
12
+ ## Bitcoin (BTC)
13
+
14
+ `bc1qlq3dl8pca5q27qz5zk2jm6qqf6xgt6lvh4yrxs`
15
+
16
+ ## Ethereum (ETH, USDT, USDC)
17
+
18
+ `0x41341d35Ee5C02DdD4255113E58e32Ba024754e9`
19
+
20
+ ## Solana (SOL, USDT, USDC)
21
+
22
+ `C2JuPcbcVQEfYwzDtbF3iwbhbjFzdJLqjYxzhPxNZQH6`
23
+
24
+ ## Tron (TRX, USDT, USDC)
25
+
26
+ `TBi9y3fEUJLAX7DSGK6pVPB7TUW9ymFRJ8`
27
+
28
+ ---
29
+
30
+ 🦆 Every satoshi helps keep our ducks debugging! Thank you!
package/audit-ci.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "allowlist": [
8
8
  "GHSA-5j98-mcp5-4vw2",
9
9
  "GHSA-73rr-hh4g-fpgx",
10
- "GHSA-8qq5-rm4j-mr97"
10
+ "GHSA-8qq5-rm4j-mr97",
11
+ "GHSA-g9mf-h72j-4rw9",
12
+ "GHSA-r6q2-hw4h-h46w"
11
13
  ]
12
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-rubber-duck",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -43,6 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@modelcontextprotocol/sdk": "^1.24.0",
46
+ "@semantic-release/npm": "^13.1.3",
46
47
  "ajv": "^8.17.1",
47
48
  "dotenv": "^16.4.0",
48
49
  "node-cache": "^5.1.2",
@@ -61,12 +62,14 @@
61
62
  "eslint": "^8.0.0",
62
63
  "jest": "^29.0.0",
63
64
  "prettier": "^3.0.0",
64
- "semantic-release": "^24.2.8",
65
+ "semantic-release": "^25.0.2",
65
66
  "ts-jest": "^29.0.0",
66
67
  "tsx": "^4.0.0",
67
68
  "typescript": "^5.0.0"
68
69
  },
69
70
  "overrides": {
70
- "js-yaml": "^4.1.1"
71
+ "js-yaml": "^4.1.1",
72
+ "lodash": "^4.17.23",
73
+ "lodash-es": "^4.17.23"
71
74
  }
72
75
  }