resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
685 stars 67 forks source link

Security vulnerability in lodash #95

Closed jirenius closed 5 years ago

jirenius commented 5 years ago

Issue

There is a security vulnerability in the npm package lodash, used by concurrently, used as a dev depencency by the examples.

The warning message can be show with the following command:

cd examples/hello-world
npm audit

Solution

Run npm update on the affected examples.

jirenius commented 5 years ago

Fixed in #97