-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade @mui/icons-material from 5.10.9 to 5.17.1 #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade @mui/icons-material from 5.10.9 to 5.17.1. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/mohammadnewton/project/1879d7a4-fb54-421f-8b25-e3634b09c6d1?utm_source=github&utm_medium=referral&page=upgrade-pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of Changes
Hello @nejidevelops, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request, automatically generated by Snyk, updates the @mui/icons-material
dependency to the latest version (5.17.1
). The primary motivation for this upgrade is to remediate a Medium severity ReDoS vulnerability present in the @babel/runtime
transitive dependency. The changes are limited to updating the package version in package.json
and the corresponding lock file.
Highlights
- Dependency Upgrade: Upgraded the
@mui/icons-material
package from version5.10.9
to5.17.1
. - Security Fix: This upgrade addresses a Medium severity Regular Expression Denial of Service (ReDoS) vulnerability (
SNYK-JS-BABELRUNTIME-10044504
) found in a transitive dependency (@babel/runtime
). - Lock File Update: Updated the
package-lock.json
file to reflect the new dependency versions and their transitive dependencies, including@babel/runtime
.
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command>
or @gemini-code-assist <command>
. Below is a summary of the supported commands.
Feature | Command | Description |
---|---|---|
Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in issue comments and review comments. |
Help | /gemini help |
Displays a list of available commands. |
Customization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/
folder in the base of the repository. Detailed instructions can be found here.
Limitations & Feedback
Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
Footnotes
-
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configureGemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the @mui/icons-material
package from version 5.10.9
to 5.17.1
. Review the changes and ensure compatibility with the existing codebase. Pay close attention to the removal of dev: true
properties in package-lock.json
and verify that all dependencies are correctly configured for production builds.
"version": "5.17.1", | ||
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.17.1.tgz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@mui/icons-material": { | ||
"version": "5.10.9", | ||
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.10.9.tgz", | ||
"integrity": "sha512-sqClXdEM39WKQJOQ0ZCPTptaZgqwibhj2EFV9N0v7BU1PO8y4OcX/a2wIQHn4fNuDjIZktJIBrmU23h7aqlGgg==", | ||
"version": "5.17.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -14,7 +14,7 @@ | |||
"@material-ui/core": "^4.12.4", | |||
"@material-ui/icons": "^4.11.3", | |||
"@material-ui/styles": "^4.11.5", | |||
"@mui/icons-material": "^5.10.9", | |||
"@mui/icons-material": "^5.17.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -43,7 +43,6 @@ | |||
"version": "2.2.0", | |||
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", | |||
"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", | |||
"dev": true, | |||
"dependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -67,7 +66,6 @@ | |||
"version": "7.19.4", | |||
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.4.tgz", | |||
"integrity": "sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==", | |||
"dev": true, | |||
"engines": { | |||
"node": ">=6.9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5504,8 +5431,7 @@ | |||
"node-releases": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5562,8 +5488,7 @@ | |||
"picocolors": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -6021,7 +5942,6 @@ | |||
"version": "1.0.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -3655,14 +3612,12 @@ | |||
"@babel/compat-data": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5921,8 +5843,7 @@ | |||
"semver": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snyk has created this PR to upgrade @mui/icons-material from 5.10.9 to 5.17.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 63 versions ahead of your current version.
The recommended version was released 3 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-BABELRUNTIME-10044504
Release notes
Package name: @mui/icons-material
Mar 18, 2025
This release fixes the
@ mui/types
dependencies in all packages to fix a package layout bug (#45612) @ DiegoAndaiMar 18, 2025
A big thanks to the 2 contributors who made this release possible.
@ mui/[email protected]
All contributors of this release in alphabetical order: @ DiegoAndai, @ siriwatknp
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: