Skip to content

Commit 7ca6b42

Browse files
authored
chore(deps): bump mocha from 11.1.0 to 11.7.5 (#195)
## Summary Updates mocha from 11.1.0 to 11.7.5 to resolve multiple security vulnerabilities identified by `npm audit`. This update resolves the following vulnerabilities: - **brace-expansion** (moderate severity) - Zero-step sequence causes process hang and memory exhaustion - **lodash** (high severity) - Code injection and prototype pollution vulnerabilities - **serialize-javascript** (moderate severity) - CPU exhaustion DoS via crafted array-like objects After this update, the project goes from 10 vulnerabilities (6 low, 3 moderate, 1 high) down to 7 low severity vulnerabilities. ## Type of Change ### Patch Updates (patch semver update) - [x] **deps**: Dependency upgrade ## Testing **Notes**: This is a dev dependency upgrade for the testing framework. All existing tests should continue to pass. **Steps**: 1. Passing CI suffices ## Screenshots (if applicable) N/A ## Related Issues N/A
1 parent aa41b7f commit 7ca6b42

5 files changed

Lines changed: 24 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
time: '12:00'
99
day: 'sunday'
1010
timezone: 'America/Los_Angeles'
11+
commit-message:
12+
prefix: 'deps'
1113
- package-ecosystem: 'npm'
1214
directory: '/'
1315
open-pull-requests-limit: 5
@@ -16,6 +18,8 @@ updates:
1618
time: '12:00'
1719
day: 'sunday'
1820
timezone: 'America/Los_Angeles'
21+
commit-message:
22+
prefix: 'deps'
1923
groups:
2024
dev-patch-minor-dependencies:
2125
dependency-type: 'development'

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [1.2.1](https://github.com/heroku/heroku-mcp-server/compare/mcp-server-v1.2.0...mcp-server-v1.2.1) (2026-03-17)
99

10-
1110
### Miscellaneous Chores
1211

13-
* release 1.2.1 ([#178](https://github.com/heroku/heroku-mcp-server/issues/178)) ([8316f13](https://github.com/heroku/heroku-mcp-server/commit/8316f1346cc95cc7d9df1ad21261f10edab74043))
12+
- release 1.2.1 ([#178](https://github.com/heroku/heroku-mcp-server/issues/178))
13+
([8316f13](https://github.com/heroku/heroku-mcp-server/commit/8316f1346cc95cc7d9df1ad21261f10edab74043))
1414

1515
## [1.2.0](https://github.com/heroku/heroku-mcp-server/compare/mcp-server-v1.1.0...mcp-server-v1.2.0) (2026-02-18)
1616

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-oclif": "^6.0.144",
3333
"eslint-plugin-mocha": "^11.2.0",
3434
"husky": "^9.1.7",
35-
"mocha": "^11.1.0",
35+
"mocha": "^11.7.5",
3636
"nyc": "^17.1.0",
3737
"prettier": "^3.8.1",
3838
"shx": "^0.4.0",

src/tools/deploy-to-heroku.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
DeployToHeroku,
99
isSafeSourceRelativePath,
1010
MAX_SOURCE_RELATIVE_PATH_LENGTH,
11-
OneOffDynoConfig,
11+
OneOffDynoConfig
1212
} from './deploy-to-heroku.js';
1313
import AppService from '../services/app-service.js';
1414
import SourceService from '../services/source-service.js';

0 commit comments

Comments
 (0)