From 9754305309b139402cd6c6c2ad9228891cff53ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:30:08 +0000 Subject: [PATCH] build(deps): bump @mui/icons-material from 5.13.7 to 5.14.0 Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.13.7 to 5.14.0. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.14.0/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b16b2971..cb6061d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.13.7", + "@mui/icons-material": "^5.14.0", "@mui/lab": "^5.0.0-alpha.135", "@mui/material": "^5.13.7", "@mui/styles": "^5.13.7", @@ -2966,9 +2966,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.13.7.tgz", - "integrity": "sha512-zoVtkb9jYVUGfI7CobOdDBEAlpg3XESiO6cWqSDGwEma69+CBDIAwGpnO5truvQDJHBGSAfzFj3nObwxjkyA7Q==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.0.tgz", + "integrity": "sha512-z7lYNteDi1GMkF9JP/m2RWuCYK1M/FlaeBSUK7/IhIYzIXNhAVjfD8jRq5vFBV31qkEi2aGBS2z5SfLXwH6U0A==", "dependencies": { "@babel/runtime": "^7.22.5" }, @@ -21195,9 +21195,9 @@ "integrity": "sha512-/suIo4WoeL/OyO3KUsFVpdOmKiSAr6NpWXmQ4WLSxwKrTiha1FJxM6vwAki5W/5kR9WnVLw5E8JC4oHHsutT8w==" }, "@mui/icons-material": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.13.7.tgz", - "integrity": "sha512-zoVtkb9jYVUGfI7CobOdDBEAlpg3XESiO6cWqSDGwEma69+CBDIAwGpnO5truvQDJHBGSAfzFj3nObwxjkyA7Q==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.0.tgz", + "integrity": "sha512-z7lYNteDi1GMkF9JP/m2RWuCYK1M/FlaeBSUK7/IhIYzIXNhAVjfD8jRq5vFBV31qkEi2aGBS2z5SfLXwH6U0A==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index a7f0b0bc..1d12184f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.13.7", + "@mui/icons-material": "^5.14.0", "@mui/lab": "^5.0.0-alpha.135", "@mui/material": "^5.13.7", "@mui/styles": "^5.13.7",