Skip to content

Commit b139bad

Browse files
authored
feat(W-19386384): add domain name validation for Heroku API requests (#3358)
* feat: bump heroku-cli-command to add domain name validation for Heroku API requests * fix: bump version of @heroku/http-call
1 parent 32eb409 commit b139bad

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"bugs": "https://github.com/heroku/cli/issues",
88
"dependencies": {
99
"@heroku-cli/color": "2.0.1",
10-
"@heroku-cli/command": "^11.5.0",
10+
"@heroku-cli/command": "^11.7.0",
1111
"@heroku-cli/notifications": "^1.2.4",
1212
"@heroku-cli/plugin-ps-exec": "2.6.2",
1313
"@heroku-cli/schema": "^1.0.25",
1414
"@heroku/buildpack-registry": "^1.0.1",
1515
"@heroku/eventsource": "^1.0.7",
1616
"@heroku/heroku-cli-util": "^9.0.2",
17-
"@heroku/http-call": "^5.4.0",
17+
"@heroku/http-call": "^5.5.0",
1818
"@heroku/mcp-server": "1.0.7-alpha.1",
1919
"@heroku/plugin-ai": "^1.0.1",
2020
"@inquirer/prompts": "^5.0.5",

yarn.lock

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,6 +1639,26 @@ __metadata:
16391639
languageName: node
16401640
linkType: hard
16411641

1642+
"@heroku-cli/command@npm:^11.7.0":
1643+
version: 11.7.0
1644+
resolution: "@heroku-cli/command@npm:11.7.0"
1645+
dependencies:
1646+
"@heroku-cli/color": ^2.0.1
1647+
"@heroku/http-call": ^5.5.0
1648+
"@oclif/core": ^2.16.0
1649+
cli-ux: ^6.0.9
1650+
debug: ^4.4.0
1651+
fs-extra: ^9.1.0
1652+
heroku-client: ^3.1.0
1653+
netrc-parser: ^3.1.6
1654+
open: ^8.4.2
1655+
uuid: ^8.3.0
1656+
yargs-parser: ^18.1.3
1657+
yargs-unparser: ^2.0.0
1658+
checksum: 2a3415ad379d95d97ca059ede5fdd1fdbcd89214bffdcdaa21e827fa6898ff1c2fadbfd529f66c4386cc6165290f2cc3dcc5aaf25537fe25862e2371e7dbe199
1659+
languageName: node
1660+
linkType: hard
1661+
16421662
"@heroku-cli/command@npm:^8.5.0":
16431663
version: 8.5.0
16441664
resolution: "@heroku-cli/command@npm:8.5.0"
@@ -1790,6 +1810,21 @@ __metadata:
17901810
languageName: node
17911811
linkType: hard
17921812

1813+
"@heroku/http-call@npm:^5.5.0":
1814+
version: 5.5.0
1815+
resolution: "@heroku/http-call@npm:5.5.0"
1816+
dependencies:
1817+
chalk: ^4.1.2
1818+
content-type: ^1.0.5
1819+
debug: ^4.4.0
1820+
is-retry-allowed: ^2.2.0
1821+
is-stream: ^2.0.0
1822+
sinon: ^20.0.0
1823+
tunnel-agent: ^0.6.0
1824+
checksum: 78b4d178b41c1f2dd2babc3e7eb08594e911a194940f4a19ff596623ef3bc8ec6d5acfe0eaa3a2fc21469b91fa0c35a7228671e57f840d27389151864b5c607d
1825+
languageName: node
1826+
linkType: hard
1827+
17931828
"@heroku/mcp-server@npm:1.0.7-alpha.1":
17941829
version: 1.0.7-alpha.1
17951830
resolution: "@heroku/mcp-server@npm:1.0.7-alpha.1"
@@ -4308,7 +4343,7 @@ __metadata:
43084343
languageName: node
43094344
linkType: hard
43104345

4311-
"@sinonjs/fake-timers@npm:^13.0.1, @sinonjs/fake-timers@npm:^13.0.2":
4346+
"@sinonjs/fake-timers@npm:^13.0.1, @sinonjs/fake-timers@npm:^13.0.2, @sinonjs/fake-timers@npm:^13.0.5":
43124347
version: 13.0.5
43134348
resolution: "@sinonjs/fake-timers@npm:13.0.5"
43144349
dependencies:
@@ -10734,14 +10769,14 @@ __metadata:
1073410769
resolution: "heroku@workspace:packages/cli"
1073510770
dependencies:
1073610771
"@heroku-cli/color": 2.0.1
10737-
"@heroku-cli/command": ^11.5.0
10772+
"@heroku-cli/command": ^11.7.0
1073810773
"@heroku-cli/notifications": ^1.2.4
1073910774
"@heroku-cli/plugin-ps-exec": 2.6.2
1074010775
"@heroku-cli/schema": ^1.0.25
1074110776
"@heroku/buildpack-registry": ^1.0.1
1074210777
"@heroku/eventsource": ^1.0.7
1074310778
"@heroku/heroku-cli-util": ^9.0.2
10744-
"@heroku/http-call": ^5.4.0
10779+
"@heroku/http-call": ^5.5.0
1074510780
"@heroku/mcp-server": 1.0.7-alpha.1
1074610781
"@heroku/plugin-ai": ^1.0.1
1074710782
"@inquirer/prompts": ^5.0.5
@@ -15917,6 +15952,19 @@ __metadata:
1591715952
languageName: node
1591815953
linkType: hard
1591915954

15955+
"sinon@npm:^20.0.0":
15956+
version: 20.0.0
15957+
resolution: "sinon@npm:20.0.0"
15958+
dependencies:
15959+
"@sinonjs/commons": ^3.0.1
15960+
"@sinonjs/fake-timers": ^13.0.5
15961+
"@sinonjs/samsam": ^8.0.1
15962+
diff: ^7.0.0
15963+
supports-color: ^7.2.0
15964+
checksum: c6dcd3bc60aa360fede157fbed30c3984eb222990ff28f3014a5e31834cec74e5203c0575332a99c3f7976425167f70e0777507c0c58867473ad0a0c4c1a759c
15965+
languageName: node
15966+
linkType: hard
15967+
1592015968
"slash@npm:^3.0.0":
1592115969
version: 3.0.0
1592215970
resolution: "slash@npm:3.0.0"

0 commit comments

Comments
 (0)