Is there a package for package info?

As a packakge developer I often want to find out if the dependencies of my packakge is at the latest version as I want to support the latest features. CompatHelper.jl helps but I still feel something is missing.

Is there a package that can tell me which of the Project.toml dependencies are out of date? Before I spend time writing one.