From f5684b900b66c13c3a901fd0882f0f778c899b82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 08:35:53 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.15.19 to 5.15.20 Snyk has created this PR to upgrade @mui/icons-material from 5.15.19 to 5.15.20. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/goliathlabs/project/ee1e0edd-da27-4ea4-adde-fedab2136607?utm_source=github&utm_medium=referral&page=upgrade-pr --- website/package-lock.json | 9 +++++---- website/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index adb5a006..a3420601 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.19", + "@mui/icons-material": "^5.15.20", "@mui/lab": "^5.0.0-alpha.166", "@mui/material": "^5.15.19", "@mui/styles": "^5.15.19", @@ -1022,9 +1022,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.19", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.19.tgz", - "integrity": "sha512-RsEiRxA5azN9b8gI7JRqekkgvxQUlitoBOtZglflb8cUDyP12/cP4gRwhb44Ea1/zwwGGjAj66ZJpGHhKfibNA==", + "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/website/package.json b/website/package.json index 40a6a3bd..c82947d0 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.15.19", + "@mui/icons-material": "^5.15.20", "@mui/lab": "^5.0.0-alpha.166", "@mui/material": "^5.15.19", "@mui/styles": "^5.15.19",