fix(status): integrate dayjs for formatted timestamps in notifications

This commit is contained in:
2025-11-03 14:35:06 +01:00
parent c571e03495
commit afd8d1f68a
3 changed files with 8 additions and 6 deletions

7
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"@types/ping": "^0.4.4",
"cron": "^4.3.3",
"dayjs": "^1.11.19",
"discord.js": "^14.24.2",
"dotenv": "^17.2.2",
"pg": "^8.16.3",
@@ -552,9 +553,9 @@
}
},
"node_modules/dayjs": {
"version": "1.11.18",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz",
"integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"license": "MIT"
},
"node_modules/debug": {