diff --git a/ui/package-lock.json b/ui/package-lock.json index 8f9fee8..d9ba966 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.10.6", "@fontsource/roboto": "^5.0.8", - "@mui/icons-material": "^5.14.7", + "@mui/icons-material": "^5.15.4", "@mui/material": "^5.14.11", "@mui/x-data-grid": "^6.12.1", "@mui/x-date-pickers": "^6.18.6", @@ -4396,18 +4396,18 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.7.tgz", - "integrity": "sha512-mWp4DwMa8c1Gx9yOEtPgxM4b+e6hAbtZyzfSubdBwrnEE6G5D2rbAJ5MB+If6kfI48JaYaJ5j8+zAdmZLuZc0A==", + "version": "5.15.4", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.4.tgz", + "integrity": "sha512-q/Yk7aokN8qGMpR7bwoDpBSeaNe6Bv7vaY9yHYodP37c64TM6ime05ueb/wgksOVszrKkNXC67E/XYbRWOoUFA==", "dependencies": { - "@babel/runtime": "^7.22.10" + "@babel/runtime": "^7.23.7" }, "engines": { "node": ">=12.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@mui/material": "^5.0.0", @@ -26094,11 +26094,11 @@ "integrity": "sha512-uY8FLQURhXe3f3O4dS5OSGML9KDm9+IE226cBu78jarVIzdQGPlXwGIlSI9VJR8MvZDA6C0+6XfWDhWCHruC5Q==" }, "@mui/icons-material": { - "version": "5.14.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.7.tgz", - "integrity": "sha512-mWp4DwMa8c1Gx9yOEtPgxM4b+e6hAbtZyzfSubdBwrnEE6G5D2rbAJ5MB+If6kfI48JaYaJ5j8+zAdmZLuZc0A==", + "version": "5.15.4", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.4.tgz", + "integrity": "sha512-q/Yk7aokN8qGMpR7bwoDpBSeaNe6Bv7vaY9yHYodP37c64TM6ime05ueb/wgksOVszrKkNXC67E/XYbRWOoUFA==", "requires": { - "@babel/runtime": "^7.22.10" + "@babel/runtime": "^7.23.7" } }, "@mui/material": { diff --git a/ui/package.json b/ui/package.json index 37eb540..0d29f7c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,7 +6,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.10.6", "@fontsource/roboto": "^5.0.8", - "@mui/icons-material": "^5.14.7", + "@mui/icons-material": "^5.15.4", "@mui/material": "^5.14.11", "@mui/x-data-grid": "^6.12.1", "@mui/x-date-pickers": "^6.18.6",