From 36b5e74ddd9c72afa3ad998a2698373b485a53df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:48:58 +0000 Subject: [PATCH] Bump @mui/material-nextjs from 6.1.1 to 6.1.2 Bumps [@mui/material-nextjs](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material-nextjs) from 6.1.1 to 6.1.2. - [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/v6.1.2/packages/mui-material-nextjs) --- updated-dependencies: - dependency-name: "@mui/material-nextjs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b3eb8a..e7855cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.1", "@mui/material": "^6.1.1", - "@mui/material-nextjs": "^6.1.1", + "@mui/material-nextjs": "^6.1.2", "lodash": "^4.17.21", "next": "^14.2.13", "react": "^18.3.1", @@ -1860,9 +1860,9 @@ } }, "node_modules/@mui/material-nextjs": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-6.1.1.tgz", - "integrity": "sha512-6c8cjYbNnOfu5stZLFWTVr14BS8sOK592FeEYqEGVcMqIE+kSNnNZpw6Z+iHCjvkTn67t/dASE3GVrFjCFUlQw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-6.1.2.tgz", + "integrity": "sha512-wQdfJxXmrjNwk0VBg5Umlw11CyWWYLd1/RwWJRX8uMselqzoNXGZv9pPITxb8ts9IPYdD/5eex54L00BduYfXQ==", "dependencies": { "@babel/runtime": "^7.25.6" }, diff --git a/package.json b/package.json index 435b417..40b5ba6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.1", "@mui/material": "^6.1.1", - "@mui/material-nextjs": "^6.1.1", + "@mui/material-nextjs": "^6.1.2", "lodash": "^4.17.21", "next": "^14.2.13", "react": "^18.3.1",