Meteor: Dependency Hell with atmosphere packages regarding `accounts-base` when I try to update meteor to version 1.5.1

I try to update my meteor project but when I try to do via meteor update or via
meteor update --all-packages or even via meteor update --allow-incompatible-update I get the following error:

error: No version of accounts-base satisfies all constraints: @1.3.1, @=1.3.0, @1.3.1
Constraints on package "accounts-base":
* accounts-base@1.3.1 <- top level
* accounts-base@=1.3.0 <- top level
* accounts-base@1.3.1 <- top level
* accounts-base@1.3.1 <- accounts-password 1.4.0
* accounts-base@1.2.14 <- service-configuration 1.0.11
* accounts-base@1.3.0 <- accounts-facebook 1.2.1
* accounts-base@1.3.0 <- accounts-google 1.2.0
* accounts-base@1.3.0 <- accounts-twitter 1.3.0
* accounts-base@1.0.0 <- matb33:collection-hooks 0.7.5
* accounts-base@1.0.1 <- pauli:accounts-linkedin 1.0.0

Do you have any idea how to fix all constraints?