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",