Botfuel / botfuel-dialog

Botfuel SDK to build highly conversational chatbots
https://docs.botfuel.io
Other
102 stars 18 forks source link

security holding package #278

Closed DanielRuf closed 4 years ago

DanielRuf commented 5 years ago

Hi,

it seems you have accidentally added fs but this is not a package on npmjs, fs is an internal NodeJS module.

https://github.com/Botfuel/botfuel-dialog/blob/master/packages/botfuel-dialog/package.json#L36

See https://nodejs.org/api/fs.html

You might want to remove it using npm uninstall fs.