fix: Properly prevent shortcut events, update dependencies

Closes #1440
This commit is contained in:
Maksim Eltyshev
2025-11-24 19:21:07 +01:00
parent 7e41a0167d
commit 5c787d65a9
7 changed files with 390 additions and 368 deletions
+5 -5
View File
@@ -50,7 +50,7 @@
"dotenv-cli": "^7.4.4",
"escape-html": "^1.0.3",
"escape-markdown": "^1.0.4",
"fs-extra": "^11.3.1",
"fs-extra": "^11.3.2",
"ico-to-png": "^0.2.2",
"istextorbinary": "^9.5.0",
"jsonwebtoken": "^9.0.2",
@@ -58,7 +58,7 @@
"lodash": "^4.17.21",
"mime": "^3.0.0",
"moment": "^2.30.1",
"nodemailer": "^7.0.7",
"nodemailer": "^7.0.10",
"openid-client": "^5.7.1",
"patch-package": "^8.0.1",
"pg": "^8.16.3",
@@ -71,8 +71,8 @@
"serve-static": "^1.16.2",
"sharp": "^0.33.5",
"uuid": "^9.0.1",
"validator": "^13.15.20",
"winston": "^3.17.0",
"validator": "^13.15.23",
"winston": "^3.18.3",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
@@ -83,7 +83,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"mocha": "^10.8.2",
"nodemon": "^3.1.10",
"nodemon": "^3.1.11",
"prettier": "3.3.3",
"supertest": "^7.1.4"
},