From 120b8a05083cf2344d5f798be6fc232b778a86fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:35:25 +0200 Subject: [PATCH] chore(deps): bump @mui/icons-material from 5.16.4 to 5.16.5 (#496) Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.16.4 to 5.16.5. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.5/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.5/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 326baa47..6b0f62d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.13.0", - "@mui/icons-material": "^5.16.4", + "@mui/icons-material": "^5.16.5", "@mui/material": "^5.16.5", "@mui/x-data-grid": "^7.11.0", "@reduxjs/toolkit": "^2.2.6", @@ -1073,9 +1073,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.4", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.4.tgz", - "integrity": "sha512-j9/CWctv6TH6Dou2uR2EH7UOgu79CW/YcozxCYVLJ7l03pCsiOlJ5sBArnWJxJ+nGkFwyL/1d1k8JEPMDR125A==", + "version": "5.16.5", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.5.tgz", + "integrity": "sha512-bn88xxU/J9UV0s6+eutq7o3TTOrOlbCX+KshFb8kxgIxJZZfYz3JbAXVMivvoMF4Md6jCVUzM9HEkf4Ajab4tw==", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index a2608302..aedfe41e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.13.0", - "@mui/icons-material": "^5.16.4", + "@mui/icons-material": "^5.16.5", "@mui/material": "^5.16.5", "@mui/x-data-grid": "^7.11.0", "@reduxjs/toolkit": "^2.2.6",