diff --git a/package-lock.json b/package-lock.json index 84209ce..3f7cbc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,10 +12,10 @@ "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.20", "@mui/x-data-grid": "^7.7.0", - "@mui/x-date-pickers": "^7.7.0", + "@mui/x-date-pickers": "^7.7.1", "axios": "^1.7.2", "moment": "^2.30.1", - "next": "^14.2.4", + "next": "14.2.4", "next-auth": "^4.24.7", "react": "^18", "react-dom": "^18" @@ -947,15 +947,15 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.7.0.tgz", - "integrity": "sha512-huyoA22Vi8iCkee6ro0sX7CcFIcPV/Fl7ZGWwaQC8PTAheXhz823DjMYAiwRU/imF+UFYfUInWQ4XZCIkM+2Dw==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.7.1.tgz", + "integrity": "sha512-p7/TY8QcdQd6RelNqzW5q89GeUFctvZnDHTfQVEC0l0nAy7ArE6u21uNF8QWGrijZoJXCM+OlIRzlZADaUPpWA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.24.7", "@mui/base": "^5.0.0-beta.40", - "@mui/system": "^5.15.15", - "@mui/utils": "^5.15.14", + "@mui/system": "^5.15.20", + "@mui/utils": "^5.15.20", "@types/react-transition-group": "^4.4.10", "clsx": "^2.1.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 8f1793f..bf4c688 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.20", "@mui/x-data-grid": "^7.7.0", - "@mui/x-date-pickers": "^7.7.0", + "@mui/x-date-pickers": "^7.7.1", "axios": "^1.7.2", "moment": "^2.30.1", "next": "14.2.4",