Ermögliche das Abrufen von Zeitkorrekturen für ein spezifisches Datum und aktualisiere die Benutzeroberfläche entsprechend
All checks were successful
Deploy production / deploy (push) Successful in 48s

This commit is contained in:
Torsten Schulz (local)
2026-08-26 16:19:39 +02:00
parent 4e6eeb470d
commit 4787700cd0
7 changed files with 77 additions and 77 deletions

6
package-lock.json generated
View File

@@ -18,7 +18,7 @@
},
"backend": {
"name": "timeclock-backend",
"version": "3.0.0",
"version": "3.0.1",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
@@ -29,10 +29,10 @@
"express": "^4.18.2",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.3",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql2": "^3.6.5",
"nodemailer": "^7.0.11",
"nodemailer": "^7.0.9",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"sequelize": "^6.37.7"