Closed ain closed 10 years ago
This shouldn't be neccessary because we were using the ~
and you should have been able to update your dependencies with npm update
. If that doesn't work, then I usually remove the dependency from the node_modules folder and do npm cache clear && npm i
to make sure I get the latest patch version.
I'll merge this in since you updated grunt-mocha-test
, but just wanted to let you know for the future.
@doowb you're right, most of them had only patches, should have been working without package manifest update, but I was already at it, so it's done :)
Update all dependencies to fix #31