Updated versions
This commit is contained in:
Generated
+386
-882
File diff suppressed because it is too large
Load Diff
+13
-13
@@ -20,24 +20,24 @@
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.4.2",
|
||||
"@fortawesome/fontawesome-free": "^7.1.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"acme-client": "^5.4.0",
|
||||
"axios": "^1.7.4",
|
||||
"bcrypt": "^5.1.1",
|
||||
"bootstrap": "^5.3.3",
|
||||
"axios": "^1.13.2",
|
||||
"bcrypt": "^6.0.0",
|
||||
"bootstrap": "^5.3.8",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2",
|
||||
"express": "^5.2.1",
|
||||
"extend": "^3.0.2",
|
||||
"jq-repeat": "^2.0.0",
|
||||
"jq-repeat": "^2.0.1",
|
||||
"jquery": "^3.7.1",
|
||||
"ldapts": "^2.12.0",
|
||||
"linux-sys-user": "^1.1.8",
|
||||
"moment": "^2.29.4",
|
||||
"ldapts": "^8.1.2",
|
||||
"linux-sys-user": "^1.2.0",
|
||||
"moment": "^2.30.1",
|
||||
"mustache": "^4.2.0",
|
||||
"p2psub": "^0.1.9",
|
||||
"redis": "^4.6.7",
|
||||
"socket.io": "^4.7.5",
|
||||
"p2psub": "^0.2.0",
|
||||
"redis": "^5.10.0",
|
||||
"socket.io": "^4.8.3",
|
||||
"tld-extract": "^2.1.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
@@ -46,6 +46,6 @@
|
||||
"url": "https://git.theta42.com/wmantly/proxy.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.4"
|
||||
"nodemon": "^3.1.11"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ router.get('/users', async function(req, res, next) {
|
||||
res.render('users', {...values});
|
||||
});
|
||||
|
||||
router.get('/login*', async function(req, res, next) {
|
||||
router.get('/login/*splat', async function(req, res, next) {
|
||||
res.render('login', {...values, redirect: req.query.redirect});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user