From 97d439b4a92e9748077845b80b5a4fc89148fa9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:32:56 +0000 Subject: [PATCH] Bump @mui/icons-material from 5.3.0 to 5.3.1 Bumps [@mui/icons-material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-icons-material) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v5.3.1/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch ... 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 1b72ae6..d21e63f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.3.0", + "@mui/icons-material": "^5.3.1", "@mui/material": "^5.3.0", "@shopify/polaris": "^8.0.0", "@testing-library/jest-dom": "^5.16.1", @@ -2800,9 +2800,9 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/@mui/icons-material": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.3.0.tgz", - "integrity": "sha512-1+dN2N8BgozmdMeHXQLrvSr1G/7Xc0NmAMLSvu8XA9RxhcTos/p66vrvpPASw2qvt14dkfeqyHwvbLRgAU9slw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.3.1.tgz", + "integrity": "sha512-8zBWCaE8DHjIGZhGgMod92p6Rm38EhXrS+cZtaV0+jOTMeWh7z+mvswXzb/rVKc0ZYqw6mQYBcn2uEs2yclI9w==", "dependencies": { "@babel/runtime": "^7.16.7" }, @@ -18464,9 +18464,9 @@ } }, "@mui/icons-material": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.3.0.tgz", - "integrity": "sha512-1+dN2N8BgozmdMeHXQLrvSr1G/7Xc0NmAMLSvu8XA9RxhcTos/p66vrvpPASw2qvt14dkfeqyHwvbLRgAU9slw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.3.1.tgz", + "integrity": "sha512-8zBWCaE8DHjIGZhGgMod92p6Rm38EhXrS+cZtaV0+jOTMeWh7z+mvswXzb/rVKc0ZYqw6mQYBcn2uEs2yclI9w==", "requires": { "@babel/runtime": "^7.16.7" } diff --git a/package.json b/package.json index ce16545..8ef9deb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.3.0", + "@mui/icons-material": "^5.3.1", "@mui/material": "^5.3.0", "@shopify/polaris": "^8.0.0", "@testing-library/jest-dom": "^5.16.1",