diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 944058e..da84424 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -17,7 +17,7 @@ "@mui/material": "^7.3.6", "@mui/x-charts": "^8.21.0", "@mui/x-date-pickers": "^8.21.0", - "date-and-time": "^4.1.1", + "date-and-time": "^4.1.2", "dayjs": "^1.11.19", "filesize": "^11.0.13", "react": "^19.2.1", @@ -2828,9 +2828,9 @@ } }, "node_modules/date-and-time": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.1.tgz", - "integrity": "sha512-IqEzQvjaRO6KL6wxHaBsVZhzym+Kuk3VWmgydIjzbJD0Zwwa1YpvSZ/2rYR5qmAx1aDM8dMAxpQ9Wm4xQoUv3g==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.2.tgz", + "integrity": "sha512-ChrHKo2M1kAQFRZRsM+UYugnaj3d0X1+4vEUFy5u+sWVXY7TN14s+n8Xq4w20j98WTD304SwjaB5m5VQq/Mi2w==", "license": "MIT", "engines": { "node": ">=18" diff --git a/central_frontend/package.json b/central_frontend/package.json index 3bac2f8..a2235ab 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -19,7 +19,7 @@ "@mui/material": "^7.3.6", "@mui/x-charts": "^8.21.0", "@mui/x-date-pickers": "^8.21.0", - "date-and-time": "^4.1.1", + "date-and-time": "^4.1.2", "dayjs": "^1.11.19", "filesize": "^11.0.13", "react": "^19.2.1",