From ba7a412d6b610a1f98f6c66d4fadfbee3ce404c9 Mon Sep 17 00:00:00 2001 From: echo5-ci <33072162+echo5-ci@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:13:17 -0600 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.14.14 to 5.14.15 (#114) Snyk has created this PR to upgrade @mui/icons-material from 5.14.14 to 5.14.15. See this package in npm: See this project in Snyk: https://app.snyk.io/org/vertexvis/project/cfa51793-c408-4f56-9f8d-84c0dc2a2290?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 270cbdf..4d16ee2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@emotion/react": "^11.11.1", "@emotion/server": "^11.11.0", "@emotion/styled": "^11.10.8", - "@mui/icons-material": "^5.14.11", + "@mui/icons-material": "^5.14.15", "@mui/material": "^5.14.14", "@vertexvis/api-client-node": "^0.22.0", "@vertexvis/viewer-react": "^0.19.2", diff --git a/yarn.lock b/yarn.lock index 7ed2b78..574f43e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -200,7 +200,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.23.1", "@babel/runtime@^7.23.2": +"@babel/runtime@^7.23.2": version "7.23.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885" integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg== @@ -486,12 +486,12 @@ resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.17.tgz#68ec40ea00832fb685f09bd493648b1f68f5baf4" integrity sha512-eE0uxrpJAEL2ZXkeGLKg8HQDafsiXY+6eNpP4lcv3yIjFfGbU6Hj9/P7Adt8jpU+6JIhmxvILGj2r27pX+zdrQ== -"@mui/icons-material@^5.14.11": - version "5.14.14" - resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.14.tgz#02d33f51f0b9de238d5c47b0a31ff330144393c4" - integrity sha512-vwuaMsKvI7AWTeYqR8wYbpXijuU8PzMAJWRAq2DDIuOZPxjKyHlr8WQ25+azZYkIXtJ7AqnVb1ZmHdEyB4/kug== +"@mui/icons-material@^5.14.15": + version "5.14.18" + resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.18.tgz#9e92964cde8c7ba32cf50438a83403dc283f2328" + integrity sha512-o2z49R1G4SdBaxZjbMmkn+2OdT1bKymLvAYaB6pH59obM1CYv/0vAVm6zO31IqhwtYwXv6A7sLIwCGYTaVkcdg== dependencies: - "@babel/runtime" "^7.23.1" + "@babel/runtime" "^7.23.2" "@mui/material@^5.14.14": version "5.14.17"