1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-14 06:52:30 +00:00

Playwright upgrade and conf improvement

This commit is contained in:
Timshel 2025-04-17 15:54:34 +02:00
commit c432ff5245
4 changed files with 57 additions and 52 deletions

View file

@ -8,14 +8,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.49.1",
"dotenv": "^16.4.7",
"dotenv-expand": "^11.0.7",
"@playwright/test": "^1.51.1",
"dotenv": "^16.5.0",
"dotenv-expand": "^12.0.2",
"maildev": "github:timshel/maildev#3.0.4"
},
"dependencies": {
"mysql2": "^3.12.0",
"otpauth": "^9.3.6",
"pg": "^8.13.1"
"mysql2": "^3.14.0",
"otpauth": "^9.4.0",
"pg": "^8.14.1"
}
}