heroku 11.7.0 → 11.7.1-beta.0

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/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
6
 
7
+ ## [11.7.1-beta.0](https://github.com/heroku/cli/compare/v11.7.0...v11.7.1-beta.0) (2026-06-24)
8
+
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * **deps:** updates @heroku/mcp-server to v1.2.4 ([#3783](https://github.com/heroku/cli/issues/3783)) ([73bbaea](https://github.com/heroku/cli/commit/73bbaea008ddfe8102fd548d8816e4ab1450b561))
13
+
14
+ ## [11.7.1-beta.0](https://github.com/heroku/cli/compare/v11.7.0...v11.7.1-beta.0) (2026-06-24)
15
+
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * **deps:** updates @heroku/mcp-server to v1.2.4 ([#3783](https://github.com/heroku/cli/issues/3783)) ([73bbaea](https://github.com/heroku/cli/commit/73bbaea008ddfe8102fd548d8816e4ab1450b561))
20
+
7
21
  ## [11.7.0](https://github.com/heroku/cli/compare/v11.6.0...v11.7.0) (2026-06-23)
8
22
 
9
23
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "heroku",
3
- "version": "11.7.0",
3
+ "version": "11.7.1-beta.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "heroku",
9
- "version": "11.7.0",
9
+ "version": "11.7.1-beta.0",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@heroku-cli/command": "12.4.2",
@@ -15,7 +15,7 @@
15
15
  "@heroku/buildpack-registry": "^1.0.1",
16
16
  "@heroku/heroku-cli-util": "10.8.3",
17
17
  "@heroku/http-call": "^5.5.1",
18
- "@heroku/mcp-server": "^1.2.0",
18
+ "@heroku/mcp-server": "^1.2.4",
19
19
  "@heroku/socksv5": "^0.0.9",
20
20
  "@inquirer/prompts": "^7.0",
21
21
  "@oclif/core": "^4.8.4",
@@ -2589,19 +2589,19 @@
2589
2589
  }
2590
2590
  },
2591
2591
  "node_modules/@heroku/mcp-server": {
2592
- "version": "1.2.0",
2593
- "resolved": "https://registry.npmjs.org/@heroku/mcp-server/-/mcp-server-1.2.0.tgz",
2594
- "integrity": "sha512-nqxYWHvVHQO6atBxylyhGXP0JUn5e8P4HRDLMDJ+wTtKFGJpbJDmoSY5EOl1GFZuvDnvTshM0Z0vHGboKGAe5Q==",
2592
+ "version": "1.2.4",
2593
+ "resolved": "https://registry.npmjs.org/@heroku/mcp-server/-/mcp-server-1.2.4.tgz",
2594
+ "integrity": "sha512-xImY7N2Fn0u8YzIUCRXbbm16ZjOqbnQfTYxsRc5gBSDUCmXdB6k+wPJS7Krki77UcE233QPpIBcp8pZvbnNWBQ==",
2595
2595
  "license": "Apache-2.0",
2596
2596
  "dependencies": {
2597
2597
  "@heroku-cli/schema": "^2.0.1",
2598
2598
  "@modelcontextprotocol/sdk": "^1.26.0",
2599
- "cheerio": "^1.1.0",
2599
+ "cheerio": "^1.2.0",
2600
2600
  "jsonschema": "^1.5.0",
2601
2601
  "node-fetch": "^3.3.2",
2602
2602
  "tar-stream": "^3.1.7",
2603
- "zod": "^3.24.2",
2604
- "zod-to-json-schema": "^3.24.5"
2603
+ "zod": "^3.25.76",
2604
+ "zod-to-json-schema": "^3.25.1"
2605
2605
  },
2606
2606
  "bin": {
2607
2607
  "heroku-mcp-server": "bin/heroku-mcp-server.mjs"