mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
update ua-parser-js to latest npm
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
94b5f8ced9
commit
258d7d1d12
4 changed files with 2 additions and 939 deletions
|
@ -51,7 +51,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
|||
obj.meshIderHandler = require('./amt/amt-ider.js');
|
||||
obj.meshUserHandler = require('./meshuser.js');
|
||||
obj.interceptor = require('./interceptor');
|
||||
obj.uaparser = require('./ua-parser');
|
||||
obj.uaparser = require('ua-parser-js');
|
||||
const constants = (obj.crypto.constants ? obj.crypto.constants : require('constants')); // require('constants') is deprecated in Node 11.10, use require('crypto').constants instead.
|
||||
|
||||
// Setup WebAuthn / FIDO2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue