diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 8c21889..ad18bc6 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -18,7 +18,7 @@ "@mui/x-charts": "^8.15.0", "@mui/x-date-pickers": "^8.15.0", "date-and-time": "^4.1.0", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "filesize": "^11.0.13", "react": "^19.2.0", "react-dom": "^19.2.0", @@ -2893,9 +2893,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", "peer": true }, diff --git a/central_frontend/package.json b/central_frontend/package.json index e88048b..037235c 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -20,7 +20,7 @@ "@mui/x-charts": "^8.15.0", "@mui/x-date-pickers": "^8.15.0", "date-and-time": "^4.1.0", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "filesize": "^11.0.13", "react": "^19.2.0", "react-dom": "^19.2.0",