Skip to content

Commit

Permalink
Merge pull request #263 from firebase/bk-update-notifier
Browse files Browse the repository at this point in the history
updating update-notifier, a few deps
  • Loading branch information
bkendall committed Sep 27, 2018
2 parents 7820336 + bf37c3d commit 69705d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions bin/server
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ var notify = require('./update-notifier');
var updateCheckInterval = 1000 * 60 * 60 * 24 * 7; // 1 week

var notifier = updateNotifier({
packageName: pkg.name,
packageVersion: pkg.version,
pkg: pkg,
updateCheckInterval: updateCheckInterval
});

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rsvp": "^3.6.2",
"string-length": "^1.0.0",
"try-require": "^1.0.0",
"update-notifier": "^1.0.3"
"update-notifier": "^2.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -77,11 +77,11 @@
"eslint": "^2.9.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nsp": "^2.6.3",
"nsp": "^3.2.1",
"request": "^2.81.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.12.0",
"std-mocks": "^1.0.1",
"supertest": "^1.2.0"
"supertest": "^3.3.0"
}
}

0 comments on commit 69705d9

Please sign in to comment.