From 50d420e23a4c058db707d12d6246dcaaf41eb3f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 06:15:46 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 6.1.1 to 6.1.2 Snyk has created this PR to upgrade @mui/icons-material from 6.1.1 to 6.1.2. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/hoang-nguyen-huy/project/e4d2e249-d1c9-4708-bc1d-120d2287d75e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb8bc61..6c3898f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/inter": "^5.1.0", - "@mui/icons-material": "^6.1.1", + "@mui/icons-material": "^6.1.2", "@mui/joy": "^5.0.0-beta.48", "@mui/material": "^6.1.5", "@mui/styled-engine-sc": "^6.1.5", @@ -1756,9 +1756,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.1.tgz", - "integrity": "sha512-sy/YKwcLPW8VcacNP2uWMYR9xyWuwO9NN9FXuGEU90bRshBXj8pdKk+joe3TCW7oviVS3zXLHlc94wQ0jNsQRQ==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.1.2.tgz", + "integrity": "sha512-7NNcjW5JoT9jHagrVbARA1o41vQY2xezDamtke+mEKKZmsJyejfRBOacSrPDfjZQ//lyhIjNKyzAwisxYJR47w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.6" @@ -1771,7 +1771,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.1.1", + "@mui/material": "^6.1.2", "@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 5206bad..8cb1d81 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/inter": "^5.1.0", - "@mui/icons-material": "^6.1.1", + "@mui/icons-material": "^6.1.2", "@mui/joy": "^5.0.0-beta.48", "@mui/material": "^6.1.5", "@mui/styled-engine-sc": "^6.1.5",