1 Commits

Author SHA1 Message Date
14f741f1e7 Update dependency date-and-time to ^4.1.2
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-16 00:35:50 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
"@mui/material": "^7.3.6", "@mui/material": "^7.3.6",
"@mui/x-charts": "^8.21.0", "@mui/x-charts": "^8.21.0",
"@mui/x-date-pickers": "^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", "dayjs": "^1.11.19",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.1", "react": "^19.2.1",
@@ -2828,9 +2828,9 @@
} }
}, },
"node_modules/date-and-time": { "node_modules/date-and-time": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.1.tgz", "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.2.tgz",
"integrity": "sha512-IqEzQvjaRO6KL6wxHaBsVZhzym+Kuk3VWmgydIjzbJD0Zwwa1YpvSZ/2rYR5qmAx1aDM8dMAxpQ9Wm4xQoUv3g==", "integrity": "sha512-ChrHKo2M1kAQFRZRsM+UYugnaj3d0X1+4vEUFy5u+sWVXY7TN14s+n8Xq4w20j98WTD304SwjaB5m5VQq/Mi2w==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"

View File

@@ -19,7 +19,7 @@
"@mui/material": "^7.3.6", "@mui/material": "^7.3.6",
"@mui/x-charts": "^8.21.0", "@mui/x-charts": "^8.21.0",
"@mui/x-date-pickers": "^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", "dayjs": "^1.11.19",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.1", "react": "^19.2.1",