From 94c4b7a48a7576b3a694bff59e8a01429a8776d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:57:53 +0000 Subject: [PATCH] Bump @mui/icons-material from 6.4.2 to 6.4.3 Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v6.4.3/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.4.3/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bb0659..b14ef02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.2", + "@mui/icons-material": "^6.4.3", "@mui/material": "^6.4.3", "@primer/octicons-react": "^19.14.0", "@types/react": "^19.0.8", @@ -2746,9 +2746,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.2.tgz", - "integrity": "sha512-uwsH1KRmxkJwK3NZyo1xL9pEduL16ftCnzYBYjd6nPNtm05QAoIc0aqedS9tqDV+Ab3q5C04HHOVsMDDv1EBpg==", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.3.tgz", + "integrity": "sha512-3IY9LpjkwIJVgL/SkZQKKCUcumdHdQEsJaIavvsQze2QEztBt0HJ17naToN0DBBdhKdtwX5xXrfD6ZFUeWWk8g==", "dev": true, "license": "MIT", "dependencies": { @@ -2762,7 +2762,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^6.4.2", + "@mui/material": "^6.4.3", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, @@ -9001,9 +9001,9 @@ "dev": true }, "@mui/icons-material": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.2.tgz", - "integrity": "sha512-uwsH1KRmxkJwK3NZyo1xL9pEduL16ftCnzYBYjd6nPNtm05QAoIc0aqedS9tqDV+Ab3q5C04HHOVsMDDv1EBpg==", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.3.tgz", + "integrity": "sha512-3IY9LpjkwIJVgL/SkZQKKCUcumdHdQEsJaIavvsQze2QEztBt0HJ17naToN0DBBdhKdtwX5xXrfD6ZFUeWWk8g==", "dev": true, "requires": { "@babel/runtime": "^7.26.0" diff --git a/package.json b/package.json index 935ea72..aa8c0de 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.2", + "@mui/icons-material": "^6.4.3", "@mui/material": "^6.4.3", "@primer/octicons-react": "^19.14.0", "@types/react": "^19.0.8",