Skip to content

Commit

Permalink
fix: upgrade @mui/styles from 5.14.12 to 5.14.13 (#145)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @mui/styles from 5.14.12 to 5.14.13.

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 <[email protected]>
Co-authored-by: Annastacia McCarty <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2023
1 parent d569440 commit ce68839
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.13",
"@mui/styles": "^5.14.10",
"@mui/styles": "^5.14.13",
"@mui/x-data-grid": "^5.17.26",
"@nivo/core": "^0.82.1",
"@nivo/line": "^0.80.0",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,15 @@
"@mui/utils" "^5.14.16"
prop-types "^15.8.1"

"@mui/styled-engine@^5.14.12":
version "5.14.12"
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.12.tgz#bfacc045f14f8f8bef735c76ecfd90bc99427c43"
integrity sha512-bocxt1nDmXfB3gpLfCCmFCyJ7sVmscFs+PuheO210QagZwHVp47UIRT1AiswLDYSQo1ZqmVGn7KLEJEYK0d4Xw==
dependencies:
"@babel/runtime" "^7.23.2"
"@mui/utils" "^5.14.16"
prop-types "^15.8.1"

"@mui/styled-engine@^5.14.16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.16.tgz#a4a78a9980f138c2e705d04d67d44051f5005f22"
Expand All @@ -357,16 +366,16 @@
csstype "^3.1.2"
prop-types "^15.8.1"

"@mui/styles@^5.14.10":
version "5.14.12"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.12.tgz#8a2e9b1165dd0a746fb15e64591bffab398122d7"
integrity sha512-nrtF23SRd7eRHTRebE1qnBQ4u5XojNlp3kvL54xIhuAi+mMuSXtJgwkRL04uoz0NZPalfdF8RaeFVN2INIkHKg==
"@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==
dependencies:
"@babel/runtime" "^7.23.1"
"@babel/runtime" "^7.23.2"
"@emotion/hash" "^0.9.1"
"@mui/private-theming" "^5.14.12"
"@mui/types" "^7.2.5"
"@mui/utils" "^5.14.12"
"@mui/private-theming" "^5.14.16"
"@mui/types" "^7.2.8"
"@mui/utils" "^5.14.16"
clsx "^2.0.0"
csstype "^3.1.2"
hoist-non-react-statics "^3.3.2"
Expand Down

1 comment on commit ce68839

@vercel
Copy link

@vercel vercel bot commented on ce68839 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.