diff --git a/CODEOWNERS b/CODEOWNERS index e8cad33..24c2021 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,6 +1,9 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners, -# the last matching pattern has the most precendence. +# the last matching pattern has the most precedence. + +# Alumni maintainers +# @kjdelisle @loay @ssh24 @virkt25 # Core team members from IBM -* @kjdelisle @jannyHou @loay @b-admike @ssh24 @virkt25 @dhmlau +* @jannyHou @b-admike @dhmlau diff --git a/package.json b/package.json index 9116988..5bf0396 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,18 @@ "async": "^2.1.2", "compression": "^1.0.3", "cors": "^2.5.2", - "helmet": "^1.3.0", + "helmet": "^3.15.0", "loopback": "^3.0.0", - "loopback-boot": "^2.6.5", - "loopback-component-explorer": "^2.4.0", - "loopback-connector-mongodb": "^1.17.0", - "loopback-connector-mysql": "^2.4.0", + "loopback-boot": "^3.1.1", + "loopback-component-explorer": "^6.2.0", + "loopback-connector-mongodb": "^3.6.0", + "loopback-connector-mysql": "^5.3.1", "serve-favicon": "^2.0.1", - "strong-error-handler": "^1.0.1" + "strong-error-handler": "^3.0.0" }, "devDependencies": { "eslint": "^2.13.1", - "eslint-config-loopback": "^4.0.0", - "nsp": "^2.1.0" + "eslint-config-loopback": "^4.0.0" }, "repository": { "type": "",