diff --git a/package-lock.json b/package-lock.json index 9c77671c3..db504691b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6480,9 +6480,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.5", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.5.tgz", - "integrity": "sha512-qiql0fd1JY7TZ1wm1RldvU7sL8QUatE9OC12i/qm5rnm/caTFyAfOyTIR7qqxorsJvoZGyrzwoMkal6Ij9kM0A==", + "version": "5.15.6", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.6.tgz", + "integrity": "sha512-GnkxMtlhs+8ieHLmCytg00ew0vMOiXGFCw8Ra9nxMsBjBqnrOI5gmXqUm+sGggeEU/HG8HyeqC1MX/IxOBJHzA==", "dependencies": { "@babel/runtime": "^7.23.8" }, @@ -38492,7 +38492,7 @@ "dependencies": { "@emotion/react": "=11.11.3", "@emotion/styled": "=11.11.0", - "@mui/icons-material": "=5.15.5", + "@mui/icons-material": "=5.15.6", "@mui/material": "=5.15.5", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index 16b06f3c6..f1b3a7b05 100644 --- a/packages/apidom-playground/package.json +++ b/packages/apidom-playground/package.json @@ -24,7 +24,7 @@ "dependencies": { "@emotion/react": "=11.11.3", "@emotion/styled": "=11.11.0", - "@mui/icons-material": "=5.15.5", + "@mui/icons-material": "=5.15.6", "@mui/material": "=5.15.5", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*",