From 764d770f5ce333b96cad2c45aae74c49386bf5a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Sep 2024 09:38:21 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.16.6 to 5.16.7 Snyk has created this PR to upgrade @mui/icons-material from 5.16.6 to 5.16.7. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/leoo1992/project/6f1e1591-28bd-403f-9772-29968609bf71?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7cd768..7460448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.13.0", "@heroicons/react": "^2.1.5", "@hookform/resolvers": "^3.9.0", - "@mui/icons-material": "^5.16.6", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "@rollup/plugin-terser": "^0.4.4", "@types/tailwindcss": "^3.1.0", @@ -1544,9 +1544,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.6", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.6.tgz", - "integrity": "sha512-ceNGjoXheH9wbIFa1JHmSc9QVjJUvh18KvHrR4/FkJCSi9HXJ+9ee1kUhCOEFfuxNF8UB6WWVrIUOUgRd70t0A==", + "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 dd1a853..f0fc125 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.13.0", "@heroicons/react": "^2.1.5", "@hookform/resolvers": "^3.9.0", - "@mui/icons-material": "^5.16.6", + "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "@rollup/plugin-terser": "^0.4.4", "@types/tailwindcss": "^3.1.0",