diff --git a/package-lock.json b/package-lock.json index b5aa5c92ca..bb5d4a6453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6462,9 +6462,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.0.tgz", - "integrity": "sha512-zHY6fOkaK7VfhWeyxO8MjO3IAjEYpYMXuqUhX7TkUZJ9+TSH/9dn4ClG4K2j6hdgBU5Yrq2Z/89Bo6BHHp7AdQ==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.1.tgz", + "integrity": "sha512-VPJdBSyap6uOxCb5BLbWbkvd6aeJCp1pQZm8DcZBITCH0NOSv8Mz9c8Zvo8xr4Od7+xyWHUAgvRSL4047pL2WQ==", "dependencies": { "@babel/runtime": "^7.23.5" }, @@ -38440,7 +38440,7 @@ "dependencies": { "@emotion/react": "=11.11.1", "@emotion/styled": "=11.11.0", - "@mui/icons-material": "=5.15.0", + "@mui/icons-material": "=5.15.1", "@mui/material": "=5.15.0", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index 5b2ed0f2b0..1813c924c5 100644 --- a/packages/apidom-playground/package.json +++ b/packages/apidom-playground/package.json @@ -24,7 +24,7 @@ "dependencies": { "@emotion/react": "=11.11.1", "@emotion/styled": "=11.11.0", - "@mui/icons-material": "=5.15.0", + "@mui/icons-material": "=5.15.1", "@mui/material": "=5.15.0", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*",