Skip to content

Commit 55c0403

Browse files
committed
Update heroku-cli/command
1 parent 6a16d51 commit 55c0403

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": "https://github.com/heroku/cli/issues",
88
"dependencies": {
99
"@heroku-cli/color": "2.0.1",
10-
"@heroku-cli/command": "^12.0.0",
10+
"@heroku-cli/command": "^12.0.1",
1111
"@heroku-cli/notifications": "^1.2.4",
1212
"@heroku-cli/plugin-ps-exec": "2.6.2",
1313
"@heroku-cli/schema": "^1.0.25",

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,23 @@ __metadata:
16091609
languageName: node
16101610
linkType: hard
16111611

1612+
"@heroku-cli/command@npm:^12.0.1":
1613+
version: 12.0.1
1614+
resolution: "@heroku-cli/command@npm:12.0.1"
1615+
dependencies:
1616+
"@heroku-cli/color": ^2.0.4
1617+
"@heroku/http-call": ^5.4.0
1618+
"@oclif/core": ^4.3.0
1619+
debug: ^4.4.0
1620+
inquirer: ^8.2.6
1621+
netrc-parser: ^3.1.6
1622+
open: ^10.1.2
1623+
yargs-parser: ^20.2.9
1624+
yargs-unparser: ^2.0.0
1625+
checksum: f86b37961375b63c1b07b58d40485cfc1a56ff2d6fd3854672321af70ce6079066379ed05bfcf0c051399b282c8038ce8b206e765d1c01154f04c670a6fdf1e7
1626+
languageName: node
1627+
linkType: hard
1628+
16121629
"@heroku-cli/heroku-exec-util@npm:0.9.2":
16131630
version: 0.9.2
16141631
resolution: "@heroku-cli/heroku-exec-util@npm:0.9.2"
@@ -11053,7 +11070,7 @@ __metadata:
1105311070
resolution: "heroku@workspace:packages/cli"
1105411071
dependencies:
1105511072
"@heroku-cli/color": 2.0.1
11056-
"@heroku-cli/command": ^12.0.0
11073+
"@heroku-cli/command": ^12.0.1
1105711074
"@heroku-cli/notifications": ^1.2.4
1105811075
"@heroku-cli/plugin-ps-exec": 2.6.2
1105911076
"@heroku-cli/schema": ^1.0.25

0 commit comments

Comments
 (0)