diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d89c49a0..3b7e5c55 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "@emotion/react": "11.11.1", "@emotion/server": "11.11.0", "@emotion/styled": "11.11.0", - "@mui/icons-material": "5.15.1", + "@mui/icons-material": "5.15.2", "@mui/lab": "5.0.0-alpha.157", "@mui/material": "5.15.1", "@mui/utils": "5.15.1", @@ -2269,11 +2269,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.1.tgz", - "integrity": "sha512-VPJdBSyap6uOxCb5BLbWbkvd6aeJCp1pQZm8DcZBITCH0NOSv8Mz9c8Zvo8xr4Od7+xyWHUAgvRSL4047pL2WQ==", + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.2.tgz", + "integrity": "sha512-Vs0Z6cd6ieTavMjqPvIJJfwsKaCLdRSErk5LjKdZlBqk7r2SR6roDyhVTQuZOeCzjEFj0qZ4iVPp2DJZRwuYbw==", "dependencies": { - "@babel/runtime": "^7.23.5" + "@babel/runtime": "^7.23.6" }, "engines": { "node": ">=12.0.0" diff --git a/frontend/package.json b/frontend/package.json index e763d6e8..60854cc0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/react": "11.11.1", "@emotion/server": "11.11.0", "@emotion/styled": "11.11.0", - "@mui/icons-material": "5.15.1", + "@mui/icons-material": "5.15.2", "@mui/lab": "5.0.0-alpha.157", "@mui/material": "5.15.1", "@mui/utils": "5.15.1",