Skip to content

Commit db27534

Browse files
[mirotalk-admin] - update dep
1 parent f8e16cd commit db27534

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

frontend/views/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>MiroTalk Dashboard</h3>
2727
</button>
2828
</div>
2929
<div class="login-footer">
30-
<small class="text-muted">Version 1.0.87</small>
30+
<small class="text-muted">Version 1.0.88</small>
3131
</div>
3232
</div>
3333
</div>

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalk-admin",
3-
"version": "1.0.87",
3+
"version": "1.0.88",
44
"description": "MiroTalk Admin Dashboard for managing updates of MiroTalk projects",
55
"main": "server.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"cors": "^2.8.6",
2828
"dotenv": "^17.4.2",
2929
"express": "^5.2.1",
30-
"express-rate-limit": "^8.3.2",
30+
"express-rate-limit": "^8.4.0",
3131
"helmet": "^8.1.0",
3232
"httpolyglot": "0.1.2",
3333
"jsonwebtoken": "^9.0.3",
@@ -38,6 +38,6 @@
3838
},
3939
"devDependencies": {
4040
"nodemon": "^3.1.14",
41-
"prettier": "^3.8.2"
41+
"prettier": "^3.8.3"
4242
}
4343
}

0 commit comments

Comments
 (0)