rhalff / dot-object

Transform json objects using dot notation
MIT License
471 stars 46 forks source link

Memory leak in inflight dependency #83

Open rahmanfasalu opened 10 months ago

rahmanfasalu commented 10 months ago

Version-2.1.4 is using a dependency of glob "^7.1.6," which has a transient dependency, "inflight," that has a memory leak. maybe updating glob to the latest version might fix the issue

ref: https://github.com/isaacs/inflight/issues/18

Benjamin-Willard commented 2 months ago

This is breaking our product sadly. Is there a reason why it is taking forever to update?