diff --git a/package.json b/package.json index f0df101c7..f2a2f36b4 100644 --- a/package.json +++ b/package.json @@ -30,26 +30,26 @@ "cli" ], "dependencies": { - "configstore": "2.1.0", + "configstore": "^4.0.0", "cordova-common": "^2.2.0", "cordova-lib": "8.0.0", "editor": "1.0.0", - "insight": "0.8.4", + "insight": "^0.10.1", "loud-rejection": "^1.6.0", - "nopt": "3.0.1", - "update-notifier": "0.5.0" + "nopt": "^4.0.1", + "update-notifier": "^2.5.0" }, "devDependencies": { - "eslint": "^4.0.0", - "eslint-config-semistandard": "^11.0.0", - "eslint-config-standard": "^10.2.1", + "eslint": "^5.4.0", + "eslint-config-semistandard": "^12.0.1", + "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.3.0", - "eslint-plugin-node": "^5.0.0", - "eslint-plugin-promise": "^3.5.0", - "eslint-plugin-standard": "^3.0.1", + "eslint-plugin-node": "^7.0.1", + "eslint-plugin-promise": "^4.0.0", + "eslint-plugin-standard": "^4.0.0", "istanbul": "^0.4.5", - "jasmine": "^2.5.2", - "rewire": "^2.5.2" + "jasmine": "^3.1.0", + "rewire": "^4.0.1" }, "author": "Anis Kadri", "contributors": [ diff --git a/src/cli.js b/src/cli.js index f24ea01a5..718b127fa 100644 --- a/src/cli.js +++ b/src/cli.js @@ -76,7 +76,7 @@ var shortHands = { function checkForUpdates () { try { // Checks for available update and returns an instance - var notifier = updateNotifier({pkg: pkg}); + var notifier = updateNotifier({ pkg: pkg }); if (notifier.update && notifier.update.latest !== pkg.version) {