Dep updates

This commit is contained in:
Bryan Ashby 2019-10-29 21:17:58 -06:00
parent 1fdaaf5633
commit 351ae52776
No known key found for this signature in database
GPG key ID: B49EB437951D2542
4 changed files with 171 additions and 135 deletions

View file

@ -9,7 +9,7 @@ const UserProps = require('./user_property.js');
// deps
const _ = require('lodash');
const moment = require('moment');
const hashids = require('hashids');
const hashids = require('hashids/cjs');
exports.getActiveConnections = getActiveConnections;
exports.getActiveConnectionList = getActiveConnectionList;

View file

@ -19,7 +19,7 @@ const UserProps = require('./user_property.js');
const SysProps = require('./system_menu_method.js');
// deps
const hashids = require('hashids');
const hashids = require('hashids/cjs');
const moment = require('moment');
const paths = require('path');
const async = require('async');