diff --git a/package-lock.json b/package-lock.json index 1f62b94..14209d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", "@google-cloud/pubsub": "2.7.0", - "@mui/icons-material": "^5.16.6", + "@mui/icons-material": "^5.16.14", "@mui/material": "^5.16.6", "@nx/react": "20.4.5", "@reduxjs/toolkit": "^2.2.7", @@ -4920,9 +4920,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.6", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.6.tgz", - "integrity": "sha512-ceNGjoXheH9wbIFa1JHmSc9QVjJUvh18KvHrR4/FkJCSi9HXJ+9ee1kUhCOEFfuxNF8UB6WWVrIUOUgRd70t0A==", + "version": "5.16.14", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.14.tgz", + "integrity": "sha512-heL4S+EawrP61xMXBm59QH6HODsu0gxtZi5JtnXF2r+rghzyU/3Uftlt1ij8rmJh+cFdKTQug1L9KkZB5JgpMQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, @@ -4935,8 +4936,8 @@ }, "peerDependencies": { "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/package.json b/package.json index 7079fd5..ac2afb7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", "@google-cloud/pubsub": "2.7.0", - "@mui/icons-material": "^5.16.6", + "@mui/icons-material": "^5.16.14", "@mui/material": "^5.16.6", "@nx/react": "20.4.5", "@reduxjs/toolkit": "^2.2.7",