From 3c8b7c188c28f56028dbc408e0310ce25486beb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 09:03:51 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.11 to 5.15.20 Snyk has created this PR to upgrade @mui/icons-material from 5.15.11 to 5.15.20. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/venkatoriga/project/79a0543f-4f4e-4b7f-b959-5557ca519ebb?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 9aae49e..c6c909b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@emotion/styled": "^11.11.0", "@fontsource/poppins": "^5.0.8", "@hotjar/browser": "^1.0.9", - "@mui/icons-material": "^5.14.15", + "@mui/icons-material": "^5.15.20", "@mui/joy": "^5.0.0-beta.15", "@mui/material": "^5.14.15", "@reduxjs/toolkit": "^2.0.1", @@ -4639,9 +4639,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.11", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.11.tgz", - "integrity": "sha512-R5ZoQqnKpd+5Ew7mBygTFLxgYsQHPhgR3TDXSgIHYIjGzYuyPLmGLSdcPUoMdi6kxiYqHlpPj4NJxlbaFD0UHA==", + "version": "5.15.20", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.20.tgz", + "integrity": "sha512-oGcKmCuHaYbAAoLN67WKSXtHmEgyWcJToT1uRtmPyxMj9N5uqwc/mRtEnst4Wj/eGr+zYH2FiZQ79v9k7kSk1Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/package.json b/package.json index cb41b18..7262a2d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@emotion/styled": "^11.11.0", "@fontsource/poppins": "^5.0.8", "@hotjar/browser": "^1.0.9", - "@mui/icons-material": "^5.14.15", + "@mui/icons-material": "^5.15.20", "@mui/joy": "^5.0.0-beta.15", "@mui/material": "^5.14.15", "@reduxjs/toolkit": "^2.0.1",