diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9af5e8d0..7d6f5678 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@mui/material": "^5.14.0", "@mui/system": "^5.14.0", "@mui/x-data-grid": "^6.12.1", - "@mui/x-date-pickers": "^6.11.2", + "@mui/x-date-pickers": "^6.12.1", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0", "base-ex": "^0.8.1", @@ -3332,12 +3332,12 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.11.2.tgz", - "integrity": "sha512-AOmXtnnAhjlku03oqRMOG1oJkxazBTz06A6a0iRz+1sUyBWbqz5kKH9eYUYQC4Tv3j2EciRpwyns5xwX3wpc1A==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.12.1.tgz", + "integrity": "sha512-euMM7KNbqoOgIdf5P8T8KG74qqbpDvLp5k8yEVMx1zHeSiSZGofKpQrDFAMxjJRnJ0x1aJLIhFEc46O70fSAlA==", "dependencies": { - "@babel/runtime": "^7.22.6", - "@mui/utils": "^5.14.5", + "@babel/runtime": "^7.22.11", + "@mui/utils": "^5.14.7", "@types/react-transition-group": "^4.4.6", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/frontend/package.json b/frontend/package.json index 8d3ae2cf..8f5c5c80 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@mui/material": "^5.14.0", "@mui/system": "^5.14.0", "@mui/x-data-grid": "^6.12.1", - "@mui/x-date-pickers": "^6.11.2", + "@mui/x-date-pickers": "^6.12.1", "@nivo/core": "^0.83.0", "@nivo/line": "^0.83.0", "base-ex": "^0.8.1",