⬆️ Updated dependencies
All checks were successful
Deploy application / deploy (push) Successful in 19s

This commit is contained in:
2025-05-15 18:00:05 +02:00
parent 7ea55567da
commit f68afd0ff7
2 changed files with 134 additions and 119 deletions

View File

@ -14,24 +14,24 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actual-app/api": "^25.3.0",
"@dotenvx/dotenvx": "^1.38.3",
"better-sqlite3": "^11.8.1",
"cron": "^4.1.0",
"@actual-app/api": "^25.5.0",
"@dotenvx/dotenvx": "^1.44.0",
"better-sqlite3": "^11.10.0",
"cron": "^4.3.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"prettier": "^3.5.2",
"tsx": "^4.19.3"
"dotenv": "^16.5.0",
"prettier": "^3.5.3",
"tsx": "^4.19.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/better-sqlite3": "^7.6.12",
"@types/better-sqlite3": "^7.6.13",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.8",
"@types/node": "^22.15.18",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"ts-jest": "^29.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"prettier": {
"semi": false,