diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cfc0bb47..cd9115a7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@mui/material": "^5.15.9", "@mui/system": "^5.15.3", "@mui/x-data-grid": "^6.19.2", - "@mui/x-date-pickers": "^6.19.2", + "@mui/x-date-pickers": "^6.19.4", "@nivo/core": "^0.84.0", "@nivo/line": "^0.84.0", "base-ex": "^0.8.1", @@ -3440,9 +3440,9 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "6.19.2", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.19.2.tgz", - "integrity": "sha512-/bdWZabexuz+1rKG15XryxiMGb5D0XVx65NU7CZYKm/1+HuUzc0FX9smKEa/YVZnLSNsAp6SULIyPZtAKE+3AA==", + "version": "6.19.4", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.19.4.tgz", + "integrity": "sha512-LekaacLGnoQNN5hD6iXeHFL4LbZPnr1BM57hnUKy5UgKDHqzHzZSdPGc2p7Ktv/Z2NDbpPaLEAgrLwISKIYcow==", "dependencies": { "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", diff --git a/frontend/package.json b/frontend/package.json index 0d88d2cd..eb4ec22d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -58,7 +58,7 @@ "@mui/material": "^5.15.9", "@mui/system": "^5.15.3", "@mui/x-data-grid": "^6.19.2", - "@mui/x-date-pickers": "^6.19.2", + "@mui/x-date-pickers": "^6.19.4", "@nivo/core": "^0.84.0", "@nivo/line": "^0.84.0", "base-ex": "^0.8.1",