From 985724bfd9faee38e2f3428dd57d1d6110adcabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:35:13 +0000 Subject: [PATCH] chore(deps): bump @mui/icons-material from 5.15.2 to 5.15.3 Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.15.2 to 5.15.3. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.3/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/apidom-playground/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8b7afe2dd..b304264a9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6462,9 +6462,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.2.tgz", - "integrity": "sha512-Vs0Z6cd6ieTavMjqPvIJJfwsKaCLdRSErk5LjKdZlBqk7r2SR6roDyhVTQuZOeCzjEFj0qZ4iVPp2DJZRwuYbw==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.3.tgz", + "integrity": "sha512-7LEs8AnO2Se/XYH+CcJndRsGAE+M8KAExiiQHf0V11poqmPVGcbbY82Ry2IUYf9+rOilCVnWI18ErghZ625BPQ==", "dependencies": { "@babel/runtime": "^7.23.6" }, @@ -38466,7 +38466,7 @@ "dependencies": { "@emotion/react": "=11.11.3", "@emotion/styled": "=11.11.0", - "@mui/icons-material": "=5.15.2", + "@mui/icons-material": "=5.15.3", "@mui/material": "=5.15.2", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index b6d27f250c..308b9353ab 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.2", + "@mui/icons-material": "=5.15.3", "@mui/material": "=5.15.2", "@swagger-api/apidom-ast": "*", "@swagger-api/apidom-core": "*",