diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 8843d6f..fe3fedd 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -16,7 +16,7 @@ "@mui/icons-material": "^7.3.5", "@mui/material": "^7.3.5", "@mui/x-charts": "^8.19.0", - "@mui/x-date-pickers": "^8.17.0", + "@mui/x-date-pickers": "^8.19.0", "date-and-time": "^4.1.1", "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": { + "node_modules/@mui/x-date-pickers": { "version": "8.19.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.19.0.tgz", - "integrity": "sha512-mMmiyJAN5fW27srXJjhXhXJa+w2xGO45rwcjws6OQc9rdXGdJqRXhBwJd+OT7J1xwSdFIIUhjZRTz1KAfCSGBg==", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.19.0.tgz", + "integrity": "sha512-TQ4FsGUsiGJVs+Ie4q7nHXUmFqZADXL/1hVtZpOKsdr3WQXwpX7C5YmeakZGFR2NZnuv4snFj+WTee3kgyFbyQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", "@mui/utils": "^7.3.5", - "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.17.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.17.0.tgz", - "integrity": "sha512-mrrkTJ1+r6MsPnKH/N5lCNJHkP0dZc2Fvd8fp5tyxa0jRyzwbxJKsadXooccoJWp65Z2vUjUuctXYUmubYP/Sg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.28.4", - "@mui/utils": "^7.3.3", - "@mui/x-internals": "8.17.0", + "@mui/x-internals": "8.19.0", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", "prop-types": "^15.8.1", @@ -1645,13 +1623,13 @@ } }, "node_modules/@mui/x-internals": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.17.0.tgz", - "integrity": "sha512-KvmR0PPX1j2i44y0DXwzs45jIPMu/YZYXYy7xvzo+ZNdYebbW5LbVeG4zdEUnKHyOG02oHdI7MM9AxcZE16TBw==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.19.0.tgz", + "integrity": "sha512-mMmiyJAN5fW27srXJjhXhXJa+w2xGO45rwcjws6OQc9rdXGdJqRXhBwJd+OT7J1xwSdFIIUhjZRTz1KAfCSGBg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", - "@mui/utils": "^7.3.3", + "@mui/utils": "^7.3.5", "reselect": "^5.1.1", "use-sync-external-store": "^1.6.0" }, diff --git a/central_frontend/package.json b/central_frontend/package.json index 9368aec..71ce5a0 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -18,7 +18,7 @@ "@mui/icons-material": "^7.3.5", "@mui/material": "^7.3.5", "@mui/x-charts": "^8.19.0", - "@mui/x-date-pickers": "^8.17.0", + "@mui/x-date-pickers": "^8.19.0", "date-and-time": "^4.1.1", "dayjs": "^1.11.19", "filesize": "^11.0.13",