From 3284f31fe57343757962df62e87cece8a90236a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 07:56:22 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.11.0 to 5.16.7 Snyk has created this PR to upgrade @mui/icons-material from 5.11.0 to 5.16.7. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/it21037306/project/c6604233-4c38-4db0-83e4-dcfc576c9567?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e84e24..1414d80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fullcalendar/react": "^6.1.5", "@fullcalendar/timegrid": "^6.1.5", "@material-ui/core": "^4.12.4", - "@mui/icons-material": "^5.11.0", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.11.8", "@reduxjs/toolkit": "^1.9.2", "axios": "^1.7.4", @@ -3618,18 +3618,19 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.11.0.tgz", - "integrity": "sha512-I2LaOKqO8a0xcLGtIozC9xoXjZAto5G5gh0FYUMAlbsIHNHIjn4Xrw9rvjY20vZonyiGrZNMAlAXYkY6JvhF6A==", + "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.20.6" + "@babel/runtime": "^7.23.9" }, "engines": { "node": ">=12.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@mui/material": "^5.0.0", diff --git a/package.json b/package.json index 8b01eaa..12b81bb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@fullcalendar/react": "^6.1.5", "@fullcalendar/timegrid": "^6.1.5", "@material-ui/core": "^4.12.4", - "@mui/icons-material": "^5.11.0", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.11.8", "@reduxjs/toolkit": "^1.9.2", "axios": "^1.7.4",