prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.
MIT License
760 stars 182 forks source link

Set engines node version to ~6.11.1 #31

Closed compumike08 closed 7 years ago

compumike08 commented 7 years ago

In package.json, I set the following:

"engines": {
    "node": "~6.11.1"
}

This is to address Node.js security vulnerability announced here: https://nodejs.org/en/blog/vulnerability/july-2017-security-releases

See issue #32

dereklieu commented 7 years ago

This is :+1: but it would require redeploying (to heroku?) once it's merged. @mikemorris is the current deployment under your account?

mikemorris commented 7 years ago

@dereklieu Nothing in my personal account - it may live in a Dev Seed or Mapbox Heroku account? Should maybe get a Prose Heroku Team setup to manage it.