diff --git a/package-lock.json b/package-lock.json index 76304482..44f705be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.8", - "@mui/icons-material": "^5.14.11", + "@mui/icons-material": "^5.14.13", "@mui/material": "^5.14.6", "@mui/system": "*", "@solana-suite/phantom": "*", @@ -4301,11 +4301,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.11", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.11.tgz", - "integrity": "sha512-aHReLasBuS/+hhPzbZCgZ0eTcZ2QRnoC2WNK7XvdAf3l+LjC1flzjh6GWw1tZJ5NHnZ+bivdwtLFQ8XTR96JkA==", + "version": "5.14.13", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.13.tgz", + "integrity": "sha512-fxKE1UrjI4xVxHe9IAGuVQZrc18dSBJg0P+Sqi2SZmcDUCShmgRq6Jq7l7GduvuMIkOSqAJdNgLtXmtmZkjtLg==", "dependencies": { - "@babel/runtime": "^7.22.15" + "@babel/runtime": "^7.23.1" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 287d0ff9..2b7c42ee 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.8", - "@mui/icons-material": "^5.14.11", + "@mui/icons-material": "^5.14.13", "@mui/material": "^5.14.6", "@mui/system": "latest", "@solana-suite/phantom": "latest",