From 7f35330a3ddb11b1c329a87ded3aac5067187ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:17:50 +0000 Subject: [PATCH] Bump @mui/icons-material from 5.14.13 to 5.14.18 in /react-app Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.14.13 to 5.14.18. - [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.18/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] --- react-app/package-lock.json | 10 +++++----- react-app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/react-app/package-lock.json b/react-app/package-lock.json index f6f9c34..2ec43aa 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.8", - "@mui/icons-material": "^5.14.13", + "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", @@ -4530,11 +4530,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.13", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.13.tgz", - "integrity": "sha512-fxKE1UrjI4xVxHe9IAGuVQZrc18dSBJg0P+Sqi2SZmcDUCShmgRq6Jq7l7GduvuMIkOSqAJdNgLtXmtmZkjtLg==", + "version": "5.14.18", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.18.tgz", + "integrity": "sha512-o2z49R1G4SdBaxZjbMmkn+2OdT1bKymLvAYaB6pH59obM1CYv/0vAVm6zO31IqhwtYwXv6A7sLIwCGYTaVkcdg==", "dependencies": { - "@babel/runtime": "^7.23.1" + "@babel/runtime": "^7.23.2" }, "engines": { "node": ">=12.0.0" diff --git a/react-app/package.json b/react-app/package.json index 74b965a..40e59d4 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -6,7 +6,7 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.8", - "@mui/icons-material": "^5.14.13", + "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2",