From fd7ec19a5d71380e05c66c238216c0a915316478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:45:29 -0500 Subject: [PATCH] build(deps): Bump @mui/icons-material from 5.14.7 to 5.14.9 (#1191) Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.14.7 to 5.14.9. - [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.9/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2e848d72f..fac8bc987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@hookform/resolvers": "^3.3.1", "@mapbox/mapbox-gl-draw": "^1.4.2", "@mapbox/mapbox-gl-geocoder": "^5.0.1", - "@mui/icons-material": "^5.14.7", + "@mui/icons-material": "^5.14.9", "@mui/lab": "^5.0.0-alpha.141", "@mui/material": "^5.14.8", "@mui/x-data-grid": "^6.15.0", @@ -6165,11 +6165,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.7.tgz", - "integrity": "sha512-mWp4DwMa8c1Gx9yOEtPgxM4b+e6hAbtZyzfSubdBwrnEE6G5D2rbAJ5MB+If6kfI48JaYaJ5j8+zAdmZLuZc0A==", + "version": "5.14.9", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.9.tgz", + "integrity": "sha512-xTRQbDsogsJo7tY5Og8R9zbuG2q+KIPVIM6JQoKxtJlz9DPOw1u0T2fGrvwD+XAOVifQf6epNMcGCDLfJAz4Nw==", "dependencies": { - "@babel/runtime": "^7.22.10" + "@babel/runtime": "^7.22.15" }, "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 6cc5796ae..3c01f5a8d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@hookform/resolvers": "^3.3.1", "@mapbox/mapbox-gl-draw": "^1.4.2", "@mapbox/mapbox-gl-geocoder": "^5.0.1", - "@mui/icons-material": "^5.14.7", + "@mui/icons-material": "^5.14.9", "@mui/lab": "^5.0.0-alpha.141", "@mui/material": "^5.14.8", "@mui/x-data-grid": "^6.15.0",