Skip to content

Commit 9da7391

Browse files
committed
Bump dependencies
1 parent b010701 commit 9da7391

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

lib/actions/user.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ user.git.email = () => {
5656

5757
/**
5858
* Retrieves GitHub's username from the GitHub API
59-
* @return {Promise} Resolved with the github username or rejected if unable to
59+
* @return {Promise} Resolved with the GitHub username or rejected if unable to
6060
* get the information
6161
*/
62-
user.github.username = () => {
63-
return githubUsername(user.git.email());
64-
};
62+
user.github.username = () => githubUsername(user.git.email());

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"detect-conflict": "^1.0.0",
4343
"error": "^7.0.2",
4444
"find-up": "^2.1.0",
45-
"github-username": "^3.0.0",
45+
"github-username": "^4.0.0",
4646
"istextorbinary": "^2.1.0",
4747
"lodash": "^4.11.1",
4848
"mem-fs-editor": "^3.0.0",
@@ -70,7 +70,7 @@
7070
"mockery": "^2.0.0",
7171
"nock": "^9.0.5",
7272
"proxyquire": "^1.0.0",
73-
"sinon": "^1.9.1",
73+
"sinon": "^2.1.0",
7474
"tui-jsdoc-template": "^1.0.4",
7575
"xo": "^0.17.0",
7676
"yeoman-assert": "^3.0.0",

0 commit comments

Comments
 (0)