From cffd5d984e74e8987f0b2ad100692fe80559c0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:29:53 +0000 Subject: [PATCH] build(deps): Bump @mui/icons-material from 5.14.3 to 5.14.7 Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.14.3 to 5.14.7. - [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.7/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index efc5acb64..0da4e934b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@hookform/resolvers": "^3.2.0", "@mapbox/mapbox-gl-draw": "^1.4.2", "@mapbox/mapbox-gl-geocoder": "^5.0.1", - "@mui/icons-material": "^5.14.3", + "@mui/icons-material": "^5.14.7", "@mui/lab": "^5.0.0-alpha.141", "@mui/material": "^5.14.6", "@mui/x-data-grid": "^6.11.0", @@ -6151,11 +6151,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.3", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.3.tgz", - "integrity": "sha512-XkxWPhageu1OPUm2LWjo5XqeQ0t2xfGe8EiLkRW9oz2LHMMZmijvCxulhgquUVTF1DnoSh+3KoDLSsoAFtVNVw==", + "version": "5.14.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.7.tgz", + "integrity": "sha512-mWp4DwMa8c1Gx9yOEtPgxM4b+e6hAbtZyzfSubdBwrnEE6G5D2rbAJ5MB+If6kfI48JaYaJ5j8+zAdmZLuZc0A==", "dependencies": { - "@babel/runtime": "^7.22.6" + "@babel/runtime": "^7.22.10" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index faf314cf6..185edf329 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@hookform/resolvers": "^3.2.0", "@mapbox/mapbox-gl-draw": "^1.4.2", "@mapbox/mapbox-gl-geocoder": "^5.0.1", - "@mui/icons-material": "^5.14.3", + "@mui/icons-material": "^5.14.7", "@mui/lab": "^5.0.0-alpha.141", "@mui/material": "^5.14.6", "@mui/x-data-grid": "^6.11.0",