Skip to content

Commit 85ad480

Browse files
committed
fix: updated notifier
1 parent 2ba285a commit 85ad480

File tree

9 files changed

+191
-193
lines changed

9 files changed

+191
-193
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"eslint": "5.3.0",
3+
"eslint": "5.4.0",
44
"eslint-config-standard": "11.0.0",
55
"eslint-plugin-import": "^2.14.0",
66
"eslint-plugin-node": "^7.0.1",

packages/apps-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"mockdate": "^2.0.2",
3939
"netrc-parser": "^3.1.6",
4040
"nock": "9.3.3",
41-
"proxyquire": "^2.0.1",
41+
"proxyquire": "^2.1.0",
4242
"std-mocks": "1.0.1",
4343
"testdouble": "^3.8.1",
4444
"time-require": "0.1.2",

packages/certs-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mocha": "^5.2.0",
3333
"nock": "^9.3.3",
3434
"nyc": "^12.0.2",
35-
"proxyquire": "^2.0.1",
35+
"proxyquire": "^2.1.0",
3636
"sinon": "^2.3.6",
3737
"sinon-chai": "^2.14.0"
3838
},

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@oclif/plugin-which": "1.0.1",
4747
"cli-ux": "4.8.0",
4848
"debug": "3.1.0",
49-
"execa": "0.10.0",
49+
"execa": "0.11.0",
5050
"fs-extra": "7.0.0",
5151
"http-call": "5.2.0",
5252
"netrc-parser": "3.1.6",
@@ -70,10 +70,10 @@
7070
"@types/node": "^10.7.1",
7171
"@types/supports-color": "^5.3.0",
7272
"@types/write-json-file": "^2.2.1",
73-
"aws-sdk": "^2.296.0",
73+
"aws-sdk": "^2.298.0",
7474
"chai": "^4.1.2",
7575
"jsonwebtoken": "^8.3.0",
76-
"lerna": "^3.1.0",
76+
"lerna": "^3.1.4",
7777
"lodash": "^4.17.10",
7878
"mocha": "^5.2.0",
7979
"nock": "^9.3.2",

packages/orgs-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"mocha": "^5.2.0",
5353
"nock": "^9.3.0",
5454
"nyc": "^12.0.2",
55-
"proxyquire": "^2.0.1"
55+
"proxyquire": "^2.1.0"
5656
},
5757
"files": [
5858
"oclif.manifest.json",

packages/pg-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mocha": "^5.1.1",
3535
"nock": "9.2.6",
3636
"nyc": "^12.0.2",
37-
"proxyquire": "^2.0.1",
37+
"proxyquire": "^2.1.0",
3838
"sinon": "<2",
3939
"unexpected": "^10.37.7"
4040
},

packages/redis-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mocha": "^5.2.0",
2828
"nock": "^9.2.5",
2929
"nyc": "^12.0.2",
30-
"proxyquire": "^2.0.1",
30+
"proxyquire": "^2.1.0",
3131
"sinon": "^5.0.7"
3232
},
3333
"files": [

packages/run-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@heroku-cli/color": "^1.1.10",
2222
"@heroku-cli/command": "^8.1.20",
23-
"@heroku-cli/notifications": "^1.2.1",
23+
"@heroku-cli/notifications": "^1.2.2",
2424
"co": "4.6.0",
2525
"eventsource": "^1.0.5",
2626
"fs-extra": "^7.0.0",

0 commit comments

Comments
 (0)