misc: update dependencies

This commit is contained in:
NGPixel
2018-03-05 17:27:30 -05:00
parent 7acc4e9fed
commit 91b575529c
3 changed files with 612 additions and 496 deletions

View File

@@ -11,7 +11,7 @@ const session = require('express-session')
const SessionRedisStore = require('connect-redis')(session)
const graphqlApollo = require('apollo-server-express')
const graphqlSchema = require('./graph')
const oauth2orize = require('oauth2orize')
// const oauth2orize = require('oauth2orize')
/* global WIKI */
@@ -61,7 +61,7 @@ module.exports = async () => {
// OAuth2 Server
// ----------------------------------------
const OAuth2Server = oauth2orize.createServer()
// const OAuth2Server = oauth2orize.createServer()
// ----------------------------------------
// Passport Authentication