From a54d29dace65d4b059e2dd4a524dd8147c5a1cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 05:54:13 +0000 Subject: [PATCH] [npm] Bump @mui/icons-material from 5.17.1 to 5.18.0 in /frontend Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.17.1 to 5.18.0. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.18.0/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.18.0/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db4cc05c..ba94e429 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.2.5", "@hookform/resolvers": "^3.10.0", - "@mui/icons-material": "^5.17.1", + "@mui/icons-material": "^5.18.0", "@mui/lab": "^5.0.0-alpha.137", "@mui/material": "^5.17.1", "@mui/styled-engine-sc": "^6.4.9", @@ -3689,10 +3689,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.17.1.tgz", - "integrity": "sha512-CN86LocjkunFGG0yPlO4bgqHkNGgaEOEc3X/jG5Bzm401qYw79/SaLrofA7yAKCCXAGdIGnLoMHohc3+ubs95A==", - "license": "MIT", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.18.0.tgz", + "integrity": "sha512-1s0vEZj5XFXDMmz3Arl/R7IncFqJ+WQ95LDp1roHWGDE2oCO3IS4/hmiOv1/8SD9r6B7tv9GLiqVZYHo+6PkTg==", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/frontend/package.json b/frontend/package.json index d87e9f30..1f75d34a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.2.5", "@hookform/resolvers": "^3.10.0", - "@mui/icons-material": "^5.17.1", + "@mui/icons-material": "^5.18.0", "@mui/lab": "^5.0.0-alpha.137", "@mui/material": "^5.17.1", "@mui/styled-engine-sc": "^6.4.9",