diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 979f3ac..09a00b8 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -5852,9 +5852,9 @@
"dev": true
},
"elliptic": {
- "version": "6.5.2",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
- "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
+ "version": "6.5.3",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
+ "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
"dev": true,
"requires": {
"bn.js": "^4.4.0",
diff --git a/frontend/src/views/timetrackaccounts/TimeTrackAccounts.vue b/frontend/src/views/timetrackaccounts/TimeTrackAccounts.vue
index 8b74df5..55746be 100644
--- a/frontend/src/views/timetrackaccounts/TimeTrackAccounts.vue
+++ b/frontend/src/views/timetrackaccounts/TimeTrackAccounts.vue
@@ -22,6 +22,7 @@