From 8d506c7c7548cfa3953f11c1a03f916e129c635e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Jun 2024 17:10:41 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.15 to 5.15.19 Snyk has created this PR to upgrade @mui/icons-material from 5.15.15 to 5.15.19. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/tpnlove46/project/f2b5b4f9-0146-44ba-abc8-6990976b8882?utm_source=github&utm_medium=referral&page=upgrade-pr --- login-frontend/package-lock.json | 9 +++++---- login-frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/login-frontend/package-lock.json b/login-frontend/package-lock.json index 2d89fd0..55a76f6 100644 --- a/login-frontend/package-lock.json +++ b/login-frontend/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fortawesome/fontawesome-free": "^6.5.2", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.15", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", @@ -3709,9 +3709,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.15", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.15.tgz", - "integrity": "sha512-kkeU/pe+hABcYDH6Uqy8RmIsr2S/y5bP2rp+Gat4CcRjCcVne6KudS1NrZQhUCRysrTDCAhcbcf9gt+/+pGO2g==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.19.tgz", + "integrity": "sha512-RsEiRxA5azN9b8gI7JRqekkgvxQUlitoBOtZglflb8cUDyP12/cP4gRwhb44Ea1/zwwGGjAj66ZJpGHhKfibNA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/login-frontend/package.json b/login-frontend/package.json index de196f7..0511d69 100644 --- a/login-frontend/package.json +++ b/login-frontend/package.json @@ -6,7 +6,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fortawesome/fontawesome-free": "^6.5.2", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.15", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0",