DoctorMcKay / node-steam-session

Node.js module for authenticating with the Steam auth server. Allows for generating refresh tokens and web auth cookies for use with steam-user and other packages.
https://www.npmjs.com/package/steam-session
MIT License
112 stars 20 forks source link

Update node-stdlib to last version #19

Closed venila closed 1 year ago

venila commented 1 year ago

You fixed your proxy agent here, but didn't update this lib to last version of node-stdlib

DoctorMcKay commented 1 year ago

It's not worth releasing a new version just to bump dependencies every time a downstream dependency gets a bug fix. The latest version of stdlib is compatible with package.json here, so just run npm update if you need to update.