How to fix DEPRECATION Using Application.registry.resolve

I am using Ember 2.2, Ember Data 2.1, and just updated to ember-cli 1.13.12.

My app is still in infancy - I added a mock http service today and now I’m getting the following deprecation warning. I tried updating npm dependencies to newer version, but I cannot figure out what is causing this. Can someone help me get rid of this deprecation?

Thank you

UPDATE: I may have solved this - it seems that I needed to also update all the bower components to newer versions. Once I did that, it seems that the deprecation isn’t showing up anymore.