From cd19f1d69b7a1060eabc76c1701897cd8ed37bf0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Nov 2025 00:15:41 +0000 Subject: [PATCH] Update dependency date-and-time to ^4.1.1 --- central_frontend/package-lock.json | 8 ++++---- central_frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 94226ef..fdfb8ae 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -17,7 +17,7 @@ "@mui/material": "^7.3.5", "@mui/x-charts": "^8.16.0", "@mui/x-date-pickers": "^8.17.0", - "date-and-time": "^4.1.0", + "date-and-time": "^4.1.1", "dayjs": "^1.11.19", "filesize": "^11.0.13", "react": "^19.2.0", @@ -3347,9 +3347,9 @@ } }, "node_modules/date-and-time": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.0.tgz", - "integrity": "sha512-tFdrmBPZrR7bun6jqmlEy/dsjV2JLeUdGALfbKdB7mf0ItMNkYYklxjFE0voGg5oapIaE7WctMClkuRzyU9pig==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.1.tgz", + "integrity": "sha512-IqEzQvjaRO6KL6wxHaBsVZhzym+Kuk3VWmgydIjzbJD0Zwwa1YpvSZ/2rYR5qmAx1aDM8dMAxpQ9Wm4xQoUv3g==", "license": "MIT", "engines": { "node": ">=18" diff --git a/central_frontend/package.json b/central_frontend/package.json index ead48d8..14219f0 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -19,7 +19,7 @@ "@mui/material": "^7.3.5", "@mui/x-charts": "^8.16.0", "@mui/x-date-pickers": "^8.17.0", - "date-and-time": "^4.1.0", + "date-and-time": "^4.1.1", "dayjs": "^1.11.19", "filesize": "^11.0.13", "react": "^19.2.0", -- 2.49.1