Skip to content

Commit 6d3be5a

Browse files
committed
fix: updated deps
1 parent 337df0f commit 6d3be5a

File tree

25 files changed

+386
-331
lines changed

25 files changed

+386
-331
lines changed

packages/addons-v5/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"co": "4.6.0",
1818
"co-wait": "0.0.0",
1919
"heroku-cli-util": "^8.0.10",
20-
"lodash": "^4.17.10",
21-
"printf": "0.3.0"
20+
"lodash": "^4.17.11",
21+
"printf": "0.5.1"
2222
},
2323
"devDependencies": {
2424
"@oclif/dev-cli": "^1.18.0",
25-
"@oclif/plugin-legacy": "^1.1.0",
25+
"@oclif/plugin-legacy": "^1.1.1",
2626
"chai": "^4.1.2",
2727
"lolex": "^2.7.4",
2828
"mocha": "^5.2.0",
2929
"nock": "9.0.13",
3030
"nyc": "^13.0.1",
31-
"sinon": "^6.2.0",
31+
"sinon": "^6.3.3",
3232
"unexpected": "^10.39.0"
3333
},
3434
"files": [

packages/apps-v5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/apps-v5/<%- commandPath %>"
1616
},
1717
"dependencies": {
18-
"@heroku-cli/command": "^8.1.28",
18+
"@heroku-cli/command": "^8.1.29",
1919
"co": "^4.6.0",
2020
"filesize": "^3.5.11",
2121
"fs-extra": "^7.0.0",
2222
"heroku-cli-util": "^8.0.10",
2323
"inquirer": "^6.2.0",
2424
"js-yaml": "^3.9.1",
25-
"lodash": "^4.17.10",
25+
"lodash": "^4.17.11",
2626
"shell-escape": "^0.2.0",
2727
"sparkline": "^0.2.0",
2828
"strftime": "^0.10.0",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@oclif/dev-cli": "^1.18.0",
34-
"@oclif/plugin-legacy": "^1.1.0",
34+
"@oclif/plugin-legacy": "^1.1.1",
3535
"chai": "^4.1.2",
3636
"lolex": "^2.7.4",
3737
"mocha": "^5.2.0",

packages/auth/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"bugs": "https://github.com/heroku/cli/issues",
77
"dependencies": {
88
"@heroku-cli/color": "^1.1.10",
9-
"@heroku-cli/command": "^8.1.28",
10-
"@oclif/command": "^1.5.0",
11-
"@oclif/config": "^1.7.4",
12-
"cli-ux": "^4.8.1",
9+
"@heroku-cli/command": "^8.1.29",
10+
"@oclif/command": "^1.5.1",
11+
"@oclif/config": "^1.7.6",
12+
"cli-ux": "^4.8.2",
1313
"date-fns": "^2.0.0-alpha.8"
1414
},
1515
"devDependencies": {
1616
"@fancy-test/nock": "^0.1.1",
17-
"@heroku-cli/schema": "^1.0.19",
17+
"@heroku-cli/schema": "^1.0.21",
1818
"@oclif/dev-cli": "^1.18.0",
19-
"@oclif/plugin-help": "^2.1.1",
20-
"@oclif/test": "^1.2.0",
19+
"@oclif/plugin-help": "^2.1.2",
20+
"@oclif/test": "^1.2.1",
2121
"@oclif/tslint": "^3.0.1",
2222
"@types/chai": "^4.1.4",
2323
"@types/mocha": "^5.2.5",

packages/autocomplete/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"author": "Philipe Navarro @RasPhilCo",
55
"bugs": "https://github.com/heroku/cli/issues",
66
"dependencies": {
7-
"@heroku-cli/command": "^8.1.28",
8-
"@oclif/command": "1.5.0",
9-
"@oclif/config": "1.7.4",
7+
"@heroku-cli/command": "^8.1.29",
8+
"@oclif/command": "1.5.1",
9+
"@oclif/config": "1.7.6",
1010
"chalk": "^2.4.1",
11-
"cli-ux": "^4.8.1",
12-
"debug": "^3.1.0",
11+
"cli-ux": "^4.8.2",
12+
"debug": "^4.0.1",
1313
"fs-extra": "^7.0.0",
1414
"lodash.flatten": "^4.4.0",
1515
"tslib": "1.9.3"
1616
},
1717
"devDependencies": {
1818
"@fancy-test/nock": "^0.1.1",
1919
"@oclif/dev-cli": "1.18.0",
20-
"@oclif/plugin-help": "2.1.1",
21-
"@oclif/test": "1.2.0",
20+
"@oclif/plugin-help": "2.1.2",
21+
"@oclif/test": "1.2.1",
2222
"@oclif/tslint": "3.1.0",
2323
"@types/chai": "4.1.4",
2424
"@types/fs-extra": "^5.0.4",

packages/buildpacks/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
"bugs": "https://github.com/heroku/cli/issues",
66
"dependencies": {
77
"@heroku-cli/color": "^1.1.5",
8-
"@heroku-cli/command": "^8.1.28",
9-
"@oclif/config": "^1.7.4",
10-
"@oclif/plugin-legacy": "^1.0.15",
8+
"@heroku-cli/command": "^8.1.29",
9+
"@oclif/config": "^1.7.6",
10+
"@oclif/plugin-legacy": "^1.1.1",
1111
"@types/ansi-styles": "^3.2.0",
1212
"@types/lodash": "^4.14.108",
1313
"@types/supports-color": "^5.3.0",
1414
"buildpack-registry": "^1.0.1",
15-
"cli-ux": "^4.8.1",
15+
"cli-ux": "^4.8.2",
1616
"heroku-cli-util": "^8.0.0",
1717
"http-call": "^5.2.2",
18-
"lodash": "^4.14.0",
18+
"lodash": "^4.17.11",
1919
"true-myth": "^2.1.5",
2020
"valid-url": "^1.0.9"
2121
},
2222
"devDependencies": {
2323
"@fancy-test/nock": "^0.1.1",
2424
"@oclif/dev-cli": "^1.18.0",
25-
"@oclif/plugin-help": "^2.1.1",
26-
"@oclif/test": "^1",
25+
"@oclif/plugin-help": "^2.1.2",
26+
"@oclif/test": "^1.2.1",
2727
"@oclif/tslint": "^3.0.1",
2828
"@types/chai": "^4",
2929
"@types/mocha": "^5",

packages/certs-v5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"date-fns": "^1.29.0",
2121
"heroku-cli-util": "^8.0.10",
2222
"inquirer": "^6.2.0",
23-
"lodash": "4.17.10",
23+
"lodash": "4.17.11",
2424
"psl": "^1.1.29"
2525
},
2626
"devDependencies": {
2727
"@oclif/dev-cli": "^1.18.0",
28-
"@oclif/plugin-legacy": "^1.1.0",
28+
"@oclif/plugin-legacy": "^1.1.1",
2929
"chai": "^4.1.2",
3030
"chai-as-promised": "^7.1.1",
3131
"lolex": "^2.7.4",

packages/certs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"author": "Jeff Dickey @jdxcode",
55
"bugs": "https://github.com/heroku/cli/issues",
66
"dependencies": {
7-
"@heroku-cli/command": "^8.1.28",
8-
"@oclif/command": "^1.5.0",
9-
"@oclif/config": "^1.7.4",
7+
"@heroku-cli/command": "^8.1.29",
8+
"@oclif/command": "^1.5.1",
9+
"@oclif/config": "^1.7.6",
1010
"tslib": "^1.9.3"
1111
},
1212
"devDependencies": {
1313
"@oclif/dev-cli": "^1.18.0",
14-
"@oclif/plugin-help": "^2.1.1",
15-
"@oclif/test": "^1.2.0",
14+
"@oclif/plugin-help": "^2.1.2",
15+
"@oclif/test": "^1.2.1",
1616
"@oclif/tslint": "^3.0.1",
1717
"@types/chai": "^4",
1818
"@types/mocha": "^5.2.5",

packages/ci-v5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ci-v5/<%- commandPath %>"
1414
},
1515
"dependencies": {
16-
"@heroku-cli/command": "^8.1.28",
16+
"@heroku-cli/command": "^8.1.29",
1717
"@heroku-cli/plugin-pipelines": "^2.5.8",
1818
"@heroku-cli/plugin-run-v5": "^7.15.0",
1919
"ansi-escapes": "3.1.0",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@oclif/dev-cli": "^1.18.0",
33-
"@oclif/plugin-legacy": "^1.1.0",
33+
"@oclif/plugin-legacy": "^1.1.1",
3434
"chai": "^4.1.2",
3535
"estraverse": "^4.2.0",
3636
"mocha": "^5.1.1",

packages/ci/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"bugs": "https://github.com/heroku/cli/issues",
77
"dependencies": {
88
"@heroku-cli/color": "^1.1.10",
9-
"@heroku-cli/command": "^8.1.28",
10-
"@oclif/command": "^1.5.0",
11-
"@oclif/config": "^1.7.4",
9+
"@heroku-cli/command": "^8.1.29",
10+
"@oclif/command": "^1.5.1",
11+
"@oclif/config": "^1.7.6",
1212
"ansi-escapes": "3.1.0",
1313
"async-file": "^2.0.2",
14-
"cli-ux": "^4.8.1",
14+
"cli-ux": "^4.8.2",
1515
"fs-extra": "^7.0.0",
1616
"github-url-to-object": "^4.0.4",
1717
"got": "^9.0.0",
@@ -23,18 +23,18 @@
2323
},
2424
"devDependencies": {
2525
"@fancy-test/nock": "^0.1.1",
26-
"@heroku-cli/schema": "^1.0.19",
26+
"@heroku-cli/schema": "^1.0.21",
2727
"@oclif/dev-cli": "^1.18.0",
28-
"@oclif/plugin-help": "^2.1.1",
29-
"@oclif/test": "^1.2.0",
28+
"@oclif/plugin-help": "^2.1.2",
29+
"@oclif/test": "^1.2.1",
3030
"@oclif/tslint": "^3.0.1",
3131
"@types/chai": "^4",
3232
"@types/inquirer": "0.0.43",
3333
"@types/mocha": "^5",
3434
"@types/nock": "^9.3.0",
3535
"@types/node": "^10.9.4",
3636
"@types/socket.io-client": "^1.4.32",
37-
"@types/validator": "^9.4.1",
37+
"@types/validator": "^9.4.2",
3838
"chai": "^4",
3939
"globby": "^8",
4040
"mocha": "^5",

packages/cli/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": "https://github.com/heroku/cli/issues",
1010
"dependencies": {
1111
"@heroku-cli/color": "1.1.10",
12-
"@heroku-cli/command": "8.1.28",
12+
"@heroku-cli/command": "8.1.29",
1313
"@heroku-cli/plugin-addons-v5": "^7.15.0",
1414
"@heroku-cli/plugin-apps-v5": "^7.15.0",
1515
"@heroku-cli/plugin-auth": "^7.15.0",
@@ -34,19 +34,19 @@
3434
"@heroku-cli/plugin-spaces": "^7.15.2",
3535
"@heroku-cli/plugin-status": "^7.15.0",
3636
"@heroku-cli/plugin-webhooks-v5": "^7.15.0",
37-
"@oclif/command": "1.5.0",
38-
"@oclif/config": "1.7.4",
39-
"@oclif/errors": "1.2.0",
40-
"@oclif/plugin-commands": "^1.2.0",
41-
"@oclif/plugin-help": "2.1.1",
42-
"@oclif/plugin-legacy": "1.1.0",
37+
"@oclif/command": "1.5.1",
38+
"@oclif/config": "1.7.6",
39+
"@oclif/errors": "1.2.1",
40+
"@oclif/plugin-commands": "^1.2.1",
41+
"@oclif/plugin-help": "2.1.2",
42+
"@oclif/plugin-legacy": "1.1.1",
4343
"@oclif/plugin-not-found": "1.2.0",
4444
"@oclif/plugin-plugins": "1.6.2",
4545
"@oclif/plugin-update": "1.3.1",
46-
"@oclif/plugin-warn-if-update-available": "1.5.2",
46+
"@oclif/plugin-warn-if-update-available": "1.5.3",
4747
"@oclif/plugin-which": "1.0.1",
48-
"cli-ux": "4.8.1",
49-
"debug": "3.1.0",
48+
"cli-ux": "4.8.2",
49+
"debug": "4.0.1",
5050
"execa": "1.0.0",
5151
"fs-extra": "7.0.0",
5252
"http-call": "5.2.2",
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@oclif/dev-cli": "^1.18.0",
60-
"@oclif/test": "^1.2.0",
60+
"@oclif/test": "^1.2.1",
6161
"@oclif/tslint": "^3.0.1",
6262
"@types/ansi-styles": "^3.2.0",
6363
"@types/chai": "^4.1.3",
@@ -71,10 +71,10 @@
7171
"@types/node": "^10.9.4",
7272
"@types/supports-color": "^5.3.0",
7373
"@types/write-json-file": "^2.2.1",
74-
"aws-sdk": "^2.311.0",
74+
"aws-sdk": "^2.315.0",
7575
"chai": "^4.1.2",
76-
"lerna": "^3.3.0",
77-
"lodash": "^4.17.10",
76+
"lerna": "^3.3.2",
77+
"lodash": "^4.17.11",
7878
"mocha": "^5.2.0",
7979
"nock": "^9.3.2",
8080
"qqjs": "^0.3.10",

0 commit comments

Comments
 (0)