chill117 / express-mysql-session

A MySQL session store for the express framework in node
MIT License
313 stars 109 forks source link

Update from mysql@2.13.0 to 2.14.* #65

Closed silverbackdan closed 7 years ago

silverbackdan commented 7 years ago

Is it simple enough to update the mysql dependancy to 2.14.0 or 2.14.1 ? Will it cause any knock-on consequences? https://snyk.io/vuln/npm:mysql:20170317

Low risk vulnerability discovered in 2.13.0

chill117 commented 7 years ago

As long as tests still pass, it should be fine.

silverbackdan commented 7 years ago

Great stuff, closing this issue in favour of the PR https://github.com/chill117/express-mysql-session/pull/66 - updated package.json - that's all. Tests pass. Cheers!