From 7910d9fc8f9671a849bd7e222e9524ce61b5f12e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 05:32:17 +0000 Subject: [PATCH] fix: upgrade @mui/styles from 5.10.9 to 5.10.10 Snyk has created this PR to upgrade @mui/styles from 5.10.9 to 5.10.10. See this package in npm: See this project in Snyk: https://app.snyk.io/org/mnbf9rca/project/fb272e9e-1431-4bbb-b5dd-89fc5c42a5a6?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f3b0c429..4975f7d4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "@emotion/styled": "^11.10.4", "@mui/icons-material": "^5.10.9", "@mui/material": "^5.10.9", - "@mui/styles": "^5.10.9", + "@mui/styles": "^5.10.10", "@types/mui-image": "^1.0.1", "axios": "^1.1.3", "mui-image": "^1.0.7", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9226a673..757759a7 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1478,10 +1478,10 @@ csstype "^3.1.1" prop-types "^15.8.1" -"@mui/styles@^5.10.9": - version "5.10.9" - resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.10.9.tgz#a627c46a29f39ce745deb7bbd89fb77fbfa312c1" - integrity sha512-dK6tsHkEp88MkwEDCxbqscj4Fa2aYBkfwy1MXMCexzx9TqxuahC0KSxBHfMMWZ0zV7xW5Suzwu8vveCp4uFN5A== +"@mui/styles@^5.10.10": + version "5.10.10" + resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.10.10.tgz#9b44bfbb89e735b737acd95ba4b8136f116ec30a" + integrity sha512-utr87q/euocRdc2ekFX7DL1gqTVfogSVeu74Nspr8rtK/afC9QwF3ScP/XThVXWPcQKjBWHMKWtAO9BSVE4KDg== dependencies: "@babel/runtime" "^7.19.0" "@emotion/hash" "^0.9.0"