npm-check-updates 3.1.19 → 3.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,7 +140,7 @@ function analyzeGlobalPackages(options) {
140
140
  print(options, `Fetching ${vm.getVersionTarget(options)} versions...`, 'verbose');
141
141
 
142
142
  return vm.upgradePackageDefinitions(globalPackages, options)
143
- .spread((upgraded, latest) => {
143
+ .then(([upgraded, latest]) => {
144
144
  print(options, latest, 'silly');
145
145
 
146
146
  const upgradePromise = printUpgrades(options, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-check-updates",
3
- "version": "3.1.19",
3
+ "version": "3.1.20",
4
4
  "author": "Tomas Junnonen <tomas1@gmail.com>",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [