Skip to content

Commit 37159ac

Browse files
committed
chore(deps): pin axios 1.15.0 and sinon 21.0.2
Add npm override for axios. Pin sinon to 21.0.2 (exact) so the lockfile does not float to 21.1.x under a caret range. Register fr as a command entry for the feature request handler. Made-with: Cursor
1 parent d367a26 commit 37159ac

3 files changed

Lines changed: 27 additions & 22 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,6 +2949,7 @@ const commandRegistry = new Map([
29492949
['configdump', { fn: _configdump, admin: true, aliases: ['cfgdump', 'confdump'] }],
29502950
['aiunparsed', { fn: _aiUnparsed, admin: true, aliases: ['aiun', 'aiunknown'] }],
29512951
['featurerequest', { fn: _featurerequest, admin: false, aliases: ['feuturerequest'] }],
2952+
['fr', { fn: _featurerequest, admin: false }],
29522953
['test', { fn: (args, ch, u) => _addToSpotifyPlaylist(args, ch), admin: true }],
29532954
['diagnostics', { fn: _diagnostics, admin: true, aliases: ['diag', 'checksource'] }]
29542955
]);

package-lock.json

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"c8": "^11.0.0",
3030
"chai": "6.2.2",
3131
"mocha": "^11.7.5",
32-
"sinon": "^21.0.1"
32+
"sinon": "21.0.2"
3333
},
3434
"author": "",
3535
"license": "ISC",
@@ -58,6 +58,7 @@
5858
"node": ">=17.0.0"
5959
},
6060
"overrides": {
61+
"axios": "1.15.0",
6162
"serialize-javascript": "^7.0.4",
6263
"undici": "^6.23.0",
6364
"diff": "^8.0.3",

0 commit comments

Comments
 (0)