>meteor update This project is already at Meteor 1.3.1, the latest release. Your top-level dependencies are at their latest compatible versions.
Newer versions of the following indirect dependencies are available:
_ * npm-bcrypt 0.7.8_2 (0.8.5 is available)_ To update one or more of these packages, pass their names to meteor update.
Tried to remove and add again but without success.
Maybe try installing the bcrypt npm package directly (using npm install bcrypt) instead of using the npm-bcrypt Atmosphere package (since that package is just a wrapper around the npm package).
Once installed the bcrypt directly (by ‘npm install bcrypt’) I have got a newer bcrypt folder under /app_src/node_modules. But nothing changed in the version description shown after ‘meteor update’ called. It seems to me older version is hardcoded as a dep somewhere.