moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prototype Pollution Protection Bypass

mjknight50 opened this issue · comments

npm audit fails with

│ High │ Prototype Pollution Protection Bypass │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ qs │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=6.0.4 <6.1.0 || >=6.1.2 <6.2.0 || >=6.2.3 <6.3.0 || │
│ │ >=6.3.2 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ googlemaps │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ googlemaps > qs │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1469

Same problem too, has this been resolved?