From 7876c6c3610719c142ee2d4903ea5f6752be399a Mon Sep 17 00:00:00 2001 From: echo5-ci <33072162+echo5-ci@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:28:27 -0600 Subject: [PATCH] fix: upgrade @mui/styles from 5.14.16 to 5.14.17 (#149) Snyk has created this PR to upgrade @mui/styles from 5.14.16 to 5.14.17. See this package in npm: See this project in Snyk: https://app.snyk.io/org/vertexvis/project/1d114e47-cb69-4a7d-a831-53721849f1d8?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: Annastacia McCarty <39739917+amvertex@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c59c7b7..5bc2188 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@emotion/styled": "^11.10.8", "@mui/icons-material": "^5.14.15", "@mui/material": "^5.14.17", - "@mui/styles": "^5.14.13", + "@mui/styles": "^5.14.17", "@mui/x-data-grid": "^5.17.26", "@nivo/core": "^0.82.1", "@nivo/line": "^0.80.0", diff --git a/yarn.lock b/yarn.lock index a1d5b8d..d4e6cc9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -350,16 +350,16 @@ csstype "^3.1.2" prop-types "^15.8.1" -"@mui/styles@^5.14.13": - version "5.14.16" - resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.16.tgz#663e5f2317c2b631d9d8bd873f23344ab0729815" - integrity sha512-pBA2eLBEfqLv/jmu9qGcErwml27upH2YBFRuRU2loZm5R57di5y/GjpM9EWc77+49axaTlHfO8LWbic4kPvxoQ== +"@mui/styles@^5.14.17": + version "5.14.18" + resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.18.tgz#fde0cfefeb95188758804f46722933a74b9e6fd6" + integrity sha512-dllIn149Fd6xzlf743y5jGbr61V/8qR1JWiwsOc5NAx5eTIooHpJxEfiVErHDpChCaHjlfR6upxvcNDq8IvT2w== dependencies: "@babel/runtime" "^7.23.2" "@emotion/hash" "^0.9.1" - "@mui/private-theming" "^5.14.16" - "@mui/types" "^7.2.8" - "@mui/utils" "^5.14.16" + "@mui/private-theming" "^5.14.18" + "@mui/types" "^7.2.9" + "@mui/utils" "^5.14.18" clsx "^2.0.0" csstype "^3.1.2" hoist-non-react-statics "^3.3.2"