fixed prefix issue

This commit is contained in:
2023-08-17 13:26:47 -04:00
parent 41325f7a55
commit 99ab768f45
7 changed files with 1073 additions and 691 deletions
+5 -5
View File
@@ -12,13 +12,13 @@
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.0",
"ejs": "^3.0.1",
"bcrypt": "^5.1.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"extend": "^3.0.2",
"ldapts": "^2.2.1",
"linux-sys-user": "^1.1.0",
"redis": "^4.6.5"
"ldapts": "^2.12.0",
"linux-sys-user": "^1.1.8",
"redis": "^4.6.7"
},
"license": "MIT",
"repository": {