From 7fe41442eeca6e9829b67ece5f1f9195fee663e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:09:35 +0000 Subject: [PATCH] build(deps): bump @mui/icons-material from 5.16.7 to 5.16.9 in /frontend Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.16.7 to 5.16.9. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.16.9/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.16.9/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] --- frontend/package-lock.json | 13 ++++++------- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b9f2a321..772acd93 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "@emotion/react": "11.13.3", "@emotion/server": "11.11.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "5.16.7", + "@mui/icons-material": "5.16.9", "@mui/lab": "5.0.0-alpha.173", "@mui/material": "5.16.7", "@mui/utils": "6.1.6", @@ -2273,10 +2273,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", - "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", - "license": "MIT", + "version": "5.16.9", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.9.tgz", + "integrity": "sha512-nnOJIqan6FS6zEsLX3vf8LZ4vXpZjP5xfCFezeXmqfQConypCOZG4nangoVwKwROlas7b6/bqOdacFUb/HuM/g==", "dependencies": { "@babel/runtime": "^7.23.9" }, @@ -2289,8 +2288,8 @@ }, "peerDependencies": { "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/frontend/package.json b/frontend/package.json index 164afb9a..b37e4191 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/react": "11.13.3", "@emotion/server": "11.11.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "5.16.7", + "@mui/icons-material": "5.16.9", "@mui/lab": "5.0.0-alpha.173", "@mui/material": "5.16.7", "@mui/utils": "6.1.6",