diff --git a/package-lock.json b/package-lock.json index c44a03dd56..2241b3902d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2141,9 +2141,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.4.tgz", - "integrity": "sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.6.tgz", + "integrity": "sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -6468,11 +6468,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.19", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.19.tgz", - "integrity": "sha512-yjP8nluXxZGe3Y7pS+yxBV+hWZSsSBampCxkZwaw+1l+feL+rfP74vbEFbMrX/Kil9I/Y1tWfy5bs/eNvwNpWw==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.0.tgz", + "integrity": "sha512-zHY6fOkaK7VfhWeyxO8MjO3IAjEYpYMXuqUhX7TkUZJ9+TSH/9dn4ClG4K2j6hdgBU5Yrq2Z/89Bo6BHHp7AdQ==", "dependencies": { - "@babel/runtime": "^7.23.4" + "@babel/runtime": "^7.23.5" }, "engines": { "node": ">=12.0.0" @@ -38599,7 +38599,7 @@ "dependencies": { "@emotion/react": "=11.11.1", "@emotion/styled": "=11.11.0", - "@mui/icons-material": "=5.14.19", + "@mui/icons-material": "=5.15.0", "@mui/material": "=5.14.20", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index edd7a2e1f2..ed782dae6d 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.14.19", + "@mui/icons-material": "=5.15.0", "@mui/material": "=5.14.20", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*",