sapics/geoip-country

Deprecated package dependencies (inflight, rimraf, glob)

morshabaal opened this issue · 2 comments

Many millions of users around the world started experiencing some warnings that their packages are deprecated. I had an issue with the following three packages:

  • inflight@1.0.6
  • glob@7.2.3
  • rimraf@2.7.1

By running npm ls inflight, it lead me to geoip-country (using all three of those packages).

geoip-country@4.2.101
  └─┬ rimraf@2.7.1
    └─┬ glob@7.2.3
      └── inflight@1.0.6

In other words, rimraf@2.7.1. is the culprit in this.

I think it's a good idea we go over the package dependencies in this project and ensure we get rid of the deprecated ones. Is anyone already working on this?