From a7f36353e2a4cf5bf815134276cd17f96aa44029 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 06:58:35 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.17 to 5.16.7 Snyk has created this PR to upgrade @mui/icons-material from 5.15.17 to 5.16.7. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/aezazali1997-PYhsXSqx8UuunvqPY45PQG/project/69ba7308-ad2e-4d61-b74a-487d460c9be0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcc8886..e4ea515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.17", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.15.17", "formik": "^2.4.6", "next": "14.2.3", @@ -573,9 +573,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.17", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz", - "integrity": "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==", + "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", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index 10de120..56ea2de 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.17", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.15.17", "formik": "^2.4.6", "next": "14.2.3",