diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 2df957c..7eac76a 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -16,7 +16,7 @@ "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.4", "@mui/x-charts": "^8.16.0", - "@mui/x-date-pickers": "^8.15.0", + "@mui/x-date-pickers": "^8.16.0", "date-and-time": "^4.1.0", "dayjs": "^1.11.19", "filesize": "^11.0.13", @@ -1547,37 +1547,15 @@ "d3-timer": "^3.0.1" } }, - "node_modules/@mui/x-charts/node_modules/@mui/x-internals": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.16.0.tgz", - "integrity": "sha512-JR53WOFqmQYQzurOpB0H91K7/9uMcte1ooxHxTLGB+97PgB+rKY6siRWvUALGS56XyPV+1a2ALI33hd2E7+Rgg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.4", - "@mui/utils": "^7.3.3", - "reselect": "^5.1.1", - "use-sync-external-store": "^1.6.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, "node_modules/@mui/x-date-pickers": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.15.0.tgz", - "integrity": "sha512-I5cNUwaaGJASwlhlSZHE1ddidRvDFei9Sh7ikpAgoznfyxJoLX2nxk6e2csafJ9/1cV4Js7Odo63n8zsYgFn1A==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.16.0.tgz", + "integrity": "sha512-zvUoO9ImWiKRaOWvQVbB1vCa6aUQIX5GM0tJ+nAyNNIVV0VqpXz3CvkRR6ovBBFzIcChc7FXlqrMKcJ//EhePQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", "@mui/utils": "^7.3.3", - "@mui/x-internals": "8.14.0", + "@mui/x-internals": "8.16.0", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", "prop-types": "^15.8.1", @@ -1645,9 +1623,9 @@ } }, "node_modules/@mui/x-internals": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.14.0.tgz", - "integrity": "sha512-esYyl61nuuFXiN631TWuPh2tqdoyTdBI/4UXgwH3rytF8jiWvy6prPBPRHEH1nvW3fgw9FoBI48FlOO+yEI8xg==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.16.0.tgz", + "integrity": "sha512-JR53WOFqmQYQzurOpB0H91K7/9uMcte1ooxHxTLGB+97PgB+rKY6siRWvUALGS56XyPV+1a2ALI33hd2E7+Rgg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", diff --git a/central_frontend/package.json b/central_frontend/package.json index 5769368..663f306 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -18,7 +18,7 @@ "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.4", "@mui/x-charts": "^8.16.0", - "@mui/x-date-pickers": "^8.15.0", + "@mui/x-date-pickers": "^8.16.0", "date-and-time": "^4.1.0", "dayjs": "^1.11.19", "filesize": "^11.0.13",