[call-me] - update dep

This commit is contained in:
Miroslav Pejic
2025-03-31 22:57:28 +02:00
parent e90ff24837
commit 140cb5e31e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ app.post('/api/hostPasswordValidate', (req, res) => {
});
// Page not found
app.get('*', (req, res) => {
app.use((req, res) => {
return notFound(res);
});
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.80",
"version": "1.0.81",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
@@ -24,7 +24,7 @@
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express": "^5.1.0",
"helmet": "^8.1.0",
"httpolyglot": "0.1.2",
"js-yaml": "4.1.0",