From 67eebd65a260f9880f9260e369af63c1e5952d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:05:40 +0000 Subject: [PATCH] build(deps): bump @mui/icons-material from 9.0.0 to 9.4.0 Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 9.0.0 to 9.4.0. - [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/v9.4.0/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3af067a..5b0037d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@hello-pangea/dnd": "^18.0.1", "@heroicons/react": "^2.2.0", "@monaco-editor/react": "^4.7.0", - "@mui/icons-material": "^9.0.0", + "@mui/icons-material": "^9.4.0", "@mui/material": "^9.4.0", "@radix-ui/react-select": "^2.3.7", "@react-pdf/renderer": "^4.5.1", @@ -2870,12 +2870,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-9.0.0.tgz", - "integrity": "sha512-oDwyvI6LgjWRC9MBcSGvLkPud9S9ELgSBQFYxa1rYcZn6Br55dn22SyvsPDMsn0G8OndFk53iMT45W5mNqrogw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-9.4.0.tgz", + "integrity": "sha512-5PVgBYtLOXTk6u0YUAjoV9GoTUQDbeZ8g+pus2h0GphLT/rpmftRnB5D/Kw6QCAovB7EyBX7UxKdZqPBBAHUKw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.29.2" + "@babel/runtime": "^7.29.7" }, "engines": { "node": ">=14.0.0" @@ -2885,7 +2885,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^9.0.0", + "@mui/material": "^9.4.0", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, diff --git a/package.json b/package.json index 06fbd2ff..16ed5f0c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hello-pangea/dnd": "^18.0.1", "@heroicons/react": "^2.2.0", "@monaco-editor/react": "^4.7.0", - "@mui/icons-material": "^9.0.0", + "@mui/icons-material": "^9.4.0", "@mui/material": "^9.4.0", "@radix-ui/react-select": "^2.3.7", "@react-pdf/renderer": "^4.5.1",